Template:Infobox Minesweeper: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Color, next/prev link options, example data for preview |
||
| Line 1: | Line 1: | ||
{{Infobox | {{Infobox | ||
|name = Infobox Minesweeper | |name = Infobox Minesweeper | ||
|abovestyle = background:# | |abovestyle = background:#dc2b0766; | ||
|above = Minesweeper | |above = Minesweeper | ||
|headerstyle = background:# | |headerstyle = background:#dc2b07; | ||
|labelstyle = background:# | |labelstyle = background:#dc2b0733; | ||
| label1 = Title | | label1 = Title | ||
| data1 = {{ #if: {{{t|}}} | {{{t}}} }} | | data1 = {{ #if: {{{t|}}} | {{{t}}} }}<noinclude>Zero Bombs</noinclude> | ||
| label2 = Author | | label2 = Author | ||
| data2 = {{ #if: {{{a|}}} | {{{a}}} }} | | data2 = {{ #if: {{{a|}}} | {{{a}}} }}<noinclude>Augustus</noinclude> | ||
| label3 = Algorithm Author | | label3 = Algorithm Author | ||
| data3 = {{ #if: {{{aa|}}} | {{{aa}}} }} | | data3 = {{ #if: {{{aa|}}} | {{{aa}}} }}<noinclude>Maker</noinclude> | ||
| label4 = Week | | label4 = Week | ||
| data4 = {{ #if: {{{w|}}} | {{{w}}} }} | | data4 = {{ #if: {{{w|}}} | {{{w}}} }}<noinclude>42</noinclude> | ||
| label5 = Web Version | | label5 = Web Version | ||
| data5 = {{ #if: {{{l|}}} | [{{{l}}} (link)] }} | | data5 = {{ #if: {{{l|}}} | [{{{l}}} (link)] }}<noinclude>[https://www.chiark.greenend.org.uk/~sgtatham/puzzles/js/mines.html (link)]</noinclude> | ||
| label6 = Published | | label6 = Published | ||
| data6 = {{ #if: {{{p|}}} | {{{p}}} }} | | data6 = {{ #if: {{{p|}}} | {{{p}}} }}<noinclude>October 24, 1996</noinclude> | ||
| below = {{ #if: {{{prev|}}} | [[{{{prev}}}|←Prev]]}} {{ #if: {{{next|}}} | - [[{{{next}}}|Next→]]}}<noinclude>[[Minesweeper|←Prev]] - [[Minesweeper|Next→]]</noinclude> | |||
}} | }} | ||