Template:Infobox TTP2 Puzzle: Difference between revisions
Tearphones (talk | contribs) Added image inside Puzzle Info Box, now with ParserFunctions! |
puzzle type row does not appear if omitted |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| | {| class="infobox" | ||
! style=" | ! style="background-color: #c3b0cf; color: black;" colspan=2| {{BASEPAGENAME}} | ||
|- | |- | ||
|colspan=2|{{#if:{{{image|}}}|[[{{{image}}}|frameless|250px|thumb|]]|}} | |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 | ||
|image = | |image = East 1-3.jpg | ||
|puzzletype = | |area = [[Grasslands Ring]] | ||
|previous = [[ | |puzzletype = [[:Category:TTP2 Main Puzzles|Main]] | ||
|next = [[ | |previous = [[Reconnection]] | ||
|next = [[Alternative Option]] | |||
}}</pre> | }}</pre> | ||
produces | |||
<div style="width: 300px"> | <div style="width: 300px"> | ||
{{ | {{Infobox TTP2 Puzzle | ||
|identifier = East 1- | |identifier = East 1-3 | ||
|image = | |image = East 1-3.jpg | ||
|puzzletype = | |area = [[Grasslands Ring]] | ||
|previous = [[ | |puzzletype = [[:Category:TTP2 Main Puzzles|Main]] | ||
|next = [[ | |previous = [[Reconnection]] | ||
|next = [[Alternative Option]] | |||
}} | }} | ||
</div> | </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 |