Template:DPL parameter: Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
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: Line 1:
<onlyinclude><includeonly><templatestyles src="DPL parameter/styles.css"/>
{| class="wikitable dplparameter"
{| class="wikitable dplparameter"
| {{{name}}}
| {{{name}}}
| {{{purpose}}}
| {{{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>

Latest revision as of 21:53, 19 April 2022

[view | edit | purge]Template 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>

[view | edit | purge]The above documentation is transcluded from Template:DPL parameter/doc.