Pomoc API MediaWiki
To jest automatycznie wygenerowana strona dokumentacji API MediaWiki.
Dokumentacja i przykłady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=getheaderfooter
(main | getheaderfooter)
- Ten moduł wymaga praw odczytu.
- Źródło: HeaderFooter
- Licencja: nieznana
Retrieve the parsed output of a header or footer in the context of a certain page.
Parametry:
Other general parameters are available.
The title of the page that the header or footer is being added to.
- Ten parametr jest wymagany.
Which header or footer is being requested (e.g. a namespace header)
- Ten parametr jest wymagany.
Przykład:
- Get the NS_MAIN footer for Main Page
- api.php?action=getheaderfooter&contexttitle=Main_Page&messageid=Hf-nsfooter- [otwórz w brudnopisie]