Template:MC: Difference between revisions
From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
m (Aid1043 moved page User:Aid1043/MC2Wrapper to Template:MC without leaving a redirect) |
No edit summary |
||
Line 4: | Line 4: | ||
| {{tab|o}} | | {{tab|o}} | ||
{{tab|Puzzle}} | {{tab|Puzzle}} | ||
{{ | {{MC/Grid| | ||
|size={{{size|}}} | |size={{{size|}}} | ||
|col1={{{col1|0}}} | |col1={{{col1|0}}} | ||
Line 59: | Line 59: | ||
{{tab|c}} | {{tab|c}} | ||
{{tab|Solution}} | {{tab|Solution}} | ||
{{ | {{MC/Grid| | ||
|size={{{size|}}} | |size={{{size|}}} | ||
|col1={{{col1|0}}} | |col1={{{col1|0}}} | ||
Line 830: | Line 830: | ||
|- | |- | ||
|<pre> | |<pre> | ||
{{ | {{MC | ||
|size=5x5 | |size=5x5 | ||
}} | }} | ||
</pre> | </pre> | ||
|style="vertical-align:top"| | |style="vertical-align:top"| | ||
{{ | {{MC | ||
|size=5x5 | |size=5x5 | ||
}} | }} | ||
|- | |- | ||
|<pre> | |<pre> | ||
{{ | {{MC | ||
|size=10x10 | |size=10x10 | ||
|col2=1 | |col2=1 | ||
Line 873: | Line 873: | ||
</pre> | </pre> | ||
|style="vertical-align:top"| | |style="vertical-align:top"| | ||
{{ | {{MC | ||
|size=10x10 | |size=10x10 | ||
|col2=1 | |col2=1 | ||
Line 904: | Line 904: | ||
|bb9=* | |bb9=* | ||
}} | }} | ||
|}</noinclude> | |}</noinclude><noinclude>[[Category:Infoboxes]]</noinclude> |
Revision as of 03:55, 1 November 2024
This template creates a Picross/nonogram board to display the puzzles of KH Magical Canvas.
Usage
Parameter | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
size | The size of the board. 5x5, 10x10, 15x15, 20x20, or 25x25 (default). | ||||||||||||||||||||||||||||||||||||||||||||||||||
col# | The numbers in each column, where # is 1-25. Separate numbers with <br> . Defaults to 0.
| ||||||||||||||||||||||||||||||||||||||||||||||||||
row# | The numbers in each row, where # is 1-25. Separate numbers with spaces. Defaults to 0. | ||||||||||||||||||||||||||||||||||||||||||||||||||
aa# ab# ac# ad# ae# ba# bb# ... ee# |
Set to any value to fill in the square, i.e. |aa1=* .The first two letters correspond to the 5x5 block of cells within the puzzle. The first letter is the row and the second is the column.
For instance, a 5x5 puzzle only uses the aa block, while a 10x10 puzzle uses aa, ab, ba, and bb.
|
Examples
Code | Result | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{MC |size=5x5 }} |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{MC |size=10x10 |col2=1 |col3=3<br>1 |col4=1 |col5=1 |col6=1 |col7=1 |col8=3<br>1 |col9=1 |row2=1 1 |row3=1 1 |row4=1 1 |row7=1 1 |row8=1 1 |row9=4 |aa8=* |aa13=* |aa18=* |ab8=* |ab13=* |ab18=* |ba7=* |ba13=* |ba19=* |ba20=* |bb16=* |bb17=* |bb13=* |bb9=* }} |
|