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;{{{text|{{{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">{{{author|{{#ifexist:{{{2}}}|[[:{{{2}}}]]|{{{2}}}}}}}}</span>{{#if:{{{source|{{{3|}}}}}}|, {{{source|<span style="font-style:italic">{{#ifexist:{{{3}}}|[[:{{{3}}}]]|{{{3}}}}}</span>}}}}}</span><noinclude>
:<span class="quote" style="font-family:Times New Roman;font-size:11pt;padding-left:15px">&mdash;{{{author|<span style="font-weight:bold">{{#ifexist:{{{2}}}|[[:{{{2}}}]]|{{{2}}}}}</span>}}}{{#if:{{{source|{{{3|}}}}}}|, {{{source|<span style="font-style:italic">{{#ifexist:{{{3}}}|[[:{{{3}}}]]|{{{3}}}}}</span>}}}}}</span><noinclude>
==Usage==
==Usage==
<pre>{{quote|The quote.|Who said the quote|Game, year, subject, etc.}}</pre>
<pre>{{quote|The quote.|Who said the quote|Game, year, subject, etc.}}</pre>


To bypass automatic linking and italics, manually set the <code>author</code> and/or <code>source</code> parameter:
To bypass automatic linking and formatting, manually set the <code>author</code> and/or <code>source</code> parameter(s):


<pre>{{quote|text=The quote.|author=Who said the quote|source=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:45, May 18, 2024

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

Usage

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

To bypass automatic linking and formatting, manually set the author and/or source parameter(s):

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