Difference between revisions of "Template:Div"

From PinataIsland.info, the Viva Piñata wiki
Jump to: navigation, search
(let's make it so that the s for species goes at the end, more intuitive)
(add {{div|sour}})
Line 10: Line 10:
 
|vpp|pocketparadise|avpp=<div class="pii_article_content_container"><div class="pii_article_pp_content">
 
|vpp|pocketparadise|avpp=<div class="pii_article_content_container"><div class="pii_article_pp_content">
 
|tv|television|atv=<div class="pii_article_content_container"><div class="pii_article_tv_content">
 
|tv|television|atv=<div class="pii_article_content_container"><div class="pii_article_tv_content">
 +
|sour=<div class="pii_species_sour_content">
 
|req|require=<div class="pii_species_requirements">
 
|req|require=<div class="pii_species_requirements">
 
|tabs|headertabs|end=<headertabs/>
 
|tabs|headertabs|end=<headertabs/>
Line 87: Line 88:
 
|<nowiki>{{div|req}}</nowiki>
 
|<nowiki>{{div|req}}</nowiki>
 
|<nowiki>{{div|require}}</nowiki>
 
|<nowiki>{{div|require}}</nowiki>
 +
 +
|-
 +
|sour
 +
|Sour format - same for all platforms
 +
|<nowiki>{{div|sour}}</nowiki>
  
 
|-
 
|-
 
|1
 
|1
|Used to close the requirements div
+
|Used to close the requirements and sour div
 
|<nowiki>{{div|1}}</nowiki>
 
|<nowiki>{{div|1}}</nowiki>
 
|<nowiki></div></nowiki>
 
|<nowiki></div></nowiki>

Revision as of 20:25, 21 August 2008

Paramaters

Paramater Result Shorthand Longhand
vpcs Classic species tab {{div|vpcs}} {{div|specvpc}}
tips Trouble in Paradise species tab {{div|tips}} {{div|spectip}}
jffs TIB: Just for Fun species tab {{div|jffs}} {{div|specjff}}
vpps Pocket Paradise species tab {{div|vpps}} {{div|specvpp}}
tvs TV series species tab {{div|tvs}} {{div|spectv}}
avp Classic article tab {{div|vpc}} {{div|classic}}
avp2 Trouble in Paradise article tab {{div|tip}} {{div|troubleinparadise}}
jff TIB: Just for Fun article tab {{div|jff}} {{div|justforfun}}
vpp Pocket Paradise article tab {{div|vpp}} {{div|pocketparadise}}
tv TV series article tab {{div|tv}} {{div|television}}
req Requirements format - same for all platforms {{div|req}} {{div|require}}
sour Sour format - same for all platforms {{div|sour}}
1 Used to close the requirements and sour div {{div|1}} </div>
2 Used to close a species div tab {{div|2}} {{div|close}}
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|2}}    // {{div|close}}, {{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|2}}    // 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|2}}    // 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|2}}    // close tab section

{{Template:Species-PocketParadise}}

=TV show=
{{div|stv}}          // this opens the tab section for a TV species 

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

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

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


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