Difference between revisions of "Template:Skill Tooltip"

From Mushpedia
Jump to: navigation, search
m (Ividyon moved page Template:SkillTooltip to Template:Skill Tooltip: rename to fit with other templates)
Line 2: Line 2:
 
{| class="wikitable" style="width:350px"
 
{| class="wikitable" style="width:350px"
 
|-
 
|-
! colspan="2" | {{Skill|{{{1}}}}}
+
! colspan="2" style="font-size: 1.2em;"| {{Skill|{{{1}}}}}
 
|-
 
|-
 
! style="width:80px" | Description:
 
! style="width:80px" | Description:
| {{{2}}}
+
| ''{{{2}}}''
 +
{{{3}}}
 
|-
 
|-
! Effects:
+
! Learned by:
| {{{3}}}
+
| {{{4}}}
 +
! If {{Character|Mush}}:
 +
| {{{5}}}
 
|}</div></includeonly><noinclude>
 
|}</div></includeonly><noinclude>
  
Shows the content of the skilltooltip in a table on the right side of the page.
+
Shows the content of the Skill tooltip in a table on the right side of the Skill page.
  
 
== Synopsis ==
 
== Synopsis ==
  
 
<pre>
 
<pre>
{{SkillTooltip
+
{{Skill Tooltip
 
| #1
 
| #1
 
| #2
 
| #2
|
+
| #3
#3
+
| #4
 +
| #5
 
}}
 
}}
 
</pre>
 
</pre>
Line 29: Line 33:
 
|-
 
|-
 
! #1
 
! #1
| The name of the skill (eg "Astrophycisist")
+
| The name of the Skill (e.g. "Astrophycisist")
 
|-
 
|-
 
! #2
 
! #2
| The first lines of the skills description.  
+
| The first lines of the Skill's description.
 
|-
 
|-
 
! #3
 
! #3
| The list of effects as a MediaWiki unnumbered list (each item with an asterisk), make sure you have a newline before the first item, and a newline after each one or it wont display properly in the table!
+
| The list of effects as a MediaWiki unnumbered list.
 +
|-
 +
! #4
 +
| The list of characters who learn the Skill, in format ''<nowiki>{{Character Level|<char name>|<level>}} or {{Character|Mage Book}}</nowiki>''. (e.g. {{Character Level|Frieda|3}}, {{Character|Mage Book}}, {{Character Level|Mush|5}})
 +
|-
 +
! #5
 +
| Whether or not the skill is kept when the character turns to {{Character|Mush}}. (e.g. "Kept" / "Lost")
 
|}
 
|}
 
</noinclude>
 
</noinclude>

Revision as of 01:15, 19 December 2013


Shows the content of the Skill tooltip in a table on the right side of the Skill page.

Synopsis

{{Skill Tooltip
| #1
| #2
| #3
| #4
| #5
}}
Parameter Description
#1 The name of the Skill (e.g. "Astrophycisist")
#2 The first lines of the Skill's description.
#3 The list of effects as a MediaWiki unnumbered list.
#4 The list of characters who learn the Skill, in format {{Character Level|<char name>|<level>}} or {{Character|Mage Book}}. (e.g. Icon Frieda 3, Icon Unknown Character, Icon Mush 5)
#5 Whether or not the skill is kept when the character turns to Icon Mush. (e.g. "Kept" / "Lost")