Template:Doc/pywikibot

From Linux Web Expert

Content of this page might be outdated or incomplete. For an up-to-date description of this script, see:
Which documentation should I use?

If you are using bots but not developing your own, use the short documentation. If you are contributing to Pywikibot, use the detailed documentation.

If you downloaded Pywikibot from PyPI using pip, or downloaded a release in an archive, use documentation for the stable release. If you cloned Pywikibot code directly and didn't change the code branch, use the development version.

<templatedata> { "params": { "link": { "label": "Link suffix", "description": "Last two parts (page and anchor) of the link to the documentation of the script in Pywikibot user guide", "example": "main.html#category-script", "type": "string", "default": "main.html#category-script", "required": true }, "script": { "label": "Script name", "description": "Name of the script (without the extension)", "example": "category", "type": "string", "default": "category", "required": true } }, "description": "Displays a Note with links to Pywikibot scripts documentation on doc.wikimedia.org" } </templatedata>