Difference between revisions of "Template:Skill Link extended"

From Mushpedia
Jump to: navigation, search
(Updated to work with the newest version of the Skill Link system)
Line 1: Line 1:
<onlyinclude><includeonly>{{:{{{1}}}}}<div class="table-cell" style="width:100%; padding: 7px;">
+
<onlyinclude><includeonly><div class="table-cell" style="width:100%; padding: 7px;">
 
{| class="wikitable" style="width:100%; margin: 0;"
 
{| class="wikitable" style="width:100%; margin: 0;"
 
|-
 
|-
!style="text-align: left; font-size: 1.2em"|{{Skill|{{#var:Title}}}}
+
!style="text-align: left; font-size: 1.2em"|{{Skill|{{#var: {{{1}}} Title}}}}
 
!style="width:120px"|Learned by:
 
!style="width:120px"|Learned by:
 
!style="width:75px"|If {{Character|Mush}}:
 
!style="width:75px"|If {{Character|Mush}}:
 
|-
 
|-
|''{{#var:Description}}''
+
|''{{#var: {{{1}}} Description}}''
{{#var:Effect}}
+
{{#var: {{{1}}} Effect}}
|style="text-align: center"|{{#var:Characters}}
+
|style="text-align: center"|{{#var: {{{1}}} Characters}}
|style="text-align: center; background-color: #{{Mush Status color|{{#var:Mush Status}}}};"|{{#var:Mush Status}}
+
|style="text-align: center; background-color: #{{Mush Status color|{{#var: {{{1}}} Mush Status}}}};"|{{#var: {{{1}}} Mush Status}}
 
|}</div></includeonly></onlyinclude>
 
|}</div></includeonly></onlyinclude>
A template to help handle the linking of skill data to other articles. It determines the looks.
+
{{Warn|Use [[Template:Skill Link]] instead of this, this is a development template}}
 
+
'''Usage:'''
+
<pre>{{Skill Link extended|Skill name}}</pre>
+
 
+
'''Demo:'''
+
<pre>{{Skill Link extended|Astrophysicist}}</pre>
+
 
+
{{Skill Link extended|Astrophysicist}}
+

Revision as of 17:49, 26 December 2013

Icon Warning: Use Template:Skill Link instead of this, this is a development template