Template:Page categories: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
m (Categorize)
m (added category)
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
<noinclude>
<includeonly>
=== 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 <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
|Skeptical Puzzle          = 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: {{{???|}}} | {{Numerical titles
|page      = {{PAGENAME}}
|category  = ???
}} }}
 
-->
 
</noinclude><includeonly>
{{#if: {{{Guest Rogues|}}} | {{Numerical titles
{{#if: {{{Guest Rogues|}}} | {{Numerical titles
|page      = {{PAGENAME}}
|page      = {{PAGENAME}}
Line 255: Line 194:
|category  = Other
|category  = Other
}} }}
}} }}


{{Numerical titles          <!-- adds page to hidden category, Categorized -->
{{Numerical titles          <!-- adds page to hidden category, Categorized -->
Line 261: Line 199:
|category  = Categorized
|category  = Categorized
|}}
|}}
</includeonly>
</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. 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>).
 
=== 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
|Skeptical Puzzle          = 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: {{{???|}}} | {{Numerical titles
|page      = {{PAGENAME}}
|category  = ???
}} }}-->
 
[[Category:Utility templates]]
[[Category:Utility templates]]
[[Category:Templates]]
</noinclude>

Revision as of 13:19, 13 September 2016

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
|Skeptical Puzzle           = 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
}}