Template:DPL parameter: Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
imported>FrozenPlum
m (FrozenPlum moved page Template:DPL Parameter to Template:DPL parameter: incorrect name, will adjust the corresponding pages, was wondering what I did wrong there XD)
imported>FrozenPlum
mNo edit summary
Line 3: Line 3:
| {{{purpose}}}
| {{{purpose}}}
|}<noinclude>
|}<noinclude>
[[Category:Templates]]
<templatedata>
<templatedata>
{
{
Line 22: Line 21:
"description": "Formats DPL Parameters within a table, with first column (parameter name) highlighted."
"description": "Formats DPL Parameters within a table, with first column (parameter name) highlighted."
}
}
</templatedata></noinclude>
</templatedata>
[[Category:Templates]]
[[Category:Formatting templates]]
</noinclude>

Revision as of 22:42, 29 March 2022

{{{name}}} {{{purpose}}}

<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>