Template:Link/render: Difference between revisions
From Heroes of Might and Magic: Olden Era Official Wiki
changed the size from 30 to 32 to be a power of 2 |
added size parameter |
||
| Line 6: | Line 6: | ||
{{Link/render|filename=human_icon.png|link=Temple|lang=en|text=Temple}} | {{Link/render|filename=human_icon.png|link=Temple|lang=en|text=Temple}} | ||
<pre><nowiki>{{Link/render|filename=human_icon.png|link=Temple|lang=en|text=Temple|size=64px}}</nowiki></pre> | |||
{{Link/render|filename=human_icon.png|link=Temple|lang=en|text=Temple|size=64px}} | |||
| Line 33: | Line 37: | ||
</noinclude><includeonly>{{#if:{{{filename|}}}|<span style="white-space: nowrap;">[[File:{{{filename}}}{{!}}x32px{{!}}link={{{link|}}}{{#ifeq:{{{lang|en}}}|en||/{{{lang}}}}}]] }}{{#if:{{{link|}}}|[[{{{link}}}{{#ifeq:{{{lang|en}}}|en||/{{{lang}}}}}|{{{text}}}]]|{{{text}}}}}{{#if:{{{filename|}}}|</span>}}</includeonly> | </noinclude><includeonly>{{#if:{{{filename|}}}|<span style="white-space: nowrap;">[[File:{{{filename}}}{{!}}{{{size|x32px}}}{{!}}link={{{link|}}}{{#ifeq:{{{lang|en}}}|en||/{{{lang}}}}}]] }}{{#if:{{{link|}}}|[[{{{link}}}{{#ifeq:{{{lang|en}}}|en||/{{{lang}}}}}|{{{text}}}]]|{{{text}}}}}{{#if:{{{filename|}}}|</span>}}</includeonly> | ||
Revision as of 09:58, 20 June 2026
This template is used by Template:Link as the base for rendering a link with an icon in front of it. If filename is not provided, no icon will be rendered. If article is not provided, the term will not be linked.
{{Link/render|filename=human_icon.png|link=Temple|lang=en|text=Temple}}
{{Link/render|filename=human_icon.png|link=Temple|lang=en|text=Temple|size=64px}}
{{Link/render|filename=human_icon.png|link=Temple|lang=pl|text=Świątynia}}
{{Link/render|link=Temple|lang=en|text=Temple}}
{{Link/render|link=Temple|lang=pl|text=Świątynia}}
{{Link/render|lang=en|text=Temple}}
Temple
{{Link/render|lang=pl|text=Świątynia}}
Świątynia


