API:Tags
From MediaWiki.org
| This page is part of the MediaWiki API documentation. |
| Language: | English |
|---|
Quick overview:
- Quick start guide
- FAQ
- Tutorial
- Formats
- Error reporting
- Restricting usage
- Cross-site requests
- Authentication
- Queries
- Search suggestions
- Expanding templates and rendering
- Purging pages' caches
- Parameter information
- Changing wiki content
- Watchlist feed
- Wikidata
- Extensions
- Using the API in MediaWiki and extensions
- Miscellaneous
- Implementation
- Client code
- Prefix: tg
- Required Rights: None
- POST Only? No
List valid change tags.
Parameters [edit]
- continue – When more results are available, use this to continue.
- limit – The maximum number of tags to list. Type: limit
- prop – Which properties to get name - Adds name of tag displayname - Adds system message for the tag description - Adds description of the tag hitcount - Adds the amount of revisions that have this tag.
- Type: one of name, displayname, description, hitcount
Errors Codes [edit]
- invalidtitle – Bad title ``key''.
- invalidtitle – Bad title ``title''.
- readapidenied – You need read permission to use this module.