Difference between revisions of "Template:Skill Tooltip"
From Mushpedia
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}}} | ||
|- | |- | ||
| − | ! | + | ! Learned by: |
| − | | {{{ | + | | {{{4}}} |
| + | ! If {{Character|Mush}}: | ||
| + | | {{{5}}} | ||
|}</div></includeonly><noinclude> | |}</div></includeonly><noinclude> | ||
| − | Shows the content of the | + | Shows the content of the Skill tooltip in a table on the right side of the Skill page. |
== Synopsis == | == Synopsis == | ||
<pre> | <pre> | ||
| − | {{ | + | {{Skill Tooltip |
| #1 | | #1 | ||
| #2 | | #2 | ||
| − | | | + | | #3 |
| − | #3 | + | | #4 |
| + | | #5 | ||
}} | }} | ||
</pre> | </pre> | ||
| Line 29: | Line 33: | ||
|- | |- | ||
! #1 | ! #1 | ||
| − | | The name of the | + | | The name of the Skill (e.g. "Astrophycisist") |
|- | |- | ||
! #2 | ! #2 | ||
| − | | The first lines of the | + | | The first lines of the Skill's description. |
|- | |- | ||
! #3 | ! #3 | ||
| − | | The list of effects as a MediaWiki unnumbered list ( | + | | 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. |
| #5 | Whether or not the skill is kept when the character turns to |