Difference between revisions of "Template:Skill Link extended"

From Mushpedia
Jump to: navigation, search
(Created page with "<includeonly><div> {| class="wikitable" style="width:100%" |- ! colspan="3" |{{{1}}} |- ! style="width:125px" |Learned by: | rowspan="2" |{{{2}}} {{{3}}} ! style="width:150px...")
 
m
 
(37 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><div>
+
<onlyinclude><includeonly>{| class="wikitable" style="width:100%; margin: 0;"
{| class="wikitable" style="width:100%"
+
 
|-
 
|-
! colspan="3" |{{{1}}}
+
!style="text-align: left; font-size: 1.2em"|{{Skill|{{{1}}}}}
 +
!style="width:120px"|Learned by:
 +
!style="width:75px"|If {{Character|Mush}}:
 
|-
 
|-
! style="width:125px" |Learned by:
+
|''{{#var: {{{1}}} Description}}''
| rowspan="2" |{{{2}}}
+
{{#var: {{{1}}} Effect}}
 
+
|style="text-align: center"|{{#var: {{{1}}} Characters}}
{{{3}}}
+
|class="{{Mush Status color|{{#var:Mush Status}}}}"|{{#var: {{{1}}} Mush Status}}
! style="width:150px" |When turned {{Character|Mush}}:
+
|}</includeonly></onlyinclude>
|-
+
{{Warn|Use [[Template:Skill Link]] instead of this, this is a development template}}
| style="text-align: center" |{{{4}}}
+
 
+
{{Character|Kuan Ti|long}} {{Level|11}}
+
| style="text-align: center" |{{{5}}}
+
|}
+
</div></includeonly><noinclude>
+
A template to help handle the linking of skill data to other articles. It determines the looks.
+
 
+
'''Usage:'''
+
<pre>{{Skill Link
+
|title
+
|description
+
|effects
+
|levels
+
|mush}}</pre>
+
 
+
'''Demo:'''
+
<pre>{{Skill Link
+
|Astrophysicist
+
|Skilled in scanning for planets in range or to determine their composition.
+
|*The '''Analyze''' action discovers +1 property per use.
+
*The '''Planet Scan''' action costs 1 {{AP}} less.
+
|{{Character|Frieda}} {{Level|1}}
+
{{Character|Gioele}} {{Level|4}}
+
{{Character|Kuan Ti}} {{Level|3}}
+
|Kept}}</pre>
+
 
+
{{Skill Link
+
|Astrophysicist
+
|Skilled in scanning for planets in range or to determine their composition.
+
|*The '''Analyze''' action discovers +1 property per use.
+
*The '''Planet Scan''' action costs 1 {{AP}} less.
+
|{{Character|Frieda}} {{Level|1}}
+
{{Character|Gioele}} {{Level|4}}
+
{{Character|Kuan Ti}} {{Level|3}}
+
|Kept}}
+
</noinclude>
+

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