API:Parsing wikitext/ja

From MediaWiki.org

Jump to: navigation, search
このページは MediaWiki API ドキュメントの一部です。
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")


{{Project:Sandbox}} wikitextをレンダーする

api.php ? action=render & text=%7B%7BProject:Sandbox%7D%7D

未定 (次のソフトウェアのアップデートの後で)

TODO: 生のレンダリングを可能にする

Personal tools