Template:Infobox Minesweeper: Difference between revisions

From Unknown Variable
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: {{{t|}}}{{{aa|}}} | [[Category:MinesweeperAlgorithmBy/{{{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
TitleZero Bombs
AuthorAugustus
Algorithm AuthorMaker
Week42
Web Version(link)
PublishedOctober 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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
tt

Title

Example
Corner Knights
Stringoptional
aa

Author

Example
Augustus
Stringoptional
aaaa

Algorithm Author

Example
Maker
Stringoptional
ww

Week

Example
42
Numberoptional
ll

Link to website version

URLoptional
pp

Date published

Example
October 24, 1996
Dateoptional
prevprev

Wiki link to previous in series

Stringoptional
nextnext

Wiki link to next in series

Stringoptional