Difference between revisions of "Template:Div"

From PinataIsland.info, the Viva Piñata wiki
Jump to: navigation, search
(update for standardized naming)
(let's make it so that the s for species goes at the end, more intuitive)
Line 1: Line 1:
 
<includeonly>{{#switch: {{{1}}}
 
<includeonly>{{#switch: {{{1}}}
|svpc|specvps|svp|specclassic=<div class="pii_species_content_container"><div class="pii_species_classic_content">
+
|vcps|svpc|specvps|svp|specclassic=<div class="pii_species_content_container"><div class="pii_species_classic_content">
|stip|spectip|svp2=<div class="pii_species_content_container"><div class="pii_species_tipStd_content">
+
|tips|stip|spectip|svp2=<div class="pii_species_content_container"><div class="pii_species_tipStd_content">
|sjff|specjff=<div class="pii_species_content_container"><div class="pii_species_tipJff_content">
+
|jffs|sjff|specjff=<div class="pii_species_content_container"><div class="pii_species_tipJff_content">
|svpp|specvpp=<div class="pii_species_content_container"><div class="pii_species_pp_content">
+
|vpps|svpp|specvpp=<div class="pii_species_content_container"><div class="pii_species_pp_content">
|stv|spectv=<div class="pii_species_content_container"><div class="pii_species_tv_content">
+
|tvs|stv|spectv=<div class="pii_species_content_container"><div class="pii_species_tv_content">
|vp|classic=<div class="pii_article_content_container"><div class="pii_article_classic_content">
+
|vpc|classic=<div class="pii_article_content_container"><div class="pii_article_classic_content">
 
|tip|troubleinparadise|atip=<div class="pii_article_content_container"><div class="pii_article_tip_content">
 
|tip|troubleinparadise|atip=<div class="pii_article_content_container"><div class="pii_article_tip_content">
 
|jff|justforfun|ajff=<!-- i need the code for this -->
 
|jff|justforfun|ajff=<!-- i need the code for this -->
Line 23: Line 23:
  
 
|-
 
|-
|svpc
+
|vpcs
 
|Classic species tab
 
|Classic species tab
|<nowiki>{{div|svpc}}</nowiki>
+
|<nowiki>{{div|vpcs}}</nowiki>
 
|<nowiki>{{div|specvpc}}</nowiki>
 
|<nowiki>{{div|specvpc}}</nowiki>
  
 
|-
 
|-
|stip
+
|tips
 
|Trouble in Paradise species tab
 
|Trouble in Paradise species tab
|<nowiki>{{div|stip}}</nowiki>
+
|<nowiki>{{div|tips}}</nowiki>
 
|<nowiki>{{div|spectip}}</nowiki>
 
|<nowiki>{{div|spectip}}</nowiki>
  
 
|-
 
|-
|sjff
+
|jffs
 
|TIB: Just for Fun species tab
 
|TIB: Just for Fun species tab
|<nowiki>{{div|sjff}}</nowiki>
+
|<nowiki>{{div|jffs}}</nowiki>
 
|<nowiki>{{div|specjff}}</nowiki>
 
|<nowiki>{{div|specjff}}</nowiki>
  
 
|-
 
|-
|svpp
+
|vpps
 
|Pocket Paradise species tab
 
|Pocket Paradise species tab
|<nowiki>{{div|svpp}}</nowiki>
+
|<nowiki>{{div|vpps}}</nowiki>
 
|<nowiki>{{div|specvpp}}</nowiki>
 
|<nowiki>{{div|specvpp}}</nowiki>
  
 
|-
 
|-
|stv
+
|tvs
 
|TV series species tab
 
|TV series species tab
|<nowiki>{{div|stv}}</nowiki>
+
|<nowiki>{{div|tvs}}</nowiki>
 
|<nowiki>{{div|spectv}}</nowiki>
 
|<nowiki>{{div|spectv}}</nowiki>
  

Revision as of 20:23, 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}}
1 Used to close the requirements 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