Template:5X5 list entry: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
(added 'incomplete' parameter to add {{i}})
m (expanded explanation)
Line 4: Line 4:
|style="padding-left: 0.5em;padding-right: 0.3em"|{{#if: {{{category1|}}} |[[:Category:{{{category1}}}|{{{category1}}}]]}}{{#if: {{{category2|}}} | , [[:Category:{{{category2}}}|{{{category2}}}]]}}{{#if: {{{category3|}}} | , [[:Category:{{{category3}}}|{{{category3}}}]]}}
|style="padding-left: 0.5em;padding-right: 0.3em"|{{#if: {{{category1|}}} |[[:Category:{{{category1}}}|{{{category1}}}]]}}{{#if: {{{category2|}}} | , [[:Category:{{{category2}}}|{{{category2}}}]]}}{{#if: {{{category3|}}} | , [[:Category:{{{category3}}}|{{{category3}}}]]}}
<noinclude>
<noinclude>
=== Description ===
This template is used to add formatted entries to the sortable table on the [[5X5 Episodes]] page.
=== Usage ===
=== Usage ===
Entries should be added in order, as the table does not automatically order itself on opening.
Including a value for the parameter "incomplete" adds the "transcription in progress" icon, {{i}} . When the transcript is finished, simply remove this line from the template to remove the icon.
The most relevant category should be entered as category1, as this will determine the sorting order for the category column.
Example:
Example:
<pre>
<pre>
{{5X5 list entry
{{5X5 list entry
|incomplete = y                        <!-- when complete, remove line -->
|incomplete = y                        <!-- when transcript complete, remove line -->
|episode    = ###
|episode    = 104                      <!-- episode number -->
|date      = May 9 2011
|date      = May 9 2011               <!-- broadcast date -->
|contents  = Naturalistic Fallacy
|contents  = Naturalistic Fallacy     <!-- episode title taken from www.theskepticsguide.org -->
|category1  = Logic & Philosophy
|category1  = Logic & Philosophy       <!-- most relevant category  -->
|category2  = Humor                    <!-- optional -->
|category2  = Humor                    <!-- additional category - optional -->
|category3  = ESP                      <!-- optional -->
|category3  = ESP                      <!-- additional category optional -->
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Revision as of 01:12, 31 July 2012

|style="text-align: center"|[[5X5 Episode {{{episode}}}|{{{episode}}}]] |style="text-align: center;" style=white-space:nowrap|{{{date}}} |style="padding-left: 0.5em;padding-right: 0.3em"|[[5X5 Episode {{{episode}}}|{{{contents}}}]] |style="padding-left: 0.5em;padding-right: 0.3em"|

Description

This template is used to add formatted entries to the sortable table on the 5X5 Episodes page.

Usage

Entries should be added in order, as the table does not automatically order itself on opening.

Including a value for the parameter "incomplete" adds the "transcription in progress" icon, Transcription in progress . When the transcript is finished, simply remove this line from the template to remove the icon.

The most relevant category should be entered as category1, as this will determine the sorting order for the category column.

Example:

{{5X5 list entry
|incomplete = y                        <!-- when transcript complete, remove line -->
|episode    = 104                      <!-- episode number -->
|date       = May 9 2011               <!-- broadcast date -->
|contents   = Naturalistic Fallacy     <!-- episode title taken from www.theskepticsguide.org -->
|category1  = Logic & Philosophy       <!-- most relevant category  -->
|category2  = Humor                    <!-- additional category - optional -->
|category3  = ESP                      <!-- additional category optional -->
}}