Difference between revisions of "Template:Qq"
Jump to navigation
Jump to search
(Created page with "<blockquote> <div style="font-family: serif; max-width: 50em;">{{{1}}}</div> {{#if:{{{cite|}}}|<p><cite>(from {{{cite}}})</cite>}}</p></blockquote><noinclude> Represents a bl...") |
m |
||
Line 1: | Line 1: | ||
<blockquote> | <blockquote> | ||
<div style="font-family: serif; max-width: 50em;">{{{1}}}</div> | <div style="font-family: serif; max-width: 50em;">{{{1}}}</div> | ||
− | {{#if:{{{cite|}}}|<p><cite>(from {{{cite}}})</cite> | + | {{#if:{{{cite|}}}|<p><small><cite>(from {{{cite}}})</cite></small></p>}}</blockquote><noinclude> |
Represents a block of text quoted from a quizbowl question. | Represents a block of text quoted from a quizbowl question. |
Revision as of 02:03, 12 May 2021
{{{1}}}
Represents a block of text quoted from a quizbowl question.
Example:
{{qq|This is a tossup. ANSWER: <b><u>Foo</u></b>|cite=[https://example.org/ 1995 ACF Fall]}}
This is a tossup. ANSWER: Foo(from 1995 ACF Fall)
Use Template:q instead for inline quotes.