Difference between revisions of "Template:Skill Link extended"

From Mushpedia
Jump to: navigation, search
m
 
(26 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%"
+
 
|-
 
|-
!style="width:150px"|Learned by:
+
!style="text-align: left; font-size: 1.2em"|{{Skill|{{{1}}}}}
!style="text-align: left"|{{{1}}}
+
!style="width:120px"|Learned by:
!style="width:150px"|When turned {{Character|Mush}}:
+
!style="width:75px"|If {{Character|Mush}}:
 
|-
 
|-
|style="text-align: center"|{{{4}}}
+
|''{{#var: {{{1}}} Description}}''
|''{{{2}}}''
+
{{#var: {{{1}}} Effect}}
{{{3}}}
+
|style="text-align: center"|{{#var: {{{1}}} Characters}}
|style="text-align: center"|{{{5}}}
+
|class="{{Mush Status color|{{#var:Mush Status}}}}"|{{#var: {{{1}}} Mush Status}}
|}
+
|}</includeonly></onlyinclude>
</div></includeonly><noinclude>
+
{{Warn|Use [[Template:Skill Link]] instead of this, this is a development template}}
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
+
|{{Skill|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