https://bugzilla.wikimedia.org/show_bug.cgi?id=50427
Web browser: ---
Bug ID: 50427
Summary: TemplateData: Error during inheritance test
Product: MediaWiki extensions
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: TemplateData
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected],
[email protected]
Classification: Unclassified
Mobile Platform: ---
Was testing some inheritance, and when I've removed a label, it's still in the
output:
<templatedata>
{
"description": "Testing inheritance",
"params": {
"a": {
"label": "A",
"description": "aaa",
"required": true,
"inherits": "b"
},
"b": {
"required": true,
"inherits": "c"
},
"c": {
"required": true,
"inherits": "d"
},
"d": {
"label": "D",
"required": true,
"inherits": "a"
}
}
}
</templatedata>
results in http://i.imgur.com/WrknHsI.png
tested on http://en.wikipedia.org/wiki/Template:Main
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l