API:Parsing wikitext/ja
From MediaWiki.org
< API:Parsing wikitext(Redirected from API:Expanding templates and rendering/ja)
| このページは MediaWiki API ドキュメントの一部です。 |
以下のAPIモジュールによって再処理とレンダリングのためにパーサを呼び出すことができます。
Contents |
[edit] expandtemplates (done)
| MediaWiki version: | 1.12 |
- 前処理したwikitextを返す
- パラメータ: text=解析するwikitext、title=パーサのために使用されるタイトル (デフォルトで"API")
| {{Project:Sandbox}} wikitextを拡張する |
api.php ? action=expandtemplates & text=%7B%7BProject:Sandbox%7D%7D
未定(次のソフトウェアのアップデートの後で)TODO: 生のレンダリングを可能にする
[edit] render(done)
| MediaWiki version: | 1.12 |
- レンダーされたwikitextを返す
- パラメータ: text=レンダーするwikitext、title=パーサに対して使用されるタイトル(デフォルトで"API")
TODO: 生のレンダリングを可能にする

