Difference between revisions of "Template:Div"

From PinataIsland.info, the Viva Piñata wiki
Jump to: navigation, search
m (fixed width)
m (Template:Div moved to Template:Tab: more descriptive name)
(No difference)

Revision as of 11:14, 21 August 2008

Paramaters

Paramater Result Shorthand Longhand
svp Classic species tab {{div|svp}} {{div|specclassic}}
svp2 Trouble in Paradise species tab {{div|svp2}} {{div|specvp2}}
sjff TIB: Just for Fun species tab {{div|sjff}} {{div|specjff}}
svpp Pocket Paradise species tab {{div|svpp}} {{div|specvpp}}
stv TV series species tab {{div|stv}} {{div|spectv}}
avp Classic article tab {{div|avp}} {{div|artclassic}}
avp2 Trouble in Paradise article tab {{div|avp2}} {{div|artvp2}}
avpp Pocket Paradise article tab {{div|avpp}} {{div|artvpp}}
atv TV series article tab {{div|atv}} {{div|arttv}}
req Requirements format - same for all platforms {{div|req}} {{div|require}}
1 Used to close the requirements div {{div|1}} </div>
2 Used to close a species div tab {{div}} {{div|2}}
end Used at end of article to close the tabs {{div|end}} {{div|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=
{{div|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 ...

{{div|req}}          // this formats the requirements properly

=== Romance requirements ===
*Has eaten 3 [[chili]]s
*...
{{div|1}}           // requirements div is closed with {{div|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}}{{div}}     // {{div|2}} (or simply {{div}} closes the species tab section

{{Species-Classic}}  // navboxes go below the close

=TiP - Standard=
{{div|svp2}}         // this opens the tab section for a Trouble in Paradise (standard) species 

( ... same content as a classic species article ... )

{{clear}}{{div}}     // close tab section

{{Species-TroubleInParadise-Standard}} 

=TiP - Just for Fun=
{{div|sjff}}         // this opens the tab section for a Trouble in Paradise (Just for Fun) species 

( ... same content as a classic species article ... )

{{clear}}{{div}}     // close tab section

{{Species-TroubleInParadise-JustForFun}}

=Pocket Paradise=
{{div|svpp}}         // this opens the tab section for a Pocket Paradise species 

( ... same content as a classic species article ... )

{{clear}}{{div}}     // close tab section

{{Template:Species-PocketParadise}}

=TV show=
{{div|stv}}

( ... content for a TV species article ... ) 

{{clear}}{{div}}    // close tab section

{{div|end}}         // close article tabs


[[Category:Flying]] // categories, etc. go at the very bottom