Template:SkillRange: Difference between revisions

From AnotherEidos Wiki
Jump to navigation Jump to search
(testing how to implement skill stuff and include categories)
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:Range{{{range type|1}}}.png|height=70px| center| middle]][[Category:Skill-Range-Change]]
[[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

link=[[:Category:Range{{{range type}}}]]
link=[[:Category:Range{{{range type}}}]]

Damage Type: [[:Category:Skill-{{{damage-type}}}|{{{damage-type}}}]]

Attack Reach: [[:Category:Skill-{{{attack-reach}}}|{{{attack-reach}}}]]


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