Difference between revisions of "Template:Skill List"
Jump to navigation
Jump to search
Njosefbeck (talk | contribs) |
Njosefbeck (talk | contribs) (Added credit and expanded how the template can be used) |
||
Line 1: | Line 1: | ||
<includeonly><span>{{#if: {{{id|}}} | https://static.divine-pride.net/images/skill/{{{id}}}.png }} {{#if: {{{ | <includeonly><span>{{#if: {{{id|}}} | https://static.divine-pride.net/images/skill/{{{id}}}.png }} {{#if: {{{link|}}} | {{{link}}} }}</span> | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
== Usage == | == Usage == | ||
{| class="wikitable" | {| class="wikitable" | ||
! style="background-color:#9aff99;" | Usage | ! style="background-color:#9aff99;" | Usage | ||
! style="background-color:#9aff99;" | Description | |||
! style="background-color:#9aff99;" | Output | ! style="background-color:#9aff99;" | Output | ||
|- | |- | ||
| < | | <pre>{{Skill List |id=19 |link=[[Fire Bolt]]}}</pre> | ||
| {{Skill List |id=19 | | | Output icon and link to the skill page on the wiki | ||
| {{Skill List |id=19 |link=[[Fire Bolt]]}} | |||
|- | |- | ||
| < | | <pre>{{Skill List |id=19 |link=[https://irowiki.org/wiki/Fire_Bolt Fire Bolt]}}</pre> | ||
| Output icon and link to an external page | |||
| {{Skill List |id=19 |link=[https://irowiki.org/wiki/Fire_Bolt Fire Bolt]}} | |||
|- | |||
| <pre>{{Skill List |id=19 |link=Fire Bolt}}</pre> | |||
| Output icon and text, no link | |||
| {{Skill List |id=19 |link=Fire Bolt}} | |||
|- | |||
| <pre>{{Skill List |id=19}}</pre> | |||
| Output just the icon | |||
| {{Skill List |id=19}} | | {{Skill List |id=19}} | ||
|- | |||
| < | | <pre>{{Skill List |link=[[Fire Bolt]]}}</pre> | ||
| {{Skill List | | | Output just the link | ||
| {{Skill List |link=[[Fire Bolt]]}} | |||
|} | |} | ||
== Credit == | |||
The original Skill List template comes from [https://irowiki.org/wiki/Template:Skill_List this iROWiki template]. They have given us permission to use it, and we have modified it to serve our purposes. | |||
[[Category:Templates|Skill List]] | [[Category:Templates|Skill List]] | ||
</noinclude> | </noinclude> |
Revision as of 17:41, 8 May 2018
Usage
Usage | Description | Output |
---|---|---|
{{Skill List |id=19 |link=[[Fire Bolt]]}} |
Output icon and link to the skill page on the wiki | Fire Bolt |
{{Skill List |id=19 |link=[https://irowiki.org/wiki/Fire_Bolt Fire Bolt]}} |
Output icon and link to an external page | Fire Bolt |
{{Skill List |id=19 |link=Fire Bolt}} |
Output icon and text, no link | Fire Bolt |
{{Skill List |id=19}} |
Output just the icon | |
{{Skill List |link=[[Fire Bolt]]}} |
Output just the link | Fire Bolt |
Credit
The original Skill List template comes from this iROWiki template. They have given us permission to use it, and we have modified it to serve our purposes.