Template:Switch/doc

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
Description

This template is used to do create a switch between two images, useful for {{Char Box}}.

Dependencies

This template uses File:NoPicAvailable.png, {{Toggle}} and its related JavaScripts.

Syntax
{{Switch
 |option1 = Text image 1 <!-- Default -->
 |image1  = Image 1 <!-- Default -->
 |option2 = Text image 2
 |image2  = Image 2
}}
Parameters
  • option1= the text associated with image 1 (this is the default text) - optional, default: Post Timeskip.
  • image1/1= the default image to be displayed, can be given as first free parameter - default: File:NoPicAvailable.png.
  • option2= the text associated with image 2 - optional, default: Pre Timeskip.
  • image2/2= the secondary image, can be given as second free parameter - default: File:NoPicAvailable.png..
Samples

Jotaro Kujo

Jotaro Kujo

{{Switch
  | [[File:Jotaro SC Infobox Manga.png|250px|Jotaro Kujo]] <!-- Default -->
  | [[File:Jotaro SC Infobox Anime.png|250px|Jotaro Kujo]]
}}


No picture available
No picture available

With custom options:

{{Switch
 | option1 = Second part <!-- Default -->
 | image1  = [[File:Jotaro SC Infobox Manga.png|250px|Jotaro Kujo]] <!-- Default -->
 | option2 = First part
 | image2  = [[File:Jotaro SC Infobox Anime.png|250px|Jotaro Kujo]]
}}


No picture available
No picture available

With missing images:

{{Switch
 | option1 = Second part <!-- Default -->
 | image1  = [[File:Jotaro SC Infobox Anime.png|250px|Jotaro Kujo]] <!-- Default -->
 | option2 = First part
 | image2  = 
}}


See Also