Difference between revisions of "Template:Skill Link extended"

From Mushpedia
Jump to: navigation, search
m
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude><includeonly>{{:{{{1}}}}}<div class="table-cell" style="width:100%; padding: 7px;">
+
<onlyinclude><includeonly>{| 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|{{{1}}}}}
 
!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}}
+
|class="{{Mush Status color|{{#var:Mush Status}}}}"|{{#var: {{{1}}} Mush Status}}
|}</div></includeonly></onlyinclude>
+
|}</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|{{Skill|Astrophysicist}}}}
+

Latest revision as of 05:58, 10 February 2014

Error creating thumbnail: Unable to save thumbnail to destination
Warning:
Use Template:Skill Link instead of this, this is a development template