Changes

m
Revise TemplateData
Line 8: Line 8:  
"label": "Template name",
 
"label": "Template name",
 
"description": "Specifies the name of the template",
 
"description": "Specifies the name of the template",
"autovalue": "",
+
"autovalue": ""
"suggested": true
   
},
 
},
 
"subst": {
 
"subst": {
 
"description": "Allows the meta-template to detect whether the template has been incorrectly substituted, and give an appropriate warning.",
 
"description": "Allows the meta-template to detect whether the template has been incorrectly substituted, and give an appropriate warning.",
"example": "<includeonly>{{subst:substcheck}}</includeonly>"
+
"example": "<includeonly>{{subst:substcheck}}</includeonly>",
 +
"autovalue": ""
 
},
 
},
 
"small": {
 
"small": {
 
"label": "Small? (no/left/right)",
 
"label": "Small? (no/left/right)",
 
"description": "Specifies whether to use the small format or not",
 
"description": "Specifies whether to use the small format or not",
"default": "no",
+
"autovalue": "no",
"autovalue": "",
   
"suggested": true
 
"suggested": true
 
},
 
},
Line 26: Line 25:  
"description": "Specifies the default color and icon of this message box. Possible values are \"speedy\", \"delete\", \"content\", \"style\", \"notice\", \"move\", and \"protection\".",
 
"description": "Specifies the default color and icon of this message box. Possible values are \"speedy\", \"delete\", \"content\", \"style\", \"notice\", \"move\", and \"protection\".",
 
"type": "unknown",
 
"type": "unknown",
"default": "notice",
+
"autovalue": "notice",
"autovalue": "",
   
"suggested": true
 
"suggested": true
 
},
 
},
Line 142: Line 140:  
"all3",
 
"all3",
 
"subst"
 
"subst"
]
+
],
 +
"format": "block"
 
}
 
}
 
</templatedata>
 
</templatedata>
 
</noinclude>
 
</noinclude>