Template:Page categories: Difference between revisions
Jump to navigation
Jump to search
attempt applying 'Numerical titles' |
added 'categorized' category as standard |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
=== Description === | === 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 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. It also adds the page to [[:Category: Categorized]] for admin purposes. | ||
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>). | 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>). | ||
| Line 249: | Line 249: | ||
|category = Other | |category = Other | ||
}} }} | }} }} | ||
{{Numerical titles <!-- adds page to hidden category, Categorized --> | |||
|page = {{PAGENAME}} | |||
|category = Categorized | |||
|}} }} | |||
</includeonly> | </includeonly> | ||
Revision as of 23:50, 28 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. It also adds the page to Category: Categorized for admin purposes.
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
}}