Template:IconLink: Difference between revisions
No edit summary |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
| 3 (optional) || Visible Text || Blue Crystals | | 3 (optional) || Visible Text || Blue Crystals | ||
|- | |- | ||
| 4 (optional) || Image to use || File: | | 4 (optional) or <code>image</code> || Image to use || File:Gadvia-Gold Coin Icon.png | ||
|} | |} | ||
Line 19: | Line 19: | ||
=== Code === | === Code === | ||
< | <pre><nowiki> | ||
<nowiki> | I have one {{IconLink|Gadvia|Gold Coin}}. | ||
{{IconLink|Gadvia|Blue Crystal|Blue Crystals}} | |||
</nowiki> | How about some {{IconLink|Gadvia|Blue Crystal|Blue Crystals}}? | ||
</ | |||
This link actualy points to the {{IconLink|Gadvia|Main Page|image=File:Gadvia-Gold Coin Icon.png}}. | |||
</nowiki></pre> | |||
=== Result === | === Result === | ||
{{IconLink|Gadvia|Blue Crystal|Blue Crystals}} | I have one {{IconLink|Gadvia|Gold Coin}}. | ||
How about some {{IconLink|Gadvia|Blue Crystal|Blue Crystals}}? | |||
This link actualy points to the {{IconLink|Gadvia|Main Page|image=File:Gadvia-Gold Coin Icon.png}}. | |||
</noinclude> | </noinclude> | ||
Line 34: | Line 40: | ||
<includeonly> | <includeonly> | ||
<onlyinclude>{{Icon|{{{1|}}}|{{{2|}}}|image={{{image|{{{4|}}} }}}|link={{{1}}}:{{{2}}}}} [[{{{1}}}:{{{2}}}|{{{3|{{{2}}}}}}]]</onlyinclude> | |||
< | </includeonly> | ||