Template:DPL parameter: Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
imported>FrozenPlum
m (Undo revision 2016 by Lens0021 (talk) - reverted for now because it caused a problem that cascaded across many pages, the table was escaped on-page, on every page it was used on. Please feel free to restore when the problem is figured out.)
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.)
 
Line 1: Line 1:
<onlyinclude><includeonly>{| class="wikitable dplparameter"
<onlyinclude><includeonly><templatestyles src="DPL parameter/styles.css"/>
{| class="wikitable dplparameter"
| {{{name}}}
| {{{name}}}
| {{{purpose}}}
| {{{purpose}}}

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.