Template:Quote: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
:<span class="quote" style="font-family:Times New Roman;font-size:11pt;font-style:italic">&ldquo;{{{1}}}&rdquo;</span>
:<span class="quote" style="font-family:Times New Roman;font-size:11pt;font-style:italic">&ldquo;{{{text|{{{1}}}}}}&rdquo;</span>
:<span class="quote" style="font-family:Times New Roman;font-size:11pt;padding-left:15px">&mdash;<span style="font-weight:bold">[[:{{{2}}}]]</span>{{#if:{{{3|}}}|, <span style="font-style:italic">[[:{{{3}}}]]</span>}}</span><noinclude>
:<span class="quote" style="font-family:Times New Roman;font-size:11pt;padding-left:15px">&mdash;<span style="font-weight:bold">{{{author|{{#ifexist:{{{2}}}|[[:{{{2}}}]]|{{{2}}}}}}}}</span>{{#if:{{{source|{{{3|}}}}}}|, {{{source|{{#ifexist:{{{3}}}|''[[:{{{3}}}]]''|{{{3}}}}}}}}}}</span><noinclude>
==Usage==
==Usage==
For quoting. For a similar template without automatic linking, see {{tem|quote2}}.
<pre>{{quote|The quote.|Who said the quote|Game, year, subject, etc.}}</pre>


==Code==
To bypass automatic linking and italics, manually set the <code>author</code> and/or <code>source</code> parameter:
<pre>{{quote|The quote.|Who said the quote|Game, year, subject, etc.}}</pre>
 
<pre>{{quote|text=The quote.|author=Who said the quote|source=Game, year, subject, etc.}}</pre>


[[Category:Formatting templates]]</noinclude>
[[Category:Formatting templates]]</noinclude>

Revision as of 13:08, May 18, 2024

“{{{1}}}”
{{{2}}}

Usage

{{quote|The quote.|Who said the quote|Game, year, subject, etc.}}

To bypass automatic linking and italics, manually set the author and/or source parameter:

{{quote|text=The quote.|author=Who said the quote|source=Game, year, subject, etc.}}