Template:Page categories: Difference between revisions
Jump to navigation
Jump to search
(added history and SGU) |
m (edited description) |
||
Line 1: | Line 1: | ||
<includeonly> | <noinclude> | ||
=== Description === | |||
This template adds categories to full episode pages in a uniform order, starting with episode-wide categories, and then the topic categories in alphabetical order. It uses the page name to determine the sortkey so that episodes are grouped under # on category pages, and listed numerically. | |||
This template should be used for adding categories to full episode pages only. For 5X5 episodes, use [[Template:5X5 categories]]. Redirects to segments within episodes should be categorized normally (e.g <code><nowiki>[[Category:Topic]]</nowiki></code>). | |||
=== Usage === | |||
To assign categories, copy the following code and delete unwanted category lines. | |||
<pre> | |||
{{Page categories | |||
|Guest Rogues = y | |||
|Live Recording = y | |||
|Interview = y | |||
|Randi Speaks = y | |||
|Amendments = y | |||
|Alternative Medicine = y | |||
|Astronomy & Space Science = y | |||
|Cons, Scams & Hoaxes = y | |||
|Conspiracy Theories = y | |||
|Creationism & ID = y | |||
|Cryptozoology = y | |||
|Energy Healing = y | |||
|Entertainment = y | |||
|ESP = y | |||
|General Science = y | |||
|Ghosts & Demons = y | |||
|History = y | |||
|Homeopathy = y | |||
|Humor = y | |||
|Legal Issues & Regulations = y | |||
|Logic & Philosophy = y | |||
|Myths & Misconceptions = y | |||
|Nature & Evolution = y | |||
|Neuroscience & Psychology = y | |||
|New Age = y | |||
|Paranormal = y | |||
|Physics & Mechanics = y | |||
|Politics = y | |||
|Prophecy = y | |||
|Pseudoscience = y | |||
|Religion & Faith = y | |||
|Science & Education = y | |||
|Science & Medicine = y | |||
|Science & the Media = y | |||
|SGU = y | |||
|Technology = y | |||
|UFOs & Aliens = y | |||
|Other = y | |||
}} | |||
</pre> | |||
<!-- template for category inclusion, replace '???' with category name | |||
{{#if: {{{???|}}} | {{#switch: {{#len:{{#sub:{{PAGENAME}}|12|0}}}} |1 = [[Category:???|# 00{{#sub:{{PAGENAME}}|12|0}}]]|2 = [[Category:???|# 0{{#sub:{{PAGENAME}}|12|0}}]]|3 = [[Category:???|# {{#sub:{{PAGENAME}}|12|0}}]]}} }} | |||
--> | |||
</noinclude><includeonly> | |||
{{#if: {{{Guest Rogues|}}} | {{#switch: {{#len:{{#sub:{{PAGENAME}}|12|0}}}} |1 = [[Category:Guest Rogues|# 00{{#sub:{{PAGENAME}}|12|0}}]]|2 = [[Category:Guest Rogues|# 0{{#sub:{{PAGENAME}}|12|0}}]]|3 = [[Category:Guest Rogues|# {{#sub:{{PAGENAME}}|12|0}}]]}} }} | {{#if: {{{Guest Rogues|}}} | {{#switch: {{#len:{{#sub:{{PAGENAME}}|12|0}}}} |1 = [[Category:Guest Rogues|# 00{{#sub:{{PAGENAME}}|12|0}}]]|2 = [[Category:Guest Rogues|# 0{{#sub:{{PAGENAME}}|12|0}}]]|3 = [[Category:Guest Rogues|# {{#sub:{{PAGENAME}}|12|0}}]]}} }} | ||
Line 79: | Line 135: | ||
</includeonly> | </includeonly> | ||
Revision as of 21:30, 8 July 2012
Description
This template adds categories to full episode pages in a uniform order, starting with episode-wide categories, and then the topic categories in alphabetical order. It uses the page name to determine the sortkey so that episodes are grouped under # on category pages, and listed numerically.
This template should be used for adding categories to full episode pages only. For 5X5 episodes, use Template:5X5 categories. Redirects to segments within episodes should be categorized normally (e.g [[Category:Topic]]
).
Usage
To assign categories, copy the following code and delete unwanted category lines.
{{Page categories |Guest Rogues = y |Live Recording = y |Interview = y |Randi Speaks = y |Amendments = y |Alternative Medicine = y |Astronomy & Space Science = y |Cons, Scams & Hoaxes = y |Conspiracy Theories = y |Creationism & ID = y |Cryptozoology = y |Energy Healing = y |Entertainment = y |ESP = y |General Science = y |Ghosts & Demons = y |History = y |Homeopathy = y |Humor = y |Legal Issues & Regulations = y |Logic & Philosophy = y |Myths & Misconceptions = y |Nature & Evolution = y |Neuroscience & Psychology = y |New Age = y |Paranormal = y |Physics & Mechanics = y |Politics = y |Prophecy = y |Pseudoscience = y |Religion & Faith = y |Science & Education = y |Science & Medicine = y |Science & the Media = y |SGU = y |Technology = y |UFOs & Aliens = y |Other = y }}