Difference between revisions of "Templates"

From NEStalgia
Jump to: navigation, search
(Item)
(Item)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Please update the page with any new templates you update, if they need some usage please put some usage on how it works.
+
Please update this page with any new templates you make. If they need some usage please put some usage on how it works.
  
===Quick links bar===
 
Displays a bar at the top of a site<br>
 
[[Template:Quick]]<br>
 
<nowiki>
 
How to use : {{{Quick}}}
 
</nowiki>
 
  
===Armory===
+
==Alternating Rows==
[[Template:Weapon]]<br />
+
[[Template:Alternating rows table section]]  
[[Template:Armor]]<br />
 
[[Template:Set]]
 
  
=== Item ===
+
<h4>Usage</h4>
 +
From [http://en.wikipedia.org/wiki/Template:Alternating_rows_table_section/doc Wikipedia's Documentation]:
  
[[Template:Item]] <br />
+
"'''Alternating rows table section''' allows for the dynamic creation of tables that use alternating styles for odd and even numbered rows, typically in conjunction with a template which generates a table where some rows may not be present every time.
[[Template:Page]] <br />
 
[[Template:Appearance]]
 
  
===Monster===
+
The template produces only a portion of the table: this allows for the end user to customize the leading and trailing sections of the table, include secondary rows between sections, or other control elements.  This table creates a new row at the start, and the user must start a new row if they want to include additional information after the table section.
[[Template:Monster]]
 
  
===Skills===
+
There are two named arguments to this template:
 +
;os:Defines the CSS style for odd-numbered rows.
 +
;es:Defines the CSS style for even-numbered rows.
  
[[Template:Skill]]
+
Beyond these, the template accepts up to 30 unnamed parameters, the contents which are appropriate wikimarkup to create a table row as described below.  A parameter may be left empty, and will not add to the current row count; in other words, the template tracks how may rows have been defined by the unnamed arguments to determine to apply the odd or even styling.
  
===Quests===
+
The unnamed arguments '''must''' start with a template-compatible table cell symbol, either "!" for a header, or the use of {{tl|!}} to create the standard cell indicator "|".  An argument can contain multiple cells, either separated on lines (using {{tl|!}} to separate cells) or on a single line (using {{tl|!!}} to replace "||" delimiters); cell-specific style arguments can also be applied.
[[Template:Quest]]
 
  
===Skill tables===
+
Unpredictable results may happen using other wikitable features such as rowspanning, creating a new row within an argument (using {{tl|!-}}), or the like."
[[Template:ClericSkills]]<br>
+
<h4>Example</h4>
[[Template:RangerSkills]]<br>
+
<nowiki>
[[Template:SoldierSkills]]<br>
+
{| class="wikitable"
[[Template:WizardSkills]]<br>
+
! Place !! Result
[[Template:ConjurerSkills]]<br>
+
{{Alternating rows table section|es=background:#f0f0f0;
[[Template:MerchantSkills]]<br>
+
| {{!}} First {{!!}} 100
[[Template:NinjaSkills]]<br>
+
| {{!}} Second {{!!}} 95
[[Template:WarlockSkills]]<br>
+
| <!-- empty! -->
 +
| {{!}} Third {{!!}} 87
 +
| <!-- empty! -->
 +
| {{!}} Fourth {{!!}} 65
 +
| {{!}} Fifth {{!!}} 58
 +
}}
 +
|}
 +
</nowiki>
 +
{| class="wikitable"
 +
! Place !! Result
 +
{{Alternating rows table section|es=background:#f0f0f0;
 +
| {{!}} First {{!!}} 100
 +
| {{!}} Second {{!!}} 95
 +
| <!-- empty! -->
 +
| {{!}} Third {{!!}} 87
 +
| <!-- empty! -->
 +
| {{!}} Fourth {{!!}} 65
 +
| {{!}} Fifth {{!!}} 58
 +
}}
 +
|}
 +
 
 +
==Companion Database==
 +
:[[Template:Companion]]
 +
 
 +
== Monster ==
 +
:[[Template:Monster]]
 +
 
 +
== Armory ==
 +
:[[Template:Weapon]]
 +
:[[Template:Armor]]
 +
:[[Template:Set]]
 +
 
 +
== Item ==
 +
:[[Template:Item]]
 +
:[[Template:Page]]
 +
:[[Template:Seed]]
 +
:[[Template:Appearance]]
 +
:[[Template:Crystals]]
 +
 
 +
== Quest ==
 +
:[[Template:Quest]]
 +
:[[Template:NPC]]
 +
 
 +
== Skill ==
 +
:[[Template:Skill]]
 +
 
 +
== Skill Class Tables ==
 +
:[[Template:RangerSkills]]
 +
:[[Template:SoldierSkills]]
 +
:[[Template:ClericSkills]]
 +
:[[Template:WizardSkills]]
 +
:[[Template:MerchantSkills]]
 +
:[[Template:ConjurerSkills]]
 +
:[[Template:NinjaSkills]]
 +
:[[Template:WarlockSkills]]

Latest revision as of 19:47, 17 April 2014

Please update this page with any new templates you make. If they need some usage please put some usage on how it works.


Alternating Rows

Template:Alternating rows table section

Usage

From Wikipedia's Documentation:

"Alternating rows table section allows for the dynamic creation of tables that use alternating styles for odd and even numbered rows, typically in conjunction with a template which generates a table where some rows may not be present every time.

The template produces only a portion of the table: this allows for the end user to customize the leading and trailing sections of the table, include secondary rows between sections, or other control elements. This table creates a new row at the start, and the user must start a new row if they want to include additional information after the table section.

There are two named arguments to this template:

os
Defines the CSS style for odd-numbered rows.
es
Defines the CSS style for even-numbered rows.

Beyond these, the template accepts up to 30 unnamed parameters, the contents which are appropriate wikimarkup to create a table row as described below. A parameter may be left empty, and will not add to the current row count; in other words, the template tracks how may rows have been defined by the unnamed arguments to determine to apply the odd or even styling.

The unnamed arguments must start with a template-compatible table cell symbol, either "!" for a header, or the use of {{!}} to create the standard cell indicator "|". An argument can contain multiple cells, either separated on lines (using {{!}} to separate cells) or on a single line (using {{!!}} to replace "||" delimiters); cell-specific style arguments can also be applied.

Unpredictable results may happen using other wikitable features such as rowspanning, creating a new row within an argument (using {{!-}}), or the like."

Example

 {| class="wikitable"
 ! Place !! Result
 {{Alternating rows table section|es=background:#f0f0f0;
 | {{!}} First {{!!}} 100
 | {{!}} Second {{!!}} 95
 | <!-- empty! -->
 | {{!}} Third {{!!}} 87
 | <!-- empty! -->
 | {{!}} Fourth {{!!}} 65
 | {{!}} Fifth {{!!}} 58
 }}
 |}
 
Place Result
First 100
Second 95
Third 87
Fourth 65
Fifth 58

Companion Database

Template:Companion

Monster

Template:Monster

Armory

Template:Weapon
Template:Armor
Template:Set

Item

Template:Item
Template:Page
Template:Seed
Template:Appearance
Template:Crystals

Quest

Template:Quest
Template:NPC

Skill

Template:Skill

Skill Class Tables

Template:RangerSkills
Template:SoldierSkills
Template:ClericSkills
Template:WizardSkills
Template:MerchantSkills
Template:ConjurerSkills
Template:NinjaSkills
Template:WarlockSkills