Template:Throwable Infobox/doc
Template page
More actions
{{#vardefine: nodoc | {{{nodoc}}} }}{{#vardefine: baddoc | {{{baddoc}}} }}
| Throwable Infobox | |
|---|---|
| |
| Information | |
Type |
Throwable |
Usage |
Creates a bubble where time moves slower around itself when thrown. |
Appearance |
Like two cones put on top of each other, brown-ish with teal |
Usage
Place the following code at the top of the targeted page to add the infobox for throwables to your page. As you can see, what is written in the column after the '=' affects what is written in the right column in the infobox. The example on the right is based on the one on the page Chrono Bomb.
Base Code:
{{Throwable Infobox
| image =
| type =
| usage =
| appearance =
}}
The code for the example on the right:
{{Throwable Infobox
| image = Time bomb.png
| type = Throwable
| usage = Creates a bubble where time moves slower around itself when thrown.
| appearance = Like two cones put on top of each other, brown-ish with teal
}}
{doc/end}}
