Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Role Skill Test: Difference between revisions

Template page
Created page with "<includeonly> {{#vardefine: icon|File:Skill_{{{name}}}_icon.png|right|}} <div class="skill_container" style="display: flex"> <div class="skill_icon"; style="width=60px; height=60px; order=-1;"> {{#ifexist: {{#var: icon}} | [[{{#var: icon}}]] | <span>No Icon</span> }} </div> </div>"
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
{{#vardefine: icon|File:Skill_{{{name}}}_icon.png|right|}}
{{#vardefine: icon|File:Skill_{{{name}}}_icon.png}}




<div class="skill_container" style="display: flex">
<div class="skill_container" style="display: flex">
   <div class="skill_icon"; style="width=60px; height=60px; order=-1;">
  <div style="display: inline-flex; flex-flow: row;">
    <span>Level: </span><span>1</span>
  </div>
   <div class="skill_icon"; style="width=60px; height=60px; order=-1; flex-flow: nowrap">
   {{#ifexist: {{#var: icon}}
   {{#ifexist: {{#var: icon}}
   | [[{{#var: icon}}]]
   | {{<img src="{{{#var: icon}}}">}}
   | <span>No Icon</span>
   | <span>No Icon</span>
   }}
   }}
   </div>
   </div>
</div>
</div>

Latest revision as of 18:09, 2 October 2022