Template:Div
From PinataIsland.info, the Viva Piñata wiki
Paramaters
Paramater | Result | Shorthand | Longhand |
---|---|---|---|
svp | Classic species tab | {{tab|svp}} | {{tab|specclassic}} |
svp2 | Trouble in Paradise species tab | {{tab|svp2}} | {{tab|specvp2}} |
sjff | TIB: Just for Fun species tab | {{tab|sjff}} | {{tab|specjff}} |
svpp | Pocket Paradise species tab | {{tab|svpp}} | {{tab|specvpp}} |
stv | TV series species tab | {{tab|stv}} | {{tab|spectv}} |
avp | Classic article tab | {{tab|avp}} | {{tab|artclassic}} |
avp2 | Trouble in Paradise article tab | {{tab|avp2}} | {{tab|artvp2}} |
avpp | Pocket Paradise article tab | {{tab|avpp}} | {{tab|artvpp}} |
atv | TV series article tab | {{tab|atv}} | {{tab|arttv}} |
req | Requirements format - same for all platforms | {{tab|req}} | {{tab|require}} |
1 | Used to close the requirements div | {{tab|1}} | </div> |
2 | Used to close a species div tab | {{tab|2}} | {{tab|close}} |
end | Used at end of article to close the tabs | {{tab|end}} | {{tab|headertabs}} |
Usage
The div template is used to create the tabbed browsing for the different games & platforms.
- Each platform section must be preceded by a =First level header= with the exact standard name followed by the div template with the appropriate paramater and closed at the bottom of the section before any navboxes
- Species and articles have different parameters
- Creating article pages with tabbed browsing uses the same format and =First level headings= as species articles do.
- Even if the article only applies to one platform, it should be tabbed to make it immediately apparent which platform the article covers
- Example of a species article using the div template
__NOTOC__ __NOEDITSECTION__ =Classic= {{tab|svp}} // this opens the tab section for a classic species {{Species2Infobox | title = Reddhott ... }} Imagine scorching the furniture when ... == Classic requirements == Setting a [[Taffly]] on fire ... {{tab|req}} // this formats the requirements properly === Romance requirements === *Has eaten 3 [[chili]]s *... {{tab|1}} // requirements div is closed with {{tab|1}} (rest of species headers i.e. == Species variants == == Reddhott uses == == Species conflicts == == Other information == ) // {{clear}} is required to ensure the tab encloses any floating content {{clear}}{{tab|2}} // {{tab|close}}, {{tab|2}} (or simply {{tab}}) closes the species tab section {{Species-Classic}} // navboxes go below the close =TiP - Standard= {{tab|svp2}} // this opens the tab section for a Trouble in Paradise (standard) species ( ... same content as a classic species article ... ) {{clear}}{{tab|2}} // close tab section {{Species-TroubleInParadise-Standard}} =TiP - Just for Fun= {{tab|sjff}} // this opens the tab section for a Trouble in Paradise (Just for Fun) species ( ... same content as a classic species article ... ) {{clear}}{{tab|2}} // close tab section {{Species-TroubleInParadise-JustForFun}} =Pocket Paradise= {{tab|svpp}} // this opens the tab section for a Pocket Paradise species ( ... same content as a classic species article ... ) {{clear}}{{tab|2}} // close tab section {{Template:Species-PocketParadise}} =TV show= {{tab|stv}} ( ... content for a TV species article ... ) {{clear}}{{tab|2}} // close tab section {{tab|end}} // close article tabs [[Category:Flying]] // categories, etc. go at the very bottom