Template:Throwable Infobox/doc: Difference between revisions
Template page
More actions
fandomwiki>TintedMirrors Created doc for the throwable infobox |
fandomwiki>TintedMirrors fixed infobox's words |
||
| Line 5: | Line 5: | ||
| type = Throwable | | type = Throwable | ||
| usage = Creates a bubble where time moves slower around itself when thrown. | | usage = Creates a bubble where time moves slower around itself when thrown. | ||
| appearance = | | appearance = Two brown cones put on top of each other, with teal buttons through the middle of the throwable. | ||
}} | }} | ||
Revision as of 04:06, 22 February 2020
{{#vardefine: nodoc | {{{nodoc}}} }}{{#vardefine: baddoc | {{{baddoc}}} }}
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}}
