Template:Skill icon: Difference between revisions

From FHX Wiki
mNo edit summary
(added if condition that checks for png or gif file and displays missing icon if no)
Line 1: Line 1:
<noinclude>{{Page warning|message=This template is in draft.}}</noinclude><includeonly>[[File:{{#ifexist: File:{{{1}}} icon.png|{{{1}}}|{{#ifexist: File:{{{1}}} icon.gif|{{{1}}}|missing}}}} icon.png|{{#switch:{{{2}}}|big=50|huge=100|#default=32}}px|link={{{1}}}]] [[{{{1}}}]]</includeonly><noinclude>
<noinclude>{{Page warning|message=This template is in draft.}}</noinclude><includeonly>[[File:{{#ifexist: File:{{{1}}} icon.png|{{{1}}} icon.png|{{#ifexist: File:{{{1}}} icon.gif|{{{1}}} icon.gif|missing icon.png}}}}|{{#switch:{{{2}}}|big=50|huge=100|#default=32}}px|link={{{1}}}]] [[{{{1}}}]]</includeonly><noinclude>
== Description ==
== Description ==
<pre>{{skill icon|<skill name>}}</pre>
<pre>{{skill icon|<skill name>}}</pre>
Line 21: Line 21:
* {{skill icon|Party Recall}} is produced from <code><nowiki>{{skill icon|Party Recall}}</nowiki></code>
* {{skill icon|Party Recall}} is produced from <code><nowiki>{{skill icon|Party Recall}}</nowiki></code>
* {{skill icon|Hammer (skill)}} is produced from <code><nowiki>{{skill icon|Hammer (skill)}}</nowiki></code>
* {{skill icon|Hammer (skill)}} is produced from <code><nowiki>{{skill icon|Hammer (skill)}}</nowiki></code>
* skill icon|Manufacture is produced from <code><nowiki>{{skill icon|Manufacture}}</nowiki></code>
* {{skill icon|Manufacture}} is produced from <code><nowiki>{{skill icon|Manufacture}}</nowiki></code>





Revision as of 00:30, 21 June 2024

Warning:
This template is in draft.

Description

{{skill icon|<skill name>}}

Displays a link to the skill and adds a skill icon in front of it.

Parameters

1 (unnamed parameter)
Skill name.
2 (unnamed parameter)
Icon size. Options: "big" (48px), "huge" (100px), or, blank (32px) - which is the default size.

Examples

  • Magic Defense is produced from {{skill icon|Magic Defense}}
  • Magic Defense is produced from {{skill icon|Magic Defense|big}}
  • Magic Defense is produced from {{skill icon|Magic Defense|huge}}
  • Revive is produced from {{skill icon|Revive}}
  • Teleport is produced from {{skill icon|Teleport}}
  • Visit is produced from {{skill icon|Visit}}
  • Invite is produced from {{skill icon|Invite}}
  • Party Recall is produced from {{skill icon|Party Recall}}
  • Hammer (skill) is produced from {{skill icon|Hammer (skill)}}
  • Manufacture is produced from {{skill icon|Manufacture}}


TODO:

  • Can file pages have (skill) in the name? I believe () normally isn't allowed in windows file naming.
    • If so, I'd like to figure out how to exclude (skill) from the displayed article link (e.g. Hammer or Hammer)
    • [[{{{1}}}|]] doesn't seem to work via template code, but works in the above example. Also tried | and {{!}}.
    • Consider adding (skill) for all skill articles. [[{{{1}}} (skill)|{{{1}}}]]
  • Add {{#if}} to include article link or only icon.
    • May not worry about this. Might be necessary to include article link each time a skill is referenced.
  • Import all skill icon image files (Skill Name icon.png)
    • need to get export
    • At least start with Teleport, Visit, Invite, Party Recall, and Revive as they are commonly referenced