Template:QuoteBubble: Difference between revisions
From Dead Suns Game
Jump to navigationJump to search
(Created page with "<includeonly> {{RoundImage|pic=<div style="width:{{{width}}}">{{Quote|quote={{{quote}}}|author={{{author}}}}}</div>|extra=display:inline-block;border:2px solid #007; padding: 10px;background-color:#ddf;}} </includeonly> <noinclude> {{QuoteBubble|width=500px|quote=A Quote|author=Me}} </noinclude>") |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly><div style="border-radius:25px; display:inline-block;border:2px solid #007; padding: 10px;background-color:#ddf;font-Family: 'Courgette', 'Courier New', monospace; text-align: center; font-size: 2em; line-height:1.2em; display:block;{{#ifeq:{{{width|-}}}|{{{width|+}}}|width:{{{width}}}}}">“{{{quote|{{{1}}}}}}”{{#ifeq:{{{author|-}}}|{{{author|+}}}|<br />—{{{author}}}}}</div> | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
{{ | <templatedata> | ||
</ | { | ||
"description": "Fancy Quote Bubble", | |||
"params": { | |||
"quote": { | |||
"label": "The Quote", | |||
"required": true, | |||
"suggested": true, | |||
"aliases": ["1"], | |||
"description": "The Quote" | |||
}, | |||
"author":{ | |||
"label":"Author", | |||
"required": false, | |||
"suggested": true | |||
}, | |||
"width":{ | |||
"label":"width", | |||
"required": false, | |||
"suggested": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
= Quote = | |||
Make a fancy quote blurb. | |||
== Example == | |||
<pre> | |||
{{QuoteBubble | |||
|quote=The greatest glory in living lies not in never falling, but in rising every time we fall. | |||
|author=Nelson Mandela|width=300px | |||
}} | |||
</pre> | |||
{{QuoteBubble | |||
|quote=The greatest glory in living lies not in never falling, but in rising every time we fall. | |||
|author=Nelson Mandela|width=300px | |||
}} |
Latest revision as of 21:16, 25 October 2022
Fancy Quote Bubble
Parameter | Description | Type | Status | |
---|---|---|---|---|
The Quote | quote 1 | The Quote | Unknown | required |
Author | author | no description | Unknown | suggested |
width | width | no description | Unknown | suggested |
Quote
Make a fancy quote blurb.
Example
{{QuoteBubble |quote=The greatest glory in living lies not in never falling, but in rising every time we fall. |author=Nelson Mandela|width=300px }}
“The greatest glory in living lies not in never falling, but in rising every time we fall.”
—Nelson Mandela
—Nelson Mandela