Manual:Pywikibot/Scripts/script/sv
Appearance
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 =
}}
Exempel
{{Manual:Pywikibot/Scripts/part|
{{Manual:Pywikibot/Scripts/script|scriptname|This is a short description of the script|n| port = T1234}}
}}
| Name | Description | Code |
|---|---|---|
| scriptname.py | This is a short description of the script | compattask |
{{Manual:Pywikibot/Scripts/part|
{{Manual:Pywikibot/Scripts/script|scriptname|This is a short description of the script|n| bug = T5678}}
}}
| Name | Description | Code |
|---|---|---|
| scriptname.py | This is a short description of the script | bug |
{{Manual:Pywikibot/Scripts/part|
{{Manual:Pywikibot/Scripts/script|scriptname|This is a short description of the script|y}}
}}
| Name | Description | Code |
|---|---|---|
| scriptname.py | This is a short description of the script | core |