Template:Infobox Minesweeper: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Template params added |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 31: | Line 31: | ||
[[Category:Minesweeper]] | [[Category:Minesweeper]] | ||
{{ #if: {{{t|}}}{{{a|}}} | [[Category:MinesweeperBy/{{{a}}}]] }} | {{ #if: {{{t|}}}{{{a|}}} | [[Category:MinesweeperBy/{{{a}}}]] }} | ||
{{ #if: | {{ #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 |