Template:B2 level list by object/doc: Difference between revisions
Created page with "<templatedata> { "params": { "1": { "label": "ID", "description": "The ID of the object. This is the name of the Cargo column without the suffix (i.e. use \"bomb\" instead of \"bomb_F\").", "example": "extra_dart", "type": "string", "required": true } }, "description": "Creates lists of Flash Bloons 2, Christmas Expansion, Spring Fling, and mobile Bloons 2 levels that contain a specific object." } </templatedata> ==Example usage== <pre>{{B2 level l..." |
mNo edit summary |
||
| Line 8: | Line 8: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | |||
"header level": { | |||
"label": "Header level", | |||
"description": "The level of headers to use.", | |||
"example": "4", | |||
"type": "number", | |||
"default": "3" | |||
} | } | ||
}, | }, | ||