Template:PixelImage: Difference between revisions

From I-Pixelmon
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<!-- =================  Template:PixelImage  ================= --><includeonly>{{#if: {{{display|}}}| {{#switch: {{{wiki|}}}| minecraft = [[File:{{{filename}}}|{{{size|24}}}px|class=pixelated|link=https://minecraft.wiki/w/{{#replace:{{{display}}}| | _}}]] [https://minecraft.wiki/w/{{#replace:{{{display}}}| | _}} {{{display}}}]| pixelmon  = [[File:{{{filename}}}|{{{size|24}}}px|class=pixelated|link={{#replace:{{{display}}}| | _}}]] [[{{{display}}}]]| #default  = [[File:{{{filename}}}|{{{size|24}}}px|class=pixelated]] {{{display}}}}}| [[File:{{{filename}}}|{{{size|24}}}px|class=pixelated]]}}<!----></includeonly><noinclude>
<!-- =================  Template:PixelImage  ================= --><includeonly>{{#if: {{{display|}}}{{#switch: {{{wiki|}}}| minecraft = [[File:{{{filename}}}|{{{size|24}}}px|class=pixelated|link=https://minecraft.wiki/w/{{#replace:{{{display}}}| | _}}]]{{#ifeq: {{lc:{{{showtext|yes}}}}} | no | | [https://minecraft.wiki/w/{{#replace:{{{display}}}| | _}} {{{display}}}] }}| pixelmon  = [[File:{{{filename}}}|{{{size|24}}}px|class=pixelated|link={{#replace:{{{display}}}| | _}}]]{{#ifeq: {{lc:{{{showtext|yes}}}}} | no | | [[{{{display}}}]] }}| #default  = [[File:{{{filename}}}|{{{size|24}}}px|class=pixelated]]{{#ifeq: {{lc:{{{showtext|yes}}}}} | no | | {{{display}}} }}}}|[[File:{{{filename}}}|{{{size|24}}}px|class=pixelated]]}}<!----></includeonly><noinclude>
== Usage ==
== Usage ==
<pre><nowiki>{{PixelImage
<pre><nowiki>{{PixelImage
Line 17: Line 17:
   **pixelmon**  → icon + text link internally.   
   **pixelmon**  → icon + text link internally.   
   anything else → no links.
   anything else → no links.
* <code>showtext</code> – optional (default <code>yes</code>). 
  Set to <code>no</code>/<code>false</code>/<code>0</code> to suppress the text label even if <code>display</code> is supplied.


== Examples ==
== Examples ==
Line 33: Line 35:
→ icon + text “Golden Axe”, internal link.
→ icon + text “Golden Axe”, internal link.


{{PixelImage|filename=Minecraft-goldenaxe.png|size=64|wiki=pixelmon}}  
{{PixelImage|filename=Minecraft-goldenaxe.png|size=64|wiki=pixelmon|showtext=false}}  
</noinclude>
</noinclude>

Revision as of 16:15, 10 June 2025

Usage

{{PixelImage
|filename = MyImage.png        <!-- required -->
|display  = Diamond Pickaxe    <!-- optional -->
|size     = 32                 <!-- optional, defaults 24 -->
|wiki     = minecraft          <!-- optional: minecraft / pixelmon / ”” -->
}}
Parameters
  • filename – **required**. Exact file name, including extension.
  • display – optional. Text to show next to the icon.
 If omitted, only the icon is shown and it is **not** a link.
  • size – optional. Width (px). Defaults to 24 px.
  • wiki – optional.
 **minecraft** → icon + text link to Minecraft Wiki.  
 **pixelmon**  → icon + text link internally.  
 anything else → no links.
  • showtext – optional (default yes).
 Set to no/false/0 to suppress the text label even if display is supplied.

Examples

→ 24 px icon, no link, no text.

test text → icon + text “Golden Axe”, no links.

→ 32 px icon + text, both link to https://minecraft.wiki/w/Golden_Axe


→ icon + text “Golden Axe”, internal link.