Template:Link/render: Difference between revisions
From Heroes of Might and Magic: Olden Era Official Wiki
refactoring article -> link |
Adjusted the span to only show when icons are rendered Tag: Reverted |
||
| Line 33: | Line 33: | ||
</noinclude><includeonly | </noinclude><includeonly>{{#if:{{{filename|}}}|<span style="white-space: nowrap;">[[File:{{{filename}}}{{!}}x30px{{!}}link={{{link|}}}{{#ifeq:{{{lang|en}}}|en||/{{{lang}}}}}]] }}{{#if:{{{link|}}}|[[{{{link}}}{{#ifeq:{{{lang|en}}}|en||/{{{lang}}}}}|{{{text}}}]]|{{{text}}}}}{{#if:{{{filename|}}}|</span>}}</includeonly> | ||
Revision as of 00:07, 18 May 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=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


