Template:Link/stack
From Heroes of Might and Magic: Olden Era Official Wiki
This template is used by Template:LinkIcon as the base for rendering a link with an icon on top of it.
Usage
1. Normal:
Input:
{{Link/stack
| filename=Ister.png
| link=Ister
| text=Ister
}}
Output:
Ister
2. With lang, to override the default (en) and thus change the link:
Input:
{{Link/stack
| filename=Ister.png
| link=Ister
| text=イスター
| lang=ja
}}
Output:
イスター
3. With size, to override the default (64px):
Input:
{{Link/stack
| filename=Ister.png
| link=Ister
| text=Ister
| size=128px
}}
Output:
Ister
4. With color, for custom text color:
Input:
{{Link/stack
| filename=Ister.png
| link=Ister
| text=Ister
| color=magenta
}}
Output:
Ister
5. With link left empty, to omit linking:
Input:
{{Link/stack
| filename=Ister.png
| link=
| text=Ister
}}
Output:
Ister
6. With text left empty, to display only the icon:
Input:
{{Link/stack
| filename=Ister.png
| link=Ister
}}
7. With width, to override the default (100px) and adjust spacing as needed:
Input:
{{Link/stack
| filename=Bathym, Duke of Jewels.png
| link=Bathym, Duke of Jewels
| text=Bathym, Duke of Jewels
}}
{{Link/stack
| filename=Bathym, Duke of Jewels.png
| link=Bathym, Duke of Jewels
| text=Bathym, Duke of Jewels
| width=80px
}}
{{Link/stack
| filename=Bathym, Duke of Jewels.png
| link=Bathym, Duke of Jewels
| text=Bathym, Duke of Jewels
| width=200px
}}
Output:
Bathym,
Duke
of
Jewels
Bathym,
Duke
of
Jewels
Bathym,
Duke
of
Jewels


