Template:BTD6 change list by name/doc: Difference between revisions
Created page with "<templatedata> { "params": { "1": { "label": "Name", "description": "The key to use for the Cargo query. Will display a list of changes that contain this key in the \"names\" column with matching capitalization and spacing.", "example": "Bloon send", "type": "string", "required": true }, "header level": { "label": "Header level", "description": "The level of section headers to use for the list.", "example": "4", "type": "number", "def..." |
more parameters |
||
| Line 8: | Line 8: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | |||
"2": { | |||
"label": "Name 2", | |||
"description": "A second key to use for querying. The results of both names will be shown in the list.", | |||
"type": "string" | |||
}, | }, | ||
"header level": { | "header level": { | ||
| Line 15: | Line 20: | ||
"type": "number", | "type": "number", | ||
"default": "3" | "default": "3" | ||
}, | |||
"before": { | |||
"label": "Before", | |||
"description": "Only shows changes from versions up to, but *not* including, this version number.", | |||
"example": "18.0", | |||
"type": "number" | |||
}, | |||
"since": { | |||
"description": "Only shows changes from versions after, *and* including, this version number.", | |||
"example": "18.0", | |||
"type": "number" | |||
} | } | ||
}, | }, | ||
| Line 20: | Line 36: | ||
"paramOrder": [ | "paramOrder": [ | ||
"1", | "1", | ||
"header level" | "2", | ||
"header level", | |||
"before", | |||
"since" | |||
], | ], | ||
"format": "inline" | "format": "inline" | ||
| Line 30: | Line 49: | ||
{{BTD6 change list by name|Quincy}} | {{BTD6 change list by name|Quincy}} | ||
<includeonly>[[Category:BTD6 templates]][[Category: | <includeonly>[[Category:BTD6 templates]][[Category:Cargo query templates]]</includeonly><noinclude>[[Category:Documentation]]</noinclude> | ||