Template:Skill template: Difference between revisions

From EarthMC
Jump to navigation Jump to search
>Aparanoidbw
(Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="max_xp...")
 
>Aparanoidbw
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 6: Line 6:
     <caption source="caption1"/>
     <caption source="caption1"/>
   </image>
   </image>
   <data source="max_xp_level">
   <data source="xp_to_upgrade">
     <label>Max XP Level</label>
     <label>XP to upgrade</label>
   </data>
   </data>
   <data source="sub_skill_1">
   <data source="sub_skill_1">
Line 20: Line 20:
   <data source="sub_skill_4">
   <data source="sub_skill_4">
     <label>Sub Skill 4</label>
     <label>Sub Skill 4</label>
  </data>
  <data source="sub_skill_5">
    <label>Sub Skill 5</label>
  </data>
  <data source="sub_skill_6">
    <label>Sub Skill 6</label>
   </data>
   </data>
</infobox>
</infobox>
Line 28: Line 34:
|image1=Example
|image1=Example
|caption1=Example
|caption1=Example
|max_xp_level=Example
|xp_to_upgrade=Example
|sub_skill_1=Example
|sub_skill_1=Example
|sub_skill_2=Example
|sub_skill_2=Example
|sub_skill_3=Example
|sub_skill_3=Example
|sub_skill_4=Example
|...
|...
|sub_skill_6=Example
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Latest revision as of 03:28, 20 February 2020

Example usage:

{{Skill template
|title1=Example
|image1=Example
|caption1=Example
|xp_to_upgrade=Example
|sub_skill_1=Example
|sub_skill_2=Example
|sub_skill_3=Example
|...
|...
|sub_skill_6=Example
}}