Template:Quote: Difference between revisions

From CinderCivs Wiki
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 22:12, 6 June 2024


A simple quote box template.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Quotequote

The text of the quote.

Stringrequired
Authorauthor

The author of the quote.

Stringrequired
Sourcesource

The source of the quote.

Stringrequired

Example:

Lorem Ipsum
— Me
Made it the fuck up