Template:Quote: Difference between revisions
Jump to navigation
Jump to search
(New page: <div style="float:right;width:400px;margin:2em;"> {| |valign="top" | 20px || {{{text}}} 20px |} <p style="font-size:smaller;line-heig...) |
m (float) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div style="float:right;width:400px;margin:2em;"> |
<div style="float:{{{float|right}}};width:400px;margin:2em;"> |
||
{| |
{| |
||
|valign="top" | [[Image:cquote1.svg|20px]] || {{{text}}} [[Image:cquote2.svg|20px]] |
|valign="top" | [[Image:cquote1.svg|20px]] || {{{text}}} [[Image:cquote2.svg|20px]] |
||
|} |
|} |
||
<p style="font-size:smaller;line-height:1em;text-align: right"><cite style="font-style:normal;">—{{{source}}}, |
<p style="font-size:smaller;line-height:1em;text-align: right"><cite style="font-style:normal;">—{{#if:{{{source|}}}|{{{source}}}|}}{{#if:{{{source|}}}|{{#if:{{{author|}}}|, |}}|}}{{#if:{{{author|}}}|{{{author}}}|}}</cite></p></div> |
||
<noinclude> |
|||
</div> |
|||
{{-}} |
|||
---- |
|||
'''Parameters:''' |
|||
* text - the quote |
|||
* source (optional) - the publication in which the quote was made (no automatic referencing) |
|||
* author (optional) - the author of the quote (no automatic referencing) |
|||
* float (optional) - float value (one of left, right, none; default: right) |
|||
</noinclude> |