Template:Quote: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<onlyinclude> <div class="infobox" style="width: 22em; border: 1px solid #aaa; padding: 0.5em; background-color: #f9f9f9;"> <div style="padding: 0.5em; font-style: italic;">{{{quote|}}}</div> <div style="text-align: right; padding: 0.5em 0.5em 0.2em 0.5em;">— {{{author|}}}</div> <div style="text-align: right; padding: 0.2em 0.5em; font-size: 90%;"> {{{source|}}}</div> </div> </onlyinclude> <noinclude> <templatedata> { "description": "A simple quote...") |
No edit summary |
||
Line 34: | Line 34: | ||
Example: | Example: | ||
{{Quote|quote=Lorem Ipsum|author=Me|source=Made it the fuck up}} | |||
</noinclude> | </noinclude> |
Revision as of 21:12, 6 June 2024
—
A simple quote box template.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Quote | quote | The text of the quote. | String | required |
Author | author | The author of the quote. | String | required |
Source | source | The source of the quote. | String | required |
Example:
Lorem Ipsum
— Me
Made it the fuck up