MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=getheaderfooter
(main | getheaderfooter)
- このモジュールは読み取りの権限を必要とします。
- ソース: HeaderFooter
- ライセンス: 不明
Retrieve the parsed output of a header or footer in the context of a certain page.
パラメーター:
Other general parameters are available.
The title of the page that the header or footer is being added to.
- この変数は必須です。
Which header or footer is being requested (e.g. a namespace header)
- この変数は必須です。
例:
- Get the NS_MAIN footer for Main Page
- api.php?action=getheaderfooter&contexttitle=Main_Page&messageid=Hf-nsfooter- [サンドボックスで開く]