Diagram symbol templates: Difference between revisions

From TetrisWiki
Jump to navigation Jump to search
*>DIGITAL
 
(5 intermediate revisions by one other user not shown)
Line 16: Line 16:
| Tapright || {{tapright}} || Tap right
| Tapright || {{tapright}} || Tap right
|-
|-
| Holdleft || {{holdleft}} || Hold left
| Holdleft || {{holdleft}} || Hold left and keep held
|-
|-
| Holdright || {{holdright}} || Hold right
| Holdright || {{holdright}} || Hold right and keep held
|-
| Leftwall || {{leftwall}} || Hold left until piece reaches wall
|-
| Rightwall || {{rightwall}} || Hold right until piece reaches wall
|-
|-
| Softdrop || {{softdrop}} || Soft drop
| Softdrop || {{softdrop}} || Soft drop
Line 28: Line 32:
| Softfirmdrop || {{softfirmdrop}} || Soft or firm drop (for diagrams that allow for both)
| Softfirmdrop || {{softfirmdrop}} || Soft or firm drop (for diagrams that allow for both)
|-
|-
| @Rotleft || {{@Rotleft}} || Initial rotate counterclockwise
| Initrotleft || {{Initrotleft}} || Initial rotate counterclockwise
|-
|-
| @Rotright || {{@Rotright}} || Initial rotate clockwise
| Initrotright || {{Initrotright}} || Initial rotate clockwise
|-
|-
| @Rot180 || {{@Rot180}} || Initial rotate 180 degrees
| Initrot180l || {{Initrot180l}} || Initial rotate 180 degrees or initial rotate 180 degrees to the left
|-
|-
| @Hold || {{@Hold}} || Initial Hold active piece
| Initrot180r || {{Initrot180r}} || Initial rotate 180 degrees to the right
|-
|-
| @Holdleft || {{@Holdleft}} || Initial hold left input
| Inithold || {{Inithold}} || Initial Hold active piece
|-
|-
| @Holdright || {{@Holdright}} || Initial hold right input
| Initholdleft || {{Initholdleft}} || Initial hold left input and keep held
|-
|-
| @Firmdrop || {{@Firmdrop}} || Initial Firm drop
| Initholdright || {{Initholdright}} || Initial hold right input and keep held
|-
|-
| @Harddrop || {{@Harddrop}} || Initial Hard drop
| Initleftwall || {{Initleftwall}} || Initial hold left input until piece reaches wall
|-
|-
| + || {{+}} || Synchronization of input.
| Initrightwall || {{Initrightwall}} || Initial hold right input until piece reaches wall
|-
| Initfirmdrop || {{Initfirmdrop}} || Initial Firm drop
|-
| Initharddrop || {{Initharddrop}} || Initial Hard drop
|-
| + || {{+}} || Synchronization of input
|-
| Or || {{Or}} || Option of input (you can do this/these OR that/these)
|-
| () || () || Groups {{+}} or {{Or}} to make distinct from chronological inputs
|-
| Mirror || {{Mirror}} || Situation and action can be mirrored
|}
|}


Line 51: Line 67:
*{{rotleft}}{{tapright}} = Rotate left. Then tap right.
*{{rotleft}}{{tapright}} = Rotate left. Then tap right.
*{{rotleft}}{{tapright}}{{softdrop}} = Rotate left. Then tap right. Then soft drop.
*{{rotleft}}{{tapright}}{{softdrop}} = 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.'''
<br/>
'''2. Only the symbol to the left and to the right of a {{+}} symbol will be treated as simultaneous inputs. Use () to separate simultaneous inputs from chronological inputs.'''
*{{rotleft}}{{+}}{{tapleft}} = Rotate counter-clockwise and tap left simultaneously.
*{{rotleft}}{{+}}{{tapleft}} = Rotate counter-clockwise and tap left simultaneously.
*{{tapright}}{{rotleft}}{{+}}{{tapleft}} = Tap right. Then rotate counter-clockwise and tap left simultaneously.
*{{tapright}}({{rotleft}}{{+}}{{tapleft}}) = Tap right. Then rotate counter-clockwise and tap left simultaneously.
*{{tapright}}{{rotleft}}{{+}}{{tapleft}}{{tapleft}} = Tap right. Then rotate counter-clockwise and tap left simultaneously. Then tap left.
*{{tapright}}({{rotleft}}{{+}}{{tapleft}}){{tapleft}} = Tap right. Then rotate counter-clockwise and tap left simultaneously. Then tap left.
*{{@Hold}}{{+}}{{@Rotleft}}{{+}}{{@Holdleft}} = Initial hold, initial rotate counter-clockwise, and initial hold left simultaneously.
*{{Inithold}}{{+}}{{Initrotleft}}{{+}}{{Initholdleft}} = Initial hold, initial rotate counter-clockwise, and initial hold left simultaneously.
*({{Inithold}}{{+}}{{Initrotleft}}{{+}}{{Initholdleft}}){{tapleft}} = Initial hold, initial rotate counter-clockwise, and initial hold left simultaneously. Then tap left.
<br/>
'''3. {{holdleft}},{{holdright}},{{initholdleft}}, and {{initholdright}} stay held through a whole string regardless of {{+}}.
*{{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.
<br/>
'''4. {{or}} can be used to link a single or multiple "OR" strings. Use () to separate {{or}} and {{ors}} inputs from chronological inputs.'''
*({{rotleft}}{{or}}{{rotright}}) = Rotate left or rotate right.
*{{tapleft}}({{rotleft}}{{or}}{{rotright}}) = Tap left. Then rotate left or rotate right.
*{{tapleft}}({{tapleft}}{{rotleft}}{{or}}{{tapright}}{{rotright}}) = Tap left. Then tap left and rotate left or tap right and rotate right.
*{{tapleft}}({{rotleft}}{{or}}{{rotright}}{{or}}{{tapright}}) = Tap left. Then rotate left or rotate right or tap right.
 
[[Category:Terminology]]

Latest revision as of 11:24, 10 September 2019

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
Initrot180l Initial rotate 180 degrees or initial rotate 180 degrees to the left
Initrot180r Initial rotate 180 degrees to the right
Inithold Initial Hold active piece
Initholdleft Initial hold left input and keep held
Initholdright Initial hold right input and keep held
Initleftwall Initial hold left 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/these OR that/these)
() () Groups or to make distinct from chronological inputs
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. Use () to separate simultaneous inputs from chronological 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.
  • () = Initial hold, initial rotate counter-clockwise, and initial hold left simultaneously. Then tap left.


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. can be used to link a single or multiple "OR" strings. Use () to separate and inputs from chronological inputs.

  • () = Rotate left or rotate right.
  • () = Tap left. Then rotate left or rotate right.
  • () = Tap left. Then tap left and rotate left or tap right and rotate right.
  • () = Tap left. Then rotate left or rotate right or tap right.