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
Line 1: Line 1:
<includeonly>
<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;}}
<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>
{{QuoteBubble|width=500px|quote=A Quote|author=Me}}
<templatedata>
</noinclude>
{
    "description": "Fancy Quote Bubble",
    "params": {
        "quote": {
            "label": "The Quote",
            "required": true,
            "suggested": true,
            "aliases": ["1"],
            "description": "The Quote"
        },
        "width":{
            "label":"width",
            "required": false,
            "suggested": true
        },
        "author":{
            "label":"Author",
            "required": false
        }
    }
}
</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
}}

Revision as of 17:02, 24 October 2022


Fancy Quote Bubble

Template parameters

ParameterDescriptionTypeStatus
The Quotequote 1

The Quote

Unknownrequired
widthwidth

no description

Unknownsuggested
Authorauthor

no description

Unknownoptional

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