Template:MachineInclusion: Difference between revisions
From CoMakingSpace Wiki
NitramLegov (talk | contribs) mNo edit summary |
NitramLegov (talk | contribs) m (add sort order parameter) |
||
Line 2: | Line 2: | ||
{{#ask: | {{#ask: | ||
[[MachineType::{{{lemma|{{PAGENAME}}}}}]] | [[MachineType::{{{lemma|{{PAGENAME}}}}}]] | ||
|order=descending | |order={{{order|descending}}} | ||
|format=embedded | |format=embedded | ||
|embedonly=yes | |embedonly=yes | ||
Line 14: | Line 14: | ||
"description": "The type of machines you wish to include", | "description": "The type of machines you wish to include", | ||
"example": "Bandsaw" | "example": "Bandsaw" | ||
}, | |||
"order": { | |||
"label": "Sort Order", | |||
"example": "ascending", | |||
"type": "string", | |||
"default": "descending" | |||
} | } | ||
}, | }, |
Revision as of 21:48, 6 November 2022
This template includes the machines of a given type to the page
Parameter | Description | Type | Status | |
---|---|---|---|---|
Machine Type | lemma | The type of machines you wish to include
| Unknown | optional |
Sort Order | order | no description
| String | optional |