Welcome to our new Skyland! Article rewrites are welcome. If you see any missing images, please feel free to add them. Please use the Aboutfile template when uploading and add categories.
We are also aware of some articles being unavailable. Please bear with us while we are working to get them fixed.

Template:Episodebox

From Skylanders Wiki
Revision as of 08:15, February 21, 2016 by Aura24 (talk | contribs)

<infobox> <title source="title"><default>Episodebox</default><format>"{{{title}}}"</format></title> <image source="image"/>

   
   <group>

<header>Overview</header>

       <label>Season no.</label>
       <label>Season episode no.</label>
       <label>Episode no.</label>
       <label>Written by</label>
       <label>Original air date</label>
   </group>
   <group layout="horizontal">
   	<header>Episode Guide</header>
   	<label>Previous</label><format>"{{{prev}}}"</format>
   	<label>Next</label><format>"{{{next}}}"</format>
   </group>

</infobox>


Usage & preview

Type in this:

{{Episodebox
|image=
|caption=
|season=
|seasonepisode=
|episode=
|writer=
|date=
|prev=
|next=
}}

to see this:

<infobox> <title source="title"><default>Episodebox</default><format>"{{{title}}}"</format></title> <image source="image"/>

   
   <group>

<header>Overview</header>

       <label>Season no.</label>
       <label>Season episode no.</label>
       <label>Episode no.</label>
       <label>Written by</label>
       <label>Original air date</label>
   </group>
   <group layout="horizontal">
   	<header>Episode Guide</header>
   	<label>Previous</label><format>"{{{prev}}}"</format>
   	<label>Next</label><format>"This is a test"</format>
   </group>

</infobox>


Click here to refresh the preview above