Template:Pfstart: Difference between revisions

From TetrisWiki
Jump to navigation Jump to search
*>Tepples
(Tetrinet note)
(Add list)
Line 61: Line 61:


For a 12-block-wide playfield as seen in [[Tetrinet]], use {{tl|tnetrow}} in place of {{tl|pfrow}}.
For a 12-block-wide playfield as seen in [[Tetrinet]], use {{tl|tnetrow}} in place of {{tl|pfrow}}.
==List==
{{pfstart}}
{{pfrow|Z|L|O|S|I|J|T|G|-|C}}
{{pfend}}
*' ' : Empty Cell
*'Z' : Red Block (Z Tetromino)
*'L' : Orange Block (L Tetromino)
*'O' : Yellow Block (O Tetromino)
*'S' : Green Block (S Tetromino)
*'I' : Cyan Block (I Tetromino)
*'J' : Blue Block (J Tetromino)
*'T' : Purple Block (T Tetromino)
*'G' : Gray Block (Garbage or playfield wall)
*'-' : [[Ghost piece]] or [[Line clear]]
*'C' : Rotation center of a tetromino
</noinclude>
</noinclude>

Revision as of 10:56, 22 December 2006

Put this at the top of a variable-height playfield.

Usually, you'll have a

{{pfstart}}
one or more {{pfrow}} lines
{{pfend}}

Example

{{pfstart}}
{{pfrow| | |J|J|J| | | | | }}
{{pfrow| | | | |J| | | | | }}
{{pfrow| | | | | | | | | | }}
{{pfrow| | | | | | | | | | }}
{{pfrow| | | | | | | | | | }}
{{pfrow|J| |-|-|-| | | |i| }}
{{pfrow|J|J|J|Z|-|S|L|L|i| }}
{{pfrow|O|O|Z|Z|T|S|S|L|i| }}
{{pfrow|O|O|Z|T|T|T|S|L|i| }}
{{pfrow|G|G|G| |G|G|G|G|G|G}}
{{pfrow|G|G|G| |G|G|G|G|G|G}}
{{pfend}}
Tet.pngTet.pngJJJTet.pngTet.pngTet.pngTet.pngTet.png
Tet.pngTet.pngTet.pngTet.pngJTet.pngTet.pngTet.pngTet.pngTet.png
Tet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.png
Tet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.png
Tet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.png
JTet.png---Tet.pngTet.pngTet.pngiTet.png
JJJZ-SLLiTet.png
OOZZTSSLiTet.png
OOZTTTSLiTet.png
GGGTet.pngGGGGGG
GGGTet.pngGGGGGG
Code Output

It is possible to show one preview by putting the next piece all alone in a 2-row-high playfield above the main playfield.

Tet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.png
Tet.pngTet.pngTet.pngiiiiTet.pngTet.pngTet.png
Tet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTTet.pngTet.pngTet.png
Tet.pngTet.pngTet.pngTet.pngTet.pngTTTTet.pngTet.png
Tet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.png
Tet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.pngTet.png
Tet.pngTet.pngTet.pngTet.pngTet.pngTet.png-Tet.pngTet.pngTet.png
JTet.pngJJJ---iTet.png
JJJZJSLLiTet.png
OOZZTSSLiTet.png
OOZTTTSLiTet.png
GGGTet.pngGGGGGG
GGGTet.pngGGGGGG

For a 12-block-wide playfield as seen in Tetrinet, use {{tnetrow}} in place of {{pfrow}}.

List

ZLOSIJTG-C
  • ' ' : Empty Cell
  • 'Z' : Red Block (Z Tetromino)
  • 'L' : Orange Block (L Tetromino)
  • 'O' : Yellow Block (O Tetromino)
  • 'S' : Green Block (S Tetromino)
  • 'I' : Cyan Block (I Tetromino)
  • 'J' : Blue Block (J Tetromino)
  • 'T' : Purple Block (T Tetromino)
  • 'G' : Gray Block (Garbage or playfield wall)
  • '-' : Ghost piece or Line clear
  • 'C' : Rotation center of a tetromino