Difference between revisions of "Template:Div"

From PinataIsland.info, the Viva Piñata wiki
Jump to: navigation, search
(update instructions for new name)
m (update instructions for new name)
Line 90: Line 90:
 
|-
 
|-
 
|1
 
|1
|Used to close the requirements div
+
|Used to close the requirements tab
 
|<nowiki>{{tab|1}}</nowiki>
 
|<nowiki>{{tab|1}}</nowiki>
 
|<nowiki></div></nowiki>
 
|<nowiki></div></nowiki>
Line 109: Line 109:
  
 
==Usage==
 
==Usage==
The div template is used to create the tabbed browsing for the different games & platforms.
+
The tab 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
+
*Each platform section must be preceded by a =First level header= with the exact standard name followed by the tab template with the appropriate paramater and closed at the bottom of the section before any navboxes
 
*Species and articles have different parameters
 
*Species and articles have different parameters
 
*Creating article pages with tabbed browsing uses the same format and =First level headings= as species articles do.
 
*Creating article pages with tabbed browsing uses the same format and =First level headings= as species articles do.
Line 117: Line 117:
  
  
;Example of a species article using the div template
+
;Example of a species article using the tab template
 
<pre>
 
<pre>
 
__NOTOC__
 
__NOTOC__
Line 138: Line 138:
 
*Has eaten 3 [[chili]]s
 
*Has eaten 3 [[chili]]s
 
*...
 
*...
{{tab|1}}            // requirements div is closed with {{tab|1}}
+
{{tab|1}}            // requirements tab is closed with {{tab|1}}
  
  

Revision as of 11:25, 21 August 2008

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 tab {{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 tab 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 tab 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 tab 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 tab 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