Template:Rquote: Difference between revisions
Jump to navigation
Jump to search
Template:Lorem Ipsum
Template:Lorem Ipsum
Deleted User (talk | contribs) (Created page with "{| {{#if:{{{1|}}}|class="float{{{1|}}}"|class="floatright"}} width="33%" {{#if:{{{1|}}}|align="{{{1|}}}"|align="right"}} style="background-color:inherit;border-collapse:collapse;border-style:none;margin: .5em .75em;" | width="20" valign="top" style="color:#B2B7F2;font-size:40px;font-family:'Times New Roman',serif;font-weight:bold;text-align:left;padding:2 2px;padding-top: 4px" | “ | valign="top" align="left" style="padding:0 10px;" | {{{2<noinclude>|{{Lorem ipsum}}</no...") |
Deleted User (talk | contribs) No edit summary |
||
| Line 7: | Line 7: | ||
|}<!--Markup inserted from Template:Rquote--><noinclude> | |}<!--Markup inserted from Template:Rquote--><noinclude> | ||
<!--Please add category and interwiki links on the /doc page. --> | <!--Please add category and interwiki links on the /doc page. --> | ||
{{ | {{doc}} | ||
</noinclude> | </noinclude> | ||
Latest revision as of 21:03, 30 July 2022
| “ |
|
” |
—Source, Citation | ||
{{Rquote}} is a variant of the {{Cquote}} quotation template, intended for very short pull quotes of 50 words or less. It results in a floating quote with the article text wrapping around it, like an image.
For longer pull quotes of 50 words or more (in a similar style), use Cquote. For long quotations in the text, the Wiki Manual of Style recommends using the HTML <blockquote> element.
Usage
Align quote box to the right:
{{Rquote|right|Quote text|Origin of quote|Cited source}}
Align quote box to the left:
{{Rquote|left|Quote text|Origin of quote|Cited source}}
Without the first parameter the box defaults to the right. "Center" is not a valid option for this template.
- You should not put quotation marks around the quote. This template serves as a block quote to separate it from the text instead.
Parameters
- Alignment (left, right).
- The Quote Text
- Source (who said it?)
- Citation (where was it said?)
Example
Align Right →
Code
{{Rquote|right|This is an example pullquote with the first option set to ''right''.|[[Anonymous]]|''Rquote template page''}}{{Lorem Ipsum}}
Result
| “ | This is an example pullquote with the first option set to right. | ” |
—Anonymous, Rquote template page | ||
Align Left ←
Code
{{Rquote|left|This is an example pullquote with the first option set to ''left''.|[[Anonymous]]|''Rquote template page''}}{{Lorem Ipsum}}
Result
| “ | This is an example pullquote with the first option set to left. | ” |
—Anonymous, Rquote template page | ||