Template:Arrow: Difference between revisions
Nikitaivanov (talk | contribs) (Switch is too slow, bring if back) |
-u ndefined- (talk | contribs) (Document usage of template) |
||
Line 103: | Line 103: | ||
-->}}<!-- | -->}}<!-- | ||
--></includeonly><noinclude> | --></includeonly><noinclude> | ||
'''Arrow''' is a template designed for solutions in puzzle games that involve swiping and other types of motion such as dragging. | |||
== Example == | |||
<code><nowiki>{{Arrow|1|2|3|4|5|6|7|8|9|1|2|3|4|5|6|7|8|9}}</nowiki></code><br> | <code><nowiki>{{Arrow|1|2|3|4|5|6|7|8|9|1|2|3|4|5|6|7|8|9}}</nowiki></code><br> | ||
{{Arrow|1|2|3|4|5|6|7|8|9|1|2|3|4|5|6|7|8|9}} | {{Arrow|1|2|3|4|5|6|7|8|9|1|2|3|4|5|6|7|8|9}} | ||
== Parameters == | |||
Positional: | |||
* '''Number''': Takes n parameters, up to 100. An arrow corresponding to the direction relative to the center (5) in the numpad keyboard. 0 is unsupported. | |||
If more than 100 arrows are needed, two or more Arrow templates can be used. | |||
</noinclude> | </noinclude> |
Revision as of 02:42, 11 June 2025
Arrow is a template designed for solutions in puzzle games that involve swiping and other types of motion such as dragging.
Example
{{Arrow|1|2|3|4|5|6|7|8|9|1|2|3|4|5|6|7|8|9}}
↙ ↓ ↘ ← X → ↖ ↑ ↗ ↙ ↓ ↘ ← X → ↖ ↑ ↗
Parameters
Positional:
- Number: Takes n parameters, up to 100. An arrow corresponding to the direction relative to the center (5) in the numpad keyboard. 0 is unsupported.
If more than 100 arrows are needed, two or more Arrow templates can be used.