Template:Link/stack: Difference between revisions

From Heroes of Might and Magic: Olden Era Official Wiki
No edit summary
No edit summary
 
Line 7: Line 7:
         |<span style='display:block;margin:2px 0 12px 0;font-size:small'><!--
         |<span style='display:block;margin:2px 0 12px 0;font-size:small'><!--
         -->{{#if:{{{link|}}}<!--
         -->{{#if:{{{link|}}}<!--
             This is the link:
             We have a link:
             -->|[[<!--
             -->|[[<!--
                 -->{{Sandbox/Aurelain/Link/clean|{{{link|}}}|{{{lang|en}}}}}<!--
                 -->{{Sandbox/Aurelain/Link/clean|{{{link|}}}|{{{lang|en}}}}}<!--
                 This is the displayed text of the link:
                 This is the displayed text of the link:
                 -->|{{Color|{{{color|}}}|{{#if:{{wrap|}}<!--
                 -->|{{Color|{{{color|}}}|{{#switch:{{{wrap|}}}<!--
                    -->|{{#replace:{{{text}}}| |<br>}}<!--
                        -->|1<!-- fall--><!--
                    -->|{{{text}}}}}<!--
                        -->|={{#replace:{{{text}}}| |<br>}}<!--
                     -->}}<!--
                        -->|#default={{{text}}}<!--
                        -->}}<!-- end switch
                     -->}}<!-- end color
                 -->]]<!--
                 -->]]<!--
             This is the text used when we have no link:
             We do not have a link, so we just use the text:
             -->|{{Color|{{{color|}}}|{{#if:{{wrap|}}<!--
             -->|{{Color|{{{color|}}}|{{#switch:{{{wrap|}}}<!--
                -->|{{#replace:{{{text}}}| |<br>}}<!--
                    -->|1<!-- fall--><!--
                -->|{{{text}}}}}<!--
                    -->|={{#replace:{{{text}}}| |<br>}}<!--
                 -->}}
                    -->|#default={{{text}}}<!--
         }}</span>
                    -->}}<!-- end switch
     }}<!--
                 -->}}<!-- end color --> <!--
         -->}}</span><!-- end if link
     -->}}<!-- end if text
--></span><!--
--></span><!--
####################################################################
####################################################################

Latest revision as of 11:55, 28 August 2026


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
}}

Output:


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