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 (fix newline per https://www.mediawiki.org/wiki/Topic:Q8qb43gsx38qo2qz) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<blockquote> | <blockquote> | ||
− | <div style="font-family: serif; max-width: 50em;">{{{1}}}</div> | + | <div style="font-family: serif; max-width: 50em;"> |
− | {{#if:{{{cite|}}}|<p><cite>(from {{{cite}}})</cite> | + | {{{1}}}</div> |
+ | {{#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. |
Latest revision as of 02:04, 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.