Difference between revisions of "Template:Skill Link table"

From Mushpedia
Jump to: navigation, search
(Updated description)
Line 5: Line 5:
 
{{#ifeq: {{{3|}}} | no | | {{!}} style="text-align: center; background-color: #{{Mush Status color|{{#var:Mush Status}}}};" {{!}} {{#var: {{{1}}} Mush Status}}}}
 
{{#ifeq: {{{3|}}} | no | | {{!}} style="text-align: center; background-color: #{{Mush Status color|{{#var:Mush Status}}}};" {{!}} {{#var: {{{1}}} Mush Status}}}}
 
|-</includeonly></onlyinclude>
 
|-</includeonly></onlyinclude>
A template to handle the linking of skill data to the [[Skills]] and [[Characters]] pages.
+
{{Warn|Use [[Template:Skill Link]] instead of this, this is a development template}}
 
+
'''Usage:'''
+
<pre>[ INSERT TABLE CODE HERE ]
+
{{Skill Link table|Skill name|no|no}}
+
[ INSERT TABLE CODE HERE ]</pre>
+
 
+
'''Demo:'''
+
<pre>{| class="wikitable" style="width:100%;"
+
|-
+
! scope="col" style="width: 200px" | Skill
+
! scope="col" style="" | Description
+
! scope="col" style="width: 100px" | Learned by:
+
! scope="col" style="width: 100px;"| If {{Character|Mush}}:
+
|-
+
{{Skill Link table|Astrophysicist}}
+
|}
+
 
+
{| class="wikitable" style="width:100%;"
+
|-
+
! scope="col" style="width: 200px" | Skill
+
! scope="col" style="" | Description
+
|-
+
{{Skill Link table|Astrophysicist|no|no}}
+
|}</pre>
+
 
+
{| class="wikitable" style="width:100%;"
+
|-
+
! scope="col" style="width: 200px" | Skill
+
! scope="col" style="" | Description
+
! scope="col" style="width: 100px" | Learned by:
+
! scope="col" style="width: 100px;"| If {{Character|Mush}}:
+
|-
+
{{Skill Link table|Astrophysicist}}
+
|}
+
 
+
{| class="wikitable" style="width:100%;"
+
|-
+
! scope="col" style="width: 200px" | Skill
+
! scope="col" style="" | Description
+
|-
+
{{Skill Link table|Astrophysicist|no|no}}
+
|}
+

Revision as of 17:49, 26 December 2013

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