Help:Playfield: Difference between revisions

From TetrisWiki
Jump to navigation Jump to search
(Redirected page to Template:Pfrow)
Tag: New redirect
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
#redirect [[Template:pfrow]]
Usually, you'll have a
<pre>&lt;playfield&gt;
one or more lines of the same length
&lt;/playfield&gt;</pre>
 
==Example==
{|
|-
|<pre>
&lt;playfield&gt;
..JJJ.....
....J.....
..........
..........
..........
J.---...I.
JJJZ-SLLI.
OOZZTSSLI.
OOZTTTSLI.
GGG.GGGGGG
GGG.GGGGGG
&lt;/playfield&gt;
</pre>
|<playfield>
..JJJ.....
....J.....
..........
..........
..........
J.---...I.
JJJZ-SLLI.
OOZZTSSLI.
OOZTTTSLI.
GGG.GGGGGG
GGG.GGGGGG
</playfield>
|-
|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.
 
<playfield>
..........
...IIII...
</playfield>
<playfield>
......T...
.....TTT..
..........
..........
......-...
J.JJJ---I.
JJJZJSLLI.
OOZZTSSLI.
OOZTTTSLI.
GGG.GGGGGG
GGG.GGGGGG
</playfield>
 
Unlike the now-deprecated [[Template:Pfstart | pfstart]] and friends, you can use any arbitrary width you want. Just be sure every row is the same length to ensure it works properly.
 
==List==
<playfield>
ZLOSIJTG-CPB
X123456789 .
FADNH
</playfield>
 
Note: Using space as an empty cell is not suggested, as it hinders readability for other editors; support for using space may or may not be unsupported in the future, as well. It is also suggested you only use purely uppercase letters, as there may be extensions in the future that interpret lowercase as something different from uppercase.
{|
! Code || Img || Description
|-
| space || [[image:Tet.png| ]]  || Empty Cell
|-
| . || [[image:Tet.png| ]]  || Empty Cell
|-
| Z || [[image:ZTet.png| ]] || Red Block (Z Tetromino)
|-
| L || [[image:LTet.png| ]] || Orange Block (L Tetromino)
|-
| O || [[image:OTet.png| ]] || Yellow Block (O Tetromino)
|-
| S || [[image:STet.png| ]] || Green Block (S Tetromino)
|-
| I || [[image:ITet.png| ]] || Cyan Block (I Tetromino)
|-
| J || [[image:JTet.png| ]] || Blue Block (J Tetromino)
|-
| T || [[image:TTet.png| ]] || Purple Block (T Tetromino)
|-
| G || [[image:GTet.png| ]] || Gray Block (Garbage or playfield wall)
|-
| - || [[image:-Tet.png| ]] || [[Ghost piece]] or [[Line clear]]
|-
| C || [[image:CTet.png| ]] || Rotation center of a piece, a bomb in [[Bombliss]], or any other specially marked block
|-
| P || [[image:PTet.png| ]] || Purple block for the T Tetromino, designed for use in documenting T-Spin setups
|-
| B || [[image:BTet.png| ]] || Mark a cell that has to be occupied for something (like a wallkick) to happen
|-
| X || [[image:XTet.png| ]] || Mark a cell that cannot be occupied for something (like a wallkick) to happen
|-
| F || [[image:TransTet.gif| ]] || Transform item block from ''[[TAP]]''
|-
| A || [[image:AttTet.png| ]] || Attack item block from ''[[TAP]]''
|-
| D || [[image:DefTet.png| ]] || Defend item block from ''[[TAP]]''
|-
| N || [[image:NeuTet.png| ]] || Neutral item block from ''[[TAP]]''
|-
| H || [[image:HardTet.png| ]] || Hard block from ''[[TAP]]''
|-
| 1&ndash;9 || [[image:1Tet.png| ]][[image:2Tet.png| ]][[image:3Tet.png| ]] || Mark the cells that reject a given kick position
|}
 
[[Category:Help]]

Latest revision as of 05:30, 18 February 2021

Usually, you'll have a

<playfield>
one or more lines of the same length
</playfield>

Example

<playfield>
..JJJ.....
....J.....
..........
..........
..........
J.---...I.
JJJZ-SLLI.
OOZZTSSLI.
OOZTTTSLI.
GGG.GGGGGG
GGG.GGGGGG
</playfield>
..JJJ.....
....J.....
..........
..........
..........
J.---...I.
JJJZ-SLLI.
OOZZTSSLI.
OOZTTTSLI.
GGG.GGGGGG
GGG.GGGGGG
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.

..........
...IIII...
......T...
.....TTT..
..........
..........
......-...
J.JJJ---I.
JJJZJSLLI.
OOZZTSSLI.
OOZTTTSLI.
GGG.GGGGGG
GGG.GGGGGG


Unlike the now-deprecated pfstart and friends, you can use any arbitrary width you want. Just be sure every row is the same length to ensure it works properly.

List

ZLOSIJTG-CPB
X123456789 .
FADNH


Note: Using space as an empty cell is not suggested, as it hinders readability for other editors; support for using space may or may not be unsupported in the future, as well. It is also suggested you only use purely uppercase letters, as there may be extensions in the future that interpret lowercase as something different from uppercase.

Code Img Description
space Tet.png Empty Cell
. Tet.png Empty Cell
Z ZTet.png Red Block (Z Tetromino)
L LTet.png Orange Block (L Tetromino)
O OTet.png Yellow Block (O Tetromino)
S STet.png Green Block (S Tetromino)
I ITet.png Cyan Block (I Tetromino)
J JTet.png Blue Block (J Tetromino)
T TTet.png Purple Block (T Tetromino)
G GTet.png Gray Block (Garbage or playfield wall)
- -Tet.png Ghost piece or Line clear
C CTet.png Rotation center of a piece, a bomb in Bombliss, or any other specially marked block
P PTet.png Purple block for the T Tetromino, designed for use in documenting T-Spin setups
B BTet.png Mark a cell that has to be occupied for something (like a wallkick) to happen
X XTet.png Mark a cell that cannot be occupied for something (like a wallkick) to happen
F TransTet.gif Transform item block from TAP
A AttTet.png Attack item block from TAP
D DefTet.png Defend item block from TAP
N NeuTet.png Neutral item block from TAP
H HardTet.png Hard block from TAP
1–9 1Tet.png2Tet.png3Tet.png Mark the cells that reject a given kick position