Wikipedia:TemplateData/Tutorial: Difference between revisions

Content deleted Content added
Completing the TemplateData information: added "default" to the examples
Save: added default params
Line 88:
"description": "The string to be trimmed and counted",
"type": "string",
"default": "",
"required": true
},
Line 94 ⟶ 95:
"description": "Gives the <count> substring of characters from the start of the trimmed string",
"type": "number",
"default": "",
"required": true
}