Template:FRQ entry: Difference between revisions
Jump to navigation
Jump to search
m (Categorize) |
m (formatted uniformly) |
||
Line 7: | Line 7: | ||
This is a simplified way to add formatted entries to the [[Favorite Rogue Quotes]] collection. | This is a simplified way to add formatted entries to the [[Favorite Rogue Quotes]] collection. | ||
For a list of categories, see [[ | For a list of categories, see [[:Category:Topic]]. | ||
=== Usage === | === Usage === | ||
< | Requires 5 variables: | ||
* <code>rogue</code> – name of speaker | |||
* <code>quote</code> – quote text, including initials if more than one speaker | |||
* <code>category</code> – topic category from [[:Category:Topic]] | |||
* <code>link</code> – internal link to section in transcription | |||
* <code>episode</code> – episode number | |||
</ | |||
Example: | Example: | ||
Line 33: | Line 30: | ||
}} | }} | ||
</pre> | </pre> | ||
=== Copy === | |||
<pre> | |||
{{FRQ entry | |||
|rogue = | |||
|quote = | |||
|category = | |||
|link = | |||
|episode = | |||
}} | |||
</pre> | |||
[[Category: Table entry templates]] | [[Category: Table entry templates]] | ||
</noinclude> | </noinclude> |
Revision as of 09:20, 3 September 2013
|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
This is a simplified way to add formatted entries to the Favorite Rogue Quotes collection.
For a list of categories, see Category:Topic.
Usage
Requires 5 variables:
rogue
– name of speakerquote
– quote text, including initials if more than one speakercategory
– topic category from Category:Topiclink
– internal link to section in transcriptionepisode
– 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
{{FRQ entry |rogue = |quote = |category = |link = |episode = }}