Template:Quote: Difference between revisions

m
Text replacement - " 0px" to " 0"
(switch back to wikitable)
m (Text replacement - " 0px" to " 0")
 
(18 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{| align="left" style="border-collapse:collapse; border-style:none; background-color:transparent;"
{| style="border-collapse:collapse; border-style:none; background-color:transparent;" class="cquote"
| rowspan="2" width="20" valign="top" style="color:#B2B7F2;font-size:40px;font-family:'Times New Roman',serif;font-weight:bold;text-align:left;padding:10px 10px;" | “
| rowspan="2" width="20" valign="top" style="color:#B2B7F2;font-size:40px;font-family:'Times New Roman',serif;font-weight:bold;text-align:left;padding:10px 10px;" | “
| valign="top" style="padding:4px 10px;" | {{#ifeq:{{{2}}}|journal|{{:{{{1}}}/journal}}}}{{#ifeq:{{{2}}}|sale|{{:{{{1}}}/sale}}}}<noinclude>{{:Icon of Progress/journal}}</noinclude>
| valign="top" style="padding:4px 10px;" | {{Notes:{{{1}}}/{{{2}}}}}
| rowspan="2" width="20" valign="bottom" style="color:#B2B7F2;font-size:40px;font-family:'Times New Roman',serif;font-weight:bold;text-align:right;padding:15px 10px;" | ”
| rowspan="2" width="20" valign="bottom" style="color:#B2B7F2;font-size:40px;font-family:'Times New Roman',serif;font-weight:bold;text-align:right;padding:15px 10px;" | ”
|-
|-
| style="padding-top: 0px" | {{#ifeq:{{{2}}}|journal|<p style="font-size:smaller;line-height:1em;text-align: right"><cite style="font-style:normal;">—[[Captain Olimar]] on the [[{{{1}}}]], entry in [[Olimar's Journal]]</cite></p>}}{{#ifeq:{{{2}}}|sale|<p style="font-size:smaller;line-height:1em;text-align: right"><cite style="font-style:normal;">—[[The Ship]] pitching the [[{{{1}}}]], [[Treasure Hoard|Sales Pitches]]</cite></p>}}
| style="padding-top: 0" | {{#ifeq:{{{2}}}|journal|<p style="font-size:smaller;line-height:1em;text-align: right"><cite style="font-style:normal;">—[[Captain Olimar]] on the [[{{{1}}}]], entry in [[Olimar's journal]]</cite></p>}}{{#ifeq:{{{2}}}|sale|<p style="font-size:smaller;line-height:1em;text-align: right"><cite style="font-style:normal;">—[[The Ship]] pitching the [[{{{1}}}]], [[sales pitch]]es</cite></p>}}{{#ifeq:{{{2}}}|olimar|<p style="font-size:smaller;line-height:1em;text-align: right"><cite style="font-style:normal;">—[[Captain Olimar]] on the [[{{{1}}}]], entry from [[Olimar's Notes]]</cite></p>}}{{#ifeq:{{{2}}}|louie|<p style="font-size:smaller;line-height:1em;text-align: right">—[[Louie]] on the [[{{{1}}}]], entry from [[Louie's notes]]<cite style="font-style:normal;"></cite></p>}}
|}<noinclude>
|}<noinclude>
A template for quotes
 
[[Category:Templates|{{PAGENAME}}]]
==Info==
</noinclude>
Use this to place a quote in an article, in a stylized manner.
 
==Parameters==
{| class = "wikitable"
! Parameter || Mandatory || Default || Purpose || Detailed description
|-
! 1
| '''Yes''' ||  || Article || Treasure, enemy, etc. article.
|-
! 2
| '''Yes''' ||  || Type || Type of note to display; see {{tem|Notes}} for options.
|}
 
==Skeleton==
<pre>
{{quote|<article>|<type>}}
</pre>
 
==Examples==
{| class = "wikitable"
! Code || Result
|-
| <pre>{{quote|Wollywog|louie}}</pre>
| {{quote|Wollywog|louie}}
|}
 
[[Category:Templates]]</noinclude>