Diagram symbol templates: Difference between revisions

From TetrisWiki
Jump to navigation Jump to search
*>DIGITAL
No edit summary
*>DIGITAL
No edit summary
Line 52: Line 52:
| Initharddrop || {{Initharddrop}} || Initial Hard drop
| Initharddrop || {{Initharddrop}} || Initial Hard drop
|-
|-
| + || {{+}} || Synchronization of input.
| + || {{+}} || Synchronization of input
|-
| Or || {{Or}} || Option of input (you can do this OR that)
|-
| Ors || {{Ors}} || Option of input for a string of symbols (you can do these OR these)
|-
| Mirror || {{Mirror}} || Situation and action can be mirrored
|}
|}


Line 69: Line 75:
*{{holdleft}}{{rotright}}{{rotright}} = Hold left and keep held. Then rotate clockwise. While still holding left, rotate clockwise again.
*{{holdleft}}{{rotright}}{{rotright}} = Hold left and keep held. Then rotate clockwise. While still holding left, rotate clockwise again.
*{{holdleft}}{{+}}{{initrotright}}{{tapright}} = Hold left and keep held while simultaneously initial rotating clockwise. While still holding left, tap right.
*{{holdleft}}{{+}}{{initrotright}}{{tapright}} = Hold left and keep held while simultaneously initial rotating clockwise. While still holding left, tap right.
<br/>
'''4. {{or}} and {{ors}}
*{{tapleft}}{{rotleft}}{{or}}{{rotright}} = Tap left. Then rotate left or rotate right.
*{{tapleft}}{{rotleft}}{{ors}}{{tapright}}{{rotright}} = Tap left and rotate left or tap right and rotate right.

Revision as of 03:19, 19 December 2007

List

Code Img Description
Rotleft Rotate counter-clockwise
Rotright Rotate clockwise
Rot180 Rotate 180 degrees
Hold Hold active piece
Tapleft Tap left
Tapright Tap right
Holdleft Hold left and keep held
Holdright Hold right and keep held
Leftwall Hold left until piece reaches wall
Rightwall Hold right until piece reaches wall
Softdrop Soft drop
Firmdrop Firm drop
Harddrop Hard drop
Softfirmdrop Soft or firm drop (for diagrams that allow for both)
Initrotleft Initial rotate counterclockwise
Initrotright Initial rotate clockwise
Initrot180 Template:Initrot180 Initial rotate 180 degrees
Inithold Initial Hold active piece
Initholdleft Initial hold left input and keep held
Initholdright Initial hold right input and keep held
Initleftwall Initial hold right input until piece reaches wall
Initrightwall Initial hold right input until piece reaches wall
Initfirmdrop Initial Firm drop
Initharddrop Initial Hard drop
+ Synchronization of input
Or Option of input (you can do this OR that)
Ors Option of input for a string of symbols (you can do these OR these)
Mirror Situation and action can be mirrored

Usage Guideline

1. A string of symbols will be treated as consecutive inputs unless noted by a symbol.

  • = Rotate left. Then tap right.
  • = Rotate left. Then tap right. Then soft drop.


2. Only the symbol to the left and to the right of a symbol will be treated as simultaneous inputs.

  • = Rotate counter-clockwise and tap left simultaneously.
  • = Tap right. Then rotate counter-clockwise and tap left simultaneously.
  • = Tap right. Then rotate counter-clockwise and tap left simultaneously. Then tap left.
  • = Initial hold, initial rotate counter-clockwise, and initial hold left simultaneously.


3. ,,, and stay held through a whole string regardless of .

  • = Hold left and keep held. Then rotate clockwise. While still holding left, rotate clockwise again.
  • = Hold left and keep held while simultaneously initial rotating clockwise. While still holding left, tap right.


4. and

  • = Tap left. Then rotate left or rotate right.
  • = Tap left and rotate left or tap right and rotate right.