Template:Featurelist: Difference between revisions

From Halopedia, the Halo wiki

mNo edit summary
(This dual format is the second worst idea I've ever had (luckily it's not being used much). Better solution incoming, soon™)
Line 90: Line 90:
}}
}}


==Standard layouts and usage notes==
==Standard layout and usage notes==
The following are the standard layouts to follow when using the template in appearance lists. Note that modifications may sometimes be made to these standard formats if deemed necessary (e.g. sections with no entries may be omitted). Additionally, the template may also be used for other purposes in which these layouts may not apply.
The following is the standard layout to follow when using the template in appearance lists. Note that modifications may sometimes be made to the standard format if deemed necessary (e.g. sections with no entries may be omitted). Additionally, the template may also be used for other purposes in which this particular layout may not apply.
{{col-begin}}
{{col-2}}
===Games===
*Characters
**''(subsections for different factions if necessary)''
*Species and entities
**''(this section is used to list both enemies and friendly AI character classes; Forerunner constructs are to be listed as well.)''
*Organizations
*Locations
*Events
*Weapons
**''(subsections for each faction + usable and unusable weapons)''
*Vehicles
**''(subsections for each faction + usable and unusable weapons)''
*Technology and equipment
**''(Armor permutations + Armor abilities/Equipment, etc. subsections if applicable)''
 
;Code:
<pre>{{Featurelist|secondcolumn=title-5
|title-1=Characters|
 
|title-2=Species and entities|
 
|title-3=Organizations|
 
|title-4=Locations|
 
|title-5=Events|
 
|title-6=Weapons|
 
|title-7=Vehicles|
 
|title-8=Technology and equipment|
 
}}</pre>
{{col-2}}
===Other media===
''This is the standard appearance list layout for all non-game media, e.g. novels, comics, films, in-game [[terminal]]s, etc.''


*Characters
*Characters
Line 144: Line 105:
*Technology and equipment
*Technology and equipment
**''(subsections for different factions if necessary)''
**''(subsections for different factions if necessary)''
*Miscellaneous ''(optional)''


;Code:
;Code:
Line 164: Line 126:


}}</pre>
}}</pre>
{{Col-end}}
 
[[Category:Appearance templates]]
[[Category:Appearance templates]]
</noinclude>
</noinclude>

Revision as of 01:31, February 27, 2017

About

This template supports up to ten Level 3 headings (=== TITLE ===). To add more headings (up to ten), simply add in |title-#=. By default, the list is collapsed (as indicated by the hyperlinked [hide]. To remove this, place in |state=plain.

{{Featurelist|secondcolumn=
|title-1=
|
}}


Creating a second column

To create a second column, simply specify which |title-#= will be located on the first row of the second column. For example, if there are four sections and title-4 is on the first row of the second column, then specify the following in the template: |secondcolumn=title-4. It will create something similar to the following:

Characters

  • Cortana (Data chip only)
  • John-117
  • Locke

Species

  • Forerunner (Technology only)
  • Human
  • Sangheili

Organizations

  • ONI
  • UNSC
  • Covenant
  • Cerberus

Vehicles

  • D79-TC Pelican
  • UNSC Infinity

Equipment and technology

  • Data crystal chip
  • MJOLNIR Powered Assault Armor

Weapons

  • BR85 Heavy Barrel Service Rifle
  • M6H magnum
  • MA5D Individual Combat Weapon System



Standard layout and usage notes

The following is the standard layout to follow when using the template in appearance lists. Note that modifications may sometimes be made to the standard format if deemed necessary (e.g. sections with no entries may be omitted). Additionally, the template may also be used for other purposes in which this particular layout may not apply.

  • Characters
    • (subsections for different factions if necessary)
  • Species
  • Organizations
  • Locations
  • Events
  • Weapons
    • (subsections for different factions if necessary)
  • Vehicles
    • (subsections for different factions if necessary)
  • Technology and equipment
    • (subsections for different factions if necessary)
  • Miscellaneous (optional)
Code
{{Featurelist|secondcolumn=title-5
|title-1=Characters|

|title-2=Species|

|title-3=Organizations|

|title-4=Locations|

|title-5=Events|

|title-6=Weapons|

|title-7=Vehicles|

|title-8=Technology and equipment|

}}