Template:BCS card pack/doc: Difference between revisions
Jump to navigation
Jump to search
Created page with "<templatedata> { "params": { "1": { "label": "Name", "description": "The name of the card pack (without the \"Card Pack\" suffix).", "example": "Classic", "type": "string", "required": true }, "2": { "label": "Amount", "type": "number" }, "link": { "label": "Show link?", "type": "boolean" }, "name": { "label": "Show name?", "type": "boolean" } }, "paramOrder": [ "1", "2", "name", "link" ], "format": "inline" }..." |
mNo edit summary |
||
| Line 20: | Line 20: | ||
"label": "Show name?", | "label": "Show name?", | ||
"type": "boolean" | "type": "boolean" | ||
}, | |||
"size": { | |||
"label": "Icon size", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
| Line 26: | Line 30: | ||
"2", | "2", | ||
"name", | "name", | ||
"link" | "link", | ||
"size" | |||
], | ], | ||
"format": "inline" | "format": "inline" | ||
} | } | ||
</templatedata><includeonly>[[Category:BCS templates]][[Category:Icon templates]]</includeonly><noinclude>[[Category:Incomplete documentation]]</noinclude> | </templatedata><includeonly>[[Category:BCS templates]][[Category:Icon templates]]</includeonly><noinclude>[[Category:Incomplete documentation]]</noinclude> | ||
Latest revision as of 17:48, 27 June 2025
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | 1 | The name of the card pack (without the "Card Pack" suffix).
| String | required |
| Amount | 2 | no description | Number | optional |
| Show name? | name | no description | Boolean | optional |
| Show link? | link | no description | Boolean | optional |
| Icon size | size | no description | String | optional |