MediaWiki API hulp

Dit is een automatisch aangemaakte documentatiepagina over de MediaWiki Action API.

action=markfortranslation

(main | markfortranslation)
  • Voor deze module zijn leesrechten nodig.
  • Voor deze module zijn schrijfrechten nodig.
  • Deze module accepteert alleen POST-verzoeken.
  • Bron: Vertalen
  • Licentie: GPL-2.0-or-later

Mark a page for translation

Specifieke parameters:
Er zijn nog andere algemene parameters beschikbaar.
title

The title of the page to act on. Either title or pageid must be set.

pageid

The page ID of the page to act on. Either title or pageid must be set.

Type: geheel getal
revid

Assert that the current version of the page has this revision ID before continuing. If the page has been updated, exit with an error.

Type: geheel getal
translatetitle

If yes, allow translation of the display title. If no, do not allow translation. If absent, allow translation unless the page previously disallowed translation, or if the page is a template.

Een van de volgende waarden: no, yes
prioritylanguages

A list of priority language codes. If this is absent, any previously set value will be retained.

Scheid waarden met | of een alternatief.
Het maximale aantal waarden is 1.000.
forcepriority

This parameter is ignored unless the prioritylanguages parameter is present. If true, prevent translations to languages other than the priority languages.

Type: booleaans (details)
priorityreason

This parameter is ignored unless the prioritylanguages parameter is present. A string giving the reason for priority translation.

nofuzzyunits

A list of translation unit IDs which should not be fuzzied. This will be merged with the default list, in which any units with only tvar changes will not be fuzzied.

Scheid waarden met | of een alternatief.
Het maximale aantal waarden is 1.000.
fuzzyunits

A list of translation unit IDs which should be fuzzied. This is only useful to override the default and allows fuzzying even units with only tvar changes.

Scheid waarden met | of een alternatief.
Het maximale aantal waarden is 1.000.
forcelatestsyntaxversion

If false, do not use latest syntax version for this page. If absent, latest syntax version is used.

Type: booleaans (details)
transclusion

If yes or absent, enable translation aware transclusion for this page. If no, disable transclusion.

Een van de volgende waarden: no, yes
token

Een token “csrf” dat is verkregen uit action=query&meta=tokens

Deze parameter is vereist.