මාධ්යවිකි API උදවු
මෙය ස්වයං-ජනිත මාධ්යවිකි API ප්රලේඛන පිටුවකි.
ප්රලේඛනය සහ උදාහරණ: https://www.mediawiki.org/wiki/API
action=move
(main | move)
- මෙම ඒකකය සදහා හිමිකම් කියවීම අවශ්ය වේ.
- මෙම ඒකකය සදහා හිමිකම් ලිවීම අවශ්ය වේ.
- මෙම ඒකකය POST ඉල්ලීම් පමණක් බාරගනී.
- Source: MediaWiki
- License: GPL-2.0+
Move a page.
පරාමිතීන්:
- from
Title of the page to rename. Cannot be used together with fromid.
- fromid
Page ID of the page to rename. Cannot be used together with from.
- Type: integer
- to
Title to rename the page to.
- මෙම පරාමිතිය අවශ්යයි.
- reason
Reason for the rename.
- Default: (හිස්)
- movetalk
Rename the talk page, if it exists.
- Type: boolean (details)
- movesubpages
Rename subpages, if applicable.
- Type: boolean (details)
- noredirect
Don't create a redirect.
- Type: boolean (details)
- watch
- විරුද්ධත්වය ප්රකාශ කර ඇත.
Add the page and the redirect to the current user's watchlist.
- Type: boolean (details)
- unwatch
- විරුද්ධත්වය ප්රකාශ කර ඇත.
Remove the page and the redirect from the current user's watchlist.
- Type: boolean (details)
- watchlist
Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
- එක් වටිනාකමක්: watch, unwatch, preferences, nochange
- Default: preferences
- ignorewarnings
Ignore any warnings.
- Type: boolean (details)
- token
action=query&meta=tokens මගින් "csrf" සංඥාව සොයාගන්නා ලදී
- මෙම පරාමිතිය අවශ්යයි.
උදාහරණය:
- Move Badtitle to Goodtitle without leaving a redirect.
- api.php?action=move&from=Badtitle&to=Goodtitle&token=123ABC&reason=Misspelled%20title&movetalk=&noredirect= [open in sandbox]