Difference between revisions of "Template:Skill range/doc"
Jump to navigation
Jump to search
SurtrFan8511 (talk | contribs) (Created page with "== Description == Parses a string in the format of [distance] [horizontal] [vertical] [diagonal] [is-square] into something human readable. == Examples == <pre>{{Skill rang...") |
(No difference)
|
Revision as of 11:09, 11 August 2020
Description
Parses a string in the format of [distance] [horizontal] [vertical] [diagonal] [is-square] into something human readable.
Examples
{{Skill range|0 0 0 0 0}}
Expression error: Unexpected > operator.
{{Skill range|1 0 0 2 0}}
Expression error: Unexpected > operator.
{{Skill range|-2 0 0 1 0}}
Expression error: Unexpected > operator.
{{Skill range|1 0 1 0 0}}
Expression error: Unexpected > operator.
{{Skill range|-2 1 0 0 0}}
Expression error: Unexpected > operator.
{{Skill range|0 1 1 0 0}}
Expression error: Unexpected > operator.
{{Skill range|0 2 2 0 0}}
Expression error: Unexpected > operator.
{{Skill range|0 1 1 1 0}}
Expression error: Unexpected > operator.
{{Skill range|5 6 7 8 0}}
Expression error: Unexpected > operator.