Predložak:Switcher

Izvor: Hrvatska internetska enciklopedija
Skoči na:orijentacija, traži
== Upotreba ==
{{Switcher
| ''unesite prvu datoteku''
| ''opis prve datoteke''
| ''unesite drugu datoteku''
| ''opis druge datoteke''
(itd.)
}}

Primjer

{{Switcher
| [[Datoteka:Example.png|300px]]
| Primjer
| [[Datoteka:Example image not to be used in article namespace.jpg|300px]]
| Drugi primjer
}}
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>