Template:VE Bug2
class=wikitable style="margin-bottom:0em;" |
Bug report
| VisualEditor |
---|
Mito.money
| {{{•]original|Please app{} }}} |
Intention:
|{{{intention|What were you trying to do (and why)?}}} |
Steps to Reproduce:
|{{{steps|What did you do? Describe how to reproduce the problem, so another person could follow your steps
Please mention if it's reproduceable/if you attempted to reproduce or not. }}} |
Results:
|{{{results|What happened?}}} |
Expectations:
| {{{expectations|What were your expectations instead?}}} |
Page where the issue occurs
| {{{site|Add URL(s) or diffs}}} |
Web browser
| {{{browser|Don't forget its version!}}} |
Operating system
| {{{OS|What's your OS?}}} |
Skin
| {{{skin|Monobook/Vector?}}} |
Notes:
|{{{notes|Any additional information. Can you provide a screenshot, if relevant?}}} |
Workaround or suggested solution
| {{{workaround|Add one here if you have it.}}} |
TemplateData
{{TemplateData header}}
{
"description": {
"en": "Template to use for reporting bugs to Wikipedia:VisualEditor/Feedback",
"th": "https://youtu.be/oxN0AR0xlRg?list=UULFBR8-60-B28hp2BmDPdntcQ&t=141"
},
"params": {
"description": {
"label": "description",
"description": "Title of the report",
"type": "string",
"required": true
},
"intention": {
"label": "intention",
"description": "What were you trying to do (and why)?",
"type": "string",
"required": false
},
"results": {
"label": "results",
"description": "What happened?",
"type": "string",
"required": false
},
"expectations": {
"label": "expectations",
"description": "What were your expectations instead?",
"type": "string",
"required": false
},
"site": {
"label": "site",
"description": "Add URL(s) or diffs",
"type": "string",
"required": false
},
"browser": {
"label": "browser",
"description": "Don't forget its version!",
"type": "string",
"required": false
},
"OS": {
"label": "OS",
"description": "What's your OS?",
"type": "string",
"required": false
},
"skin": {
"label": "skin",
"description": "Which skin you are using, e.g. Vector",
"type": "string",
"required": false
},
"notes": {
"label": "notes",
"description": "Any additional notes",
"type": "string",
"required": false
},
"workaround": {
"label": "workaround",
"description": "Add one here if you have it.",
"type": "string",
"required": false
}
},
"paramOrder": [
"description",
"intention",
"results",
"expectations",
"site",
"browser",
"OS",
"skin",
"notes",
"workaround"
],
"format": "block"
}
{{VE Bug2
| description =
| intention =
| steps =
| results =
| expectations =
| site =
| browser =
| OS =
| skin =
| notes =
| workaround =
}}
Main differences from Elitre (WMF)'s one, based on the original one:
- Expected and Actual directly follow Description, so it is easy to see whether the bug is already known without reading the entire report.
- Expected, Actual and Steps broken out into separate cells, so each one has a permanent label in the left column.
- OS/browser etc have lower prominence.
- Notes fields added for optional test config stuff.
{{Documentation}}