Difference between revisions of "Template:QuoteboxRight"
Jump to navigation
Jump to search
(Created page with "{| style="background: #f9f9f9; border-left: 10px solid #ccc; margin: 1.5em 10px; padding: 0.5em 10px; float:right; width:25%" |+ style="caption-side:bottom; font-weight:bold"...") |
(Added documentation for this template.) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| style="background: #f9f9f9; border-left: 10px solid #ccc; margin: | <includeonly>{| style="background: #f9f9f9; border-left: 10px solid #ccc; margin: 10px 10px 10px 30px; padding: 10px 10px 10px 10px; float:right; width:25%; font-size:12px" | ||
|+ style="caption-side:bottom; font-weight:bold"|From ''{{{source}}}'' | |+ style="caption-side:bottom; font-weight:bold"|From ''{{{source}}}'' | ||
|- | |- | ||
|''{{{quote}}}'' | |''{{{quote}}}'' | ||
|} | |}</includeonly><noinclude> | ||
Template for creating a quote inside of a table on the right-hand side of the page. Normal body text of the page will wrap around it. | |||
==Parameters== | |||
*<code>source</code> - Where you're pulling the quote from, typically the title of a text. | |||
*<code>quote</code> - The quote text itself. | |||
==Example== | |||
<pre>{{QuoteboxRight | |||
|quote=This is a example. | |||
|source=Some Chronicler}}</pre> | |||
will appear as | |||
{{QuoteboxRight | |||
|quote=This is a example | |||
|source=Some Chronicler}} | |||
[[Category:Templates]]</noinclude> |
Latest revision as of 00:38, 25 July 2022
Template for creating a quote inside of a table on the right-hand side of the page. Normal body text of the page will wrap around it.
Parameters
source
- Where you're pulling the quote from, typically the title of a text.quote
- The quote text itself.
Example
{{QuoteboxRight |quote=This is a example. |source=Some Chronicler}}
will appear as
This is a example |