Toggle menu
244,6 tis.
94
18
635,1 tis.
Hrvatska internetska enciklopedija
Toggle preferences menu
Toggle personal menu
Niste prijavljeni
Your IP address will be publicly visible if you make any edits.

Predložak:Switcher/doc

Izvor: Hrvatska internetska enciklopedija

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

TemplateData

<templatedata> { "params": { "1": { "description": "Image 1 wikitext", "example": "", "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>