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=thank
(main | thank)
- This module requires read rights.
- This module requires write rights.
- This module only accepts POST requests.
- Lähde: Thanks
- Lisenssi: MIT
Send a thank-you notification to an editor.
Parametrit:
- rev
Sivuversion tunnistenumero, josta kiitetään. Sinun on annettava tämä tai 'loki'.
- Type: integer
- The value must be no less than 1.
- log
Log ID to thank someone for. This or 'rev' must be provided.
- Type: integer
- The value must be no less than 1.
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
- source
Lyhyt merkkijono, joka kertoo pyynnön lähteestä. Esimerkiksi diffi tai history.
esimerkki:
- Lähetä kiitoksesi sivuversiosta ID 456 niin, että lähteenä on vertailusivu
- api.php?action=thank&revid=456&source=diff&token=123ABC [avaa hiekkalaatikossa]