Template:Switcher/doc

From The League Wiki
< Template:Switcher
Revision as of 15:16, 11 June 2023 by MrSpode42 (talk | contribs) (Created page with "{{Documentation subpage}} <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> This template is used to create a switchable image with caption, for...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This template is used to create a switchable image with caption, for use in infoboxes. Note that this template does not work in the editing preview.

Parameters

Odd numbered parameters provide the image in wikitext; even numbered parameters provide the captions. Up to 20 images are supported.

Example

{{Switcher
| [[File:Example.png|300px]]
| An example
| [[File:Example image not to be used in article namespace.jpg|300px]]
| A different example
}}

Output:

Example.png
Example image not to be used in article namespace.jpg


TemplateData

<templatedata> { "params": { "1": { "description": "Image 1 wikitext", "example": "Example.png", "type": "unbalanced-wikitext" }, "2": { "description": "Image 1 caption", "example": "This is just an example.", "type": "string" }, "3": { "description": "See {{{1}}} (recursive)", "type": "unbalanced-wikitext" }, "4": { "description": "See {{{2}}} (recursive)", "type": "string" } }, "description": "Creates a switchable image with caption for use in infoboxes" } </templatedata>