Template:DPL parameter: Difference between revisions

m
Undo revision 2029 by FrozenPlum (talk) I figured out what the issue was with this change (fresh eyes always help), the table of course needs a linebreak to output properly, it was not given one. This to (hopefully) remedy that problem that cascaded across the site and enable manual components (that are NOT examples) use template styles.
imported>FrozenPlum
mNo edit summary
imported>FrozenPlum
m (Undo revision 2029 by FrozenPlum (talk) I figured out what the issue was with this change (fresh eyes always help), the table of course needs a linebreak to output properly, it was not given one. This to (hopefully) remedy that problem that cascaded across the site and enable manual components (that are NOT examples) use template styles.)
 
(3 intermediate revisions by 2 users not shown)
Line 1:
<onlyinclude><includeonly><templatestyles src="DPL parameter/styles.css"/>
{| class="wikitable dplparameter"
| {{{name}}}
| {{{purpose}}}
|}</includeonly></onlyinclude>
|}<noinclude>
{{Documentation}}
<templatedata>
{
"params": {
"name": {
"label": "Name",
"description": "Parameter Name",
"type": "string",
"required": true
},
"purpose": {
"label": "Purpose",
"type": "string",
"required": true,
"description": "Purpose of the parameter"
}
},
"description": "Formats DPL Parameters within a table, with first column (parameter name) highlighted."
}
</templatedata>
[[Category:Templates]]
[[Category:Formatting templates]]
</noinclude>
Anonymous user