Template:Infobox TTP2 Puzzle: Difference between revisions
Tearphones (talk | contribs) Simple puzzle infobox |
puzzle type row does not appear if omitted |
||
(12 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{| | {| class="infobox" | ||
! style=" | ! style="background-color: #c3b0cf; color: black;" colspan=2| {{BASEPAGENAME}} | ||
|- | |||
|colspan=2|{{#if:{{{image|}}}|[[File:{{{image}}}|frameless|250px|thumb|]]|}} | |||
|- | |- | ||
| Identifier: | | Identifier: | ||
| {{{identifier|''Not set''}}} | |||
|- | |- | ||
| | | Area: | ||
| {{{area|''Area unknown''}}} | |||
|- | |- | ||
{{#if: {{{puzzletype|}}} | | |||
{{!}} Puzzle Type: | |||
{{!}} {{{puzzletype}}} | |||
{{!}}- | |||
| | |||
}} | |||
| Previous Puzzle: | | Previous Puzzle: | ||
| {{{previous|''None''}}} | |||
|- | |- | ||
| Next Puzzle: | | Next Puzzle: | ||
| {{{next|''None''}}} | |||
|} | |} | ||
<noinclude> | <noinclude> | ||
An infobox for a puzzle from the second game. | |||
== Usage == | == Usage == | ||
<pre>{{ | <pre>{{Infobox TTP2 Puzzle | ||
|identifier = East 1- | |identifier = East 1-3 | ||
|puzzletype = | |image = East 1-3.jpg | ||
|previous = [[ | |area = [[Grasslands Ring]] | ||
|next = [[ | |puzzletype = [[:Category:TTP2 Main Puzzles|Main]] | ||
|previous = [[Reconnection]] | |||
|next = [[Alternative Option]] | |||
}}</pre> | }}</pre> | ||
produces | |||
<div style="width: 300px"> | |||
{{Infobox TTP2 Puzzle | |||
|identifier = East 1-3 | |||
|image = East 1-3.jpg | |||
|area = [[Grasslands Ring]] | |||
|puzzletype = [[:Category:TTP2 Main Puzzles|Main]] | |||
|previous = [[Reconnection]] | |||
|next = [[Alternative Option]] | |||
}} | |||
</div> | |||
</noinclude> | </noinclude> |
Latest revision as of 15:32, 16 June 2024
Infobox TTP2 Puzzle | |
---|---|
Identifier: | Not set |
Area: | Area unknown |
Previous Puzzle: | None |
Next Puzzle: | None |
An infobox for a puzzle from the second game.
Usage
{{Infobox TTP2 Puzzle |identifier = East 1-3 |image = East 1-3.jpg |area = [[Grasslands Ring]] |puzzletype = [[:Category:TTP2 Main Puzzles|Main]] |previous = [[Reconnection]] |next = [[Alternative Option]] }}
produces
Infobox TTP2 Puzzle | |
---|---|
Identifier: | East 1-3 |
Area: | Grasslands Ring |
Puzzle Type: | Main |
Previous Puzzle: | Reconnection |
Next Puzzle: | Alternative Option |