MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=changecontentmodel
(main | changecontentmodel)
- Ta modul zahteva pravice branja.
- This module requires write rights.
- Ta modul sprejema samo zahtevke POST.
- Source: MediaWiki
- License: GPL-2.0-or-later
Change the content model of a page
Parameters:
- title
Naslov strani za spremembo vsebinskega modela. Ni mogoče uporabljati skupaj s pageid.
- pageid
Page ID of the page to change the contentmodel of. Cannot be used together with title.
- Vtipkajte: celo število
- summary
Razlog za povzetek urejanja in dnevniški zapis
- tags
Change tags to apply to the log entry and edit.
- Values (separate with | or alternative):
- model
Vsebinski model nove vsebine.
- Ta parameter je obvezen.
- One of the following values: css, javascript, json, text, wikitext
- bot
Mark the content model change with a bot flag.
- Type: boolean (details)
- token
A "csrf" token retrieved from action=query&meta=tokens
- Ta parameter je obvezen.
Zgled:
- Spremeni vsebinski model glavne strani na
text
- api.php?action=changecontentmodel&title=Main Page&model=text&token=123ABC [open in sandbox]