Template:Infobox Minesweeper: Difference between revisions
Jump to navigation
Jump to search
Initial |
Template params added |
||
| (10 intermediate revisions by the same user not shown) | |||
| 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 | |||
| data5 = {{ #if: {{{l|}}} | [{{{l}}} (link)] }}<noinclude>[https://www.chiark.greenend.org.uk/~sgtatham/puzzles/js/mines.html (link)]</noinclude> | |||
| label6 = Published | |||
| data6 = {{ #if: {{{p|}}} | {{{p}}} }}<noinclude>October 24, 1996</noinclude> | |||
| below = {{ #if: {{{prev|}}} | [[{{{prev}}}|←Prev]]}} {{ #if: {{{next|}}} | - [[{{{next}}}|Next→]]}}<noinclude>[[Minesweeper|←Prev]] - [[Minesweeper|Next→]]</noinclude> | |||
}} | }} | ||
<noinclude>This is a template for Discord Minesweeper puzzles.[[Category:Documentation Tags]] | <noinclude>This is a template for Discord Minesweeper puzzles.[[Category:Documentation Tags]] | ||
<code><nowiki>{{Infobox Minesweeper|t=Title|a=Author|aa=Algorithm_Author|w=week_number}}</nowiki></code> | <code><nowiki>{{Infobox Minesweeper|t=Title|a=Author|aa=Algorithm_Author|w=week_number|l=web_link|prev=preview_puzzle_wiki_article|next=next_puzzle_wiki_article}}</nowiki></code> | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
[[Category:Minesweeper]] | [[Category:Minesweeper]] | ||
{{ #if: {{{t|}}} | {{ #if: {{{ | {{ #if: {{{t|}}}{{{a|}}} | [[Category:MinesweeperBy/{{{a}}}]] }} | ||
{{ #if: {{{aa|}}} | [[Category:MinesweeperAlgorithmBy/{{{aa}}}]] }} | |||
</includeonly> | </includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"t": { | |||
"description": "Title", | |||
"example": "Corner Knights", | |||
"type": "string" | |||
}, | |||
"a": { | |||
"description": "Author", | |||
"example": "Augustus", | |||
"type": "string" | |||
}, | |||
"aa": { | |||
"description": "Algorithm Author", | |||
"example": "Maker", | |||
"type": "string" | |||
}, | |||
"w": { | |||
"description": "Week", | |||
"example": "42", | |||
"type": "number" | |||
}, | |||
"l": { | |||
"description": "Link to website version", | |||
"type": "url" | |||
}, | |||
"p": { | |||
"description": "Date published", | |||
"example": "October 24, 1996", | |||
"type": "date" | |||
}, | |||
"prev": { | |||
"description": "Wiki link to previous in series", | |||
"type": "string" | |||
}, | |||
"next": { | |||
"description": "Wiki link to next in series", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 08:21, 9 July 2026
| Minesweeper | |
|---|---|
| Title | Zero Bombs |
| Author | Augustus |
| Algorithm Author | Maker |
| Week | 42 |
| Web Version | (link) |
| Published | October 24, 1996 |
| ←Prev - Next→ | |
This is a template for Discord Minesweeper puzzles.
{{Infobox Minesweeper|t=Title|a=Author|aa=Algorithm_Author|w=week_number|l=web_link|prev=preview_puzzle_wiki_article|next=next_puzzle_wiki_article}}
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| t | t | Title
| String | optional |
| a | a | Author
| String | optional |
| aa | aa | Algorithm Author
| String | optional |
| w | w | Week
| Number | optional |
| l | l | Link to website version | URL | optional |
| p | p | Date published
| Date | optional |
| prev | prev | Wiki link to previous in series | String | optional |
| next | next | Wiki link to next in series | String | optional |