Template:Infobox Level: Difference between revisions
(Created page with "<includeonly> <table class="infobox" style="display: block;"> <!-- title (mandatory) --> <tr> <td colspan="2" style="text-align: center; font-size: 125%; font-weight:...") |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 42: | Line 42: | ||
<!-- Documentation --> | <!-- Documentation --> | ||
The Infobox for | The Infobox for levels is a simple way of summarizing information about a specific level of a game. | ||
= Syntax = | = Syntax = | ||
<nowiki>{{Infobox Level | <nowiki>{{Infobox Level | ||
| title = Level title | | title = Level title | ||
| image = image.jpg | | image = image.jpg | ||
| location = Location the level is set on | | location = Location the level is set on | ||
| map = Map name | | map = <code>Map name</code> | ||
| game = Game | | game = Game | ||
}}</nowiki> | }}</nowiki> | ||
<noinclude> | <noinclude> | ||
[[Category:Templates]] | [[Category:Templates]] |
Latest revision as of 14:46, 22 June 2021
The Infobox for levels is a simple way of summarizing information about a specific level of a game.
Syntax
{{Infobox Level | title = Level title | image = image.jpg | location = Location the level is set on | map = <code>Map name</code> | game = Game }}