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">“{{{1}}}”</span> | :<span class="quote" style="font-family:Times New Roman;font-size:11pt;font-style:italic">“{{{text|{{{1}}}}}}”</span> | ||
:<span class="quote" style="font-family:Times New Roman;font-size:11pt;padding-left:15px">—<span style="font-weight:bold">[[:{{{2}}}]]</span>{{#if:{{{3|}}}|, | :<span class="quote" style="font-family:Times New Roman;font-size:11pt;padding-left:15px">—<span style="font-weight:bold">{{{author|{{#ifexist:{{{2}}}|[[:{{{2}}}]]|{{{2}}}}}}}}</span>{{#if:{{{source|{{{3|}}}}}}|, {{{source|{{#ifexist:{{{3}}}|''[[:{{{3}}}]]''|{{{3}}}}}}}}}}</span><noinclude> | ||
==Usage== | ==Usage== | ||
<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: | |||
<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.}}