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;">
{| class="message-bubble-{{{style|round}}}" style="border-spacing: 0;"  
{| class="message-bubble-{{{style|round}}}" style="border-spacing: 0;"  
|style="padding:24px 50px; height:{{{height|50px}}}; background-size:{{{height|100px}}}; width:{{{width|300px}}}; | <font face="Omnes Regular" color="#000" size="+1">{{{content|}}}</font>  
|style="padding:24px 50px; height:{{{height|50px}}}; background-size:{{{height|100px}}}; width:{{{width|100%}}}; | <font face="Omnes Regular" color="#000" size="+1">{{{content|}}}</font>  
|}</div>
|}</div>
</includeonly><noinclude>
</includeonly><noinclude>

Revision as of 22:06, 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