Template:Camp supplies list: Difference between revisions
Jump to navigation
Jump to search
HiddenDragon (talk | contribs) mNo edit summary |
HiddenDragon (talk | contribs) mNo edit summary |
||
Line 9: | Line 9: | ||
| order by = camp_supplies desc, name asc | | order by = camp_supplies desc, name asc | ||
}} | }} | ||
</ul></includeonly><noinclude> | </ul></includeonly><noinclude>{{documentation|content= | ||
Creates a list of supplies. | Creates a list of supplies. | ||
Line 21: | Line 21: | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | == Template data== | ||
<templatedata> | |||
{ | |||
"params": { | |||
"where": { | |||
"label": "Where", | |||
"description": "Criteria for querying camp supplies. Requires knowledge of Cargo.", | |||
"type": "string", | |||
"required": true | |||
} | |||
} | |||
} | |||
</templatedata>}}</noinclude> |
Latest revision as of 23:13, 28 August 2024
Template documentation
Creates a list of supplies.
Example:
Markup | Renders as |
---|---|
{{Camp supplies list | where = camp_supplies = 8 AND type = "Food" }} |
|
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Where | where | Criteria for querying camp supplies. Requires knowledge of Cargo. | String | required |