Template:SkillRange: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[File:Range{{{range type|1}}}.png|height=70px| center| middle]]<!-- <includeonly>[[Category:Skill-Range-Change]]</includeonly> --> | [[File:Range{{{range type|1}}}.png|height=70px| center| middle|link=[[:Category:Range{{{range type}}}]] ]]<!-- <includeonly>[[Category:Skill-Range-Change]]</includeonly> --> | ||
<span style="display:{{{damage-type|none}}}><b>Damage Type:</b> [[:Category:Skill-{{{damage-type}}}|{{{damage-type}}}]]<br><!-- <includeonly>[[Category:Skill-{{{damage-type}}}]]</includeonly> --></span> | |||
<span style="display:{{{attack-reach|none}}}><b>Attack Reach:</b> [[:Category:Skill-{{{attack-reach}}}|{{{attack-reach}}}]]<!-- <includeonly>[[Category:Skill-{{{attack-reach}}}]]</includeonly> --></span></div></div> | |||
<noinclude> | |||
==Intended Use== | |||
failed attempt, much easier to just inject the category normal way | |||
<s> | |||
The intended use is to just simply dump these, and it'll include the skill-range-change category | |||
<pre> | |||
{{skillRange| range type={{{range type}}} }} | |||
{{skillRange| range type={{{range type}}} | attack-reach ={{{attack-reach}}} }} | |||
{{skillRange| range type={{{range type}}} | damage-type={{{damage-type}}} }} | |||
{{skillRange| range type={{{range type}}} | damage-type={{{damage-type}}} | attack-reach ={{{attack-reach}}} }} | |||
</pre> | |||
but contemplatying on dropping reach and damage type | |||
</s> |
Latest revision as of 18:05, 11 September 2024
Intended Use[edit source]
failed attempt, much easier to just inject the category normal way
The intended use is to just simply dump these, and it'll include the skill-range-change category
{{skillRange| range type={{{range type}}} }} {{skillRange| range type={{{range type}}} | attack-reach ={{{attack-reach}}} }} {{skillRange| range type={{{range type}}} | damage-type={{{damage-type}}} }} {{skillRange| range type={{{range type}}} | damage-type={{{damage-type}}} | attack-reach ={{{attack-reach}}} }}
but contemplatying on dropping reach and damage type