Manuel:Pywikibot/Scripts/script
Documentation
This template is to include script information onto the scripts overview.
Parameter | Description | Type | Status | |
---|---|---|---|---|
script name | 1 | Script name in core | Line | required |
description | 2 | Short description of what the script does | Content | suggested |
core status | 3 | Support in Pywikibot core: “y” (supported), “n” (unsupported) or “-” (unknown)
| Line | optional |
porting task | port | Phabricator ID for task to port script from compat to core, only used if status is “n”
| Line | optional |
bug ID | bug | Phabricator ID for a bug that makes core script not working, only used if status is “n”
| Line | optional |
core folder | folder | The folder where the script is located, if not in “scripts/”
| Line | optional |
compat name | compatname | Script name in compat, if different from the core one | Line | optional |
compat folder | compatfolder | The folder where the compat script is located | Line | optional |
{{Manual:Pywikibot/Scripts/script |1 = |2 = |3 = |4 = |port = |bug = |folder = |compatname = |compatfolder = }}
Exemples
{{Manual:Pywikibot/Scripts/part| {{Manual:Pywikibot/Scripts/script|scriptname|Courte description du script|n| port = T1234}} }}
Nom | Description | Code |
---|---|---|
scriptname.py | Courte description du script | compattâche |
{{Manual:Pywikibot/Scripts/part| {{Manual:Pywikibot/Scripts/script|scriptname|Courte description du script|n| bug = T5678}} }}
Nom | Description | Code |
---|---|---|
scriptname.py | Courte description du script | bogue |
{{Manual:Pywikibot/Scripts/part| {{Manual:Pywikibot/Scripts/script|scriptname|Courte description du script|y}} }}
Nom | Description | Code |
---|---|---|
scriptname.py | Courte description du script | core |