Template:MessageBubble: Difference between revisions

From Imagisphere
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<includeonly><div class="message-bubble" style="display: inline-block;">
<includeonly><div class="message-bubble" style="display: inline-block;">
{| style="border-spacing: 0;"
{| class="message-bubble-{{{style|round}}}" style="border-spacing: 0;"
|class="message-bubble-{{{style|round}}}-edge" style="height:{{{height|100px}}}; width:{{{left-offset|48px}}}; background-size:{{{height|100px}}}; |
|style="padding:24px 50px; height:{{{height|50px}}}; background-size:{{{height|100px}}}; width:{{{width|300px}}}; | <font face="Omnes Regular" color="#000" size="+1">{{{content|}}}</font>  
|class="message-bubble-{{{style|round}}}-repeat" style="height:{{{height|100px}}}; background-size:{{{height|100px}}}; width:{{{width|300px}}}; | <font face="Omnes Regular" color="#000">{{{content|}}}</font>  
|class="message-bubble-{{{style|round}}}-edge" style="height:{{{height|100px}}}; width:{{{right-offset|46px}}}; background-size:{{{height|100px}}}; background-position-x: right; |
|}</div>
|}</div>
</includeonly><noinclude>
</includeonly><noinclude>


{{MessageBubble|content=Bubble Testing!}}
{{MessageBubble|content=This is a ROUND message bubble!}}
{{MessageBubble|style=cloud|content=Bubble Testing!}}
{{MessageBubble|style=cloud|content=This is a CLOUD message bubble!}}
{{MessageBubble|style=spike|content=Bubble Testing!}}
{{MessageBubble|style=spike|content=This is a SPIKE message bubble!}}
{{MessageBubble|style=cloud|height=200px|width=600px|left-offset=98px|right-offset=96px|content=Bubble Testing!}}
{{MessageBubble|height=200px|width=600px|content=This is a very large bubble!}}


Creates a message bubble.
Use this template to display a message bubble for speech or other dialogue.
==Usage==
<pre>
{{MessageBubble
|style=   The style of message bubble used (round, cloud, or spike)
|height=      The minimum height of the message bubble.
|width=      The minimum width of the message bubble.
|content=   The text to be displayed inside the message bubble.
|desc=   Use this to provide a brief description of the tweak's functionality.
}}
</pre>


[[Special:WhatLinksHere/Template:MessageBubble|Pages that use this template]]
''[[Special:WhatLinksHere/{{FULLPAGENAMEE}}|Pages that use this template]]''
[[Category:Content box templates]]
[[Category:Content box templates]]
</noinclude>
</noinclude>

Revision as of 21:35, 23 June 2024


This is a ROUND message bubble!
This is a CLOUD message bubble!
This is a SPIKE message bubble!
This is a very large bubble!


Use this template to display a message bubble for speech or other dialogue.

Usage

{{MessageBubble
|style=		  The style of message bubble used (round, cloud, or spike)
|height=      The minimum height of the message bubble.
|width=       The minimum width of the message bubble.
|content=	  The text to be displayed inside the message bubble.
|desc=		  Use this to provide a brief description of the tweak's functionality.
}}

Pages that use this template