Editing Template:QuotationGive feedback
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
<blockquote style="padding: 0em 1em | <blockquote style="padding: 0em 2em 0em 1em; margin: 1em 0em 1em {{{icon-size|4em}}}; {{ #if: {{{icon|}}} || border-left: 1px solid silver; }}"><div style="position: absolute; margin-top: -0.2em; margin-left: -{{{icon-size|0.8em}}}; font: bold 5em Times New Roman, Times, Georgie, serif; color: silver;">{{ #if: {{{icon-size|}}} | <div style="position: absolute; margin-left: -0.2em;">{{{icon|“}}}</div> | {{{icon|“}}} }}</div><div style="line-height: 1.53846em;"> | ||
<div style="position: absolute; margin-top: -0.2em; margin-left: -0. | {{{2|Quoted text.}}} | ||
<div style=" | </div>{{#ifeq: {{{1}}} | <!-- blank --> || <p class="noexcerpt" style="padding-left: 1.6em; font-size: 0.9em; font-style:italic;">— {{ #switch: {{ lc: {{{1|}}} }} | ||
{{ | | game = In-game description | ||
{{#ifeq:{{{1 | | website = Official website | ||
| #default = {{{1|Quotation source}}} | |||
}}</p> }} | |||
{{#if: {{{3|}}}|<p style="margin-bottom:0;">{{{3|}}}</p>|}} | |||
</blockquote><noinclude> | |||
</blockquote><noinclude>{{ | |||
== Description == | |||
<pre> | |||
{{Quotation|<source>| | |||
<text> | |||
}} | |||
</pre> | |||
This template is used to mark text passages as quotations from official source. | |||
=== Parameters === | |||
;1 ''(unnamed parameter)'' | |||
: Quotation source. Can be a custom value or a predefined value. If left blank, hides the source line. | |||
:* <code>game</code> - In-game description | |||
:* <code>website</code> – Official website | |||
:* <code>manual</code> – Game manual | |||
;2 ''(unnamed parameter)'' | |||
: Quoted text. | |||
;3 ''(unnamed parameter)'' | |||
: Optional. P.S. | |||
; icon | |||
: Optional. Displays an icon to the left. | |||
; icon-size | |||
: Optional. Modifies the space for the icon. | |||
[[Category:Formatting templates|Quotation]] | |||
</noinclude> | |||