123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <includeonly>|-
- | [[Template:#if: {{{Screenshot|]]}
- | [[Image:[[Template:{Screenshot]]}|100px|Screenshot of level [[Template:{Name]]}]]
- | [[Template:#ifexist: Image:{{{Name]]}.png
- | [[Image:[[Template:{Name]]}.png|100px|Screenshot of level [[Template:{Name]]}]]
- | ''Not available''<br /><small>[[Media:[[Template:{Name]]}.png|(Add …)]]</small>
- }}
- }}
- | '''[[Template:{Name]]}'''<br /><!--
- -->[[Template:#if: {{{Description|]]}
- | [[Template:{Description]]}
- | ''No description available.''
- }}
- | [[Template:#if: {{{Difficulty|]]}
- | [[Template:Difficulty | {{{Difficulty]]} }}
- | ''unknown''
- }}
- | [[Template:#if: {{{Length|]]}
- | [[Template:Level length | 1={{{Length]]} }} <!-- hack: only strings to named arguments are trimmed (leading and trailing whitespace is removed. -->
- | ''unknown''
- }}
- | [[Template:#if: {{{Contributor|]]} | [[Template:{Contributor]]} | [[Team|''SuperTux'' team]] }}</includeonly><noinclude>The '''Level list entry''' template inserts information about a level into a level listing.
- == Usage ==
- <nowiki>{{</nowiki>Level list entry
- | Name=''name_of_level''
- | Description=''description''
- | Contributor=''name_of_contributor'' <!-- (optional; default: ''SuperTux'' team) -->
- | Screenshot=''screenshot.png'' <!-- (optional; default: ''Name''.png) -->
- | Difficulty=easy|medium|hard <!-- (optional) -->
- | Length=''n tiles'' <!-- (optional) -->
- <nowiki>}}</nowiki>
- == See also ==
- * [[Template:Level list begin]]
- * [[Template:Level list end]]
- [[Category:Templates]]
- </noinclude>
|