Nápověda k MediaWiki API
Toto je automaticky generovaná dokumentační stránka k MediaWiki API.
Dokumentace a příklady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=redirectmanager
(main | redirectmanager)
- Tento modul vyžaduje oprávnění ke čtení.
- Tento modul vyžaduje oprávnění k zápisu.
- Tento modul přijímá pouze požadavky POST.
- Zdroj: RedirectManager
- Licence: GPL-3.0-or-later
Manage redirects to pages (with the RedirectManager extension).
Parametry:
Other general parameters are available.
- redirect
The name of the redirect, the source page name.
- This parameter is required.
- target
The page to which the redirect will point, the destination page name.
- This parameter is required.
Příklad:
- Redirect a Manual of Style shortcut to its actual page.
- api.php?action=redirectmanager&redirect=MOS:FOO&target=Project:Manual of Style, foobar [otevřít v pískovišti]