Template:Speech bubble

From Toontown Wiki
Jump to navigation Jump to search

Hello world!

Use this template for creation speech bubbles. It is done by adding:

{{Speech bubble|Your text goes here}}

Which will give:

Your text goes here

You can also use advanced options. If you do- add the text inside a |content= parameter. On this example, the bubble speech has a lime green border and a light green background:

{{Speech bubble
|background= #98fb98
|border= #76f734
|content= Your text goes here
}}

Which will give:

Your text goes here

It is also possible to change the text color:

{{Speech bubble
|background= #98fb98
|border= #76f734
|content= Your text goes here
|color= purple
}}

Which, on this example, will give:

Your text goes here

Another parameter allows flipping the speech bubble's arrow to the top. It can be done by adding:

|arrow= top

Here's an example for adding it:

{{Speech bubble
|background= #98fb98
|border= #76f734
|content= Your text goes here
|color= purple
|arrow= top
}}

Which will give:

Your text goes here