Template:FRQ entry: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
m (separated parameter for episode # due to pipeline)
m (added category)
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
||[[{{{link}}}|{{{episode}}}]]
||[[{{{link}}}|{{{episode}}}]]
<noinclude>
<noinclude>
=== Description ===
This is a simplified way to add formatted entries to the [[Favorite Rogue Quotes]] collection.


This is a simplified way to add entries to the [[Favorite Rogue Quotes]] collection.
For a list of categories, see [[:Category:Topic]].
 
For a list of categories, see [[Special:Categories]].


=== Usage ===
=== Usage ===
<pre>
Requires 5 variables:
{{FRQ entry
* <code>rogue</code> &ndash; name of speaker
|rogue     =
* <code>quote</code> &ndash; quote text, including initials if more than one speaker
|quote     =
* <code>category</code> &ndash; topic category from [[:Category:Topic]]
|category =
* <code>link</code> &ndash; internal link to section in transcription
|link     =
* <code>episode</code> &ndash; episode number
|episode   =
}}
</pre>


Example:
Example:
Line 33: Line 30:
}}
}}
</pre>
</pre>
=== Copy ===
<pre>
{{FRQ entry
|rogue    =
|quote    =
|category  =
|link      =
|episode  =
}}
</pre>
[[Category: Table entry templates]]
[[Category:Templates]]
</noinclude>

Latest revision as of 13:07, 13 September 2016

|style="text-align:left;padding-left: 0.5em;padding-right: 0.3em;"|{{{rogue}}} |style="text-align:left;padding-left: 0.5em;padding-right: 0.3em;"|{{{quote}}} ||[[:Category:{{{category}}}|{{{category}}}]] ||[[{{{link}}}|{{{episode}}}]]

Description[edit]

This is a simplified way to add formatted entries to the Favorite Rogue Quotes collection.

For a list of categories, see Category:Topic.

Usage[edit]

Requires 5 variables:

  • rogue – name of speaker
  • quote – quote text, including initials if more than one speaker
  • category – topic category from Category:Topic
  • link – internal link to section in transcription
  • episode – episode number

Example:

{{FRQ entry
|rogue     = Rebecca
|quote     = R: You know who pirates' favorite scientist is?
S: I can't wait to hear

R: Daarrrrwin!
|category  = Humor
|link      = SGU_Episode_165#Creationism_in_the_UK_.2813:00.29
|episode   = 165
}}

Copy[edit]

{{FRQ entry
|rogue     = 
|quote     = 
|category  = 
|link      = 
|episode   = 
}}