Template:Quote: Difference between revisions
From Dead Suns Game
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><div style="font-Family: 'Courgette', 'Courier New', monospace; text-align: center; font-size: 2em; line-height:1.2em; display:block;">"{{{quote}}}"{{#ifeq:{{{author|-}}}|{{{author|+}}}|<br /> | <includeonly><div style="font-Family: 'Courgette', 'Courier New', monospace; text-align: center; font-size: 2em; line-height:1.2em; display:block;">"{{{quote|{{{1}}}}}}"{{#ifeq:{{{author|-}}}|{{{author|+}}}|<br />—{{{author}}}}}</div></includeonly> | ||
<noinclude> | <noinclude> | ||
<templatedata> | |||
{ | |||
"description": "Fancy Quote text", | |||
"params": { | |||
"quote": { | |||
"label": "The Quote", | |||
"required": true, | |||
"suggested": true, | |||
"aliases": ["1"], | |||
"description": "The Quote" | |||
}, | |||
"author":{ | |||
"label":"Author", | |||
"required": false | |||
} | |||
} | |||
} | |||
</templatedata> | |||
= Quote = | = Quote = | ||
Make a fancy quote blurb. | Make a fancy quote blurb. | ||
Line 19: | Line 37: | ||
}} | }} | ||
</pre> | </pre> | ||
{{Quote | {{Quote | ||
|quote=The greatest glory in living lies not in never falling, but in rising every time we fall. | |quote=The greatest glory in living lies not in never falling, but in rising every time we fall. | ||
|author=Nelson Mandela | |author=Nelson Mandela | ||
}} | }} |
Latest revision as of 17:26, 25 October 2022
Fancy Quote text
Parameter | Description | Type | Status | |
---|---|---|---|---|
The Quote | quote 1 | The Quote | Unknown | required |
Author | author | no description | Unknown | optional |
Quote
Make a fancy quote blurb.
Usage
{{Quote |quote= |author= }}
Example
{{Quote |quote=The greatest glory in living lies not in never falling, but in rising every time we fall. |author=Nelson Mandela }}
"The greatest glory in living lies not in never falling, but in rising every time we fall."
—Nelson Mandela
—Nelson Mandela