Template:Word Bubble

From Lord of Ultima Wiki
Jump to navigation Jump to search
[[File:{{{image}}}|100px]]
[[User:{{{name}}}|{{{name}}}]] – {{{sig}}}
[[User talk:{{{name}}}|TALK]]
{{{text}}}

This template creates a "word bubble" that you can use on talk pages and wherever else discussions take place. An example can be seen both above and below.

Usage[edit]

To make your own version of this template you first must create a template with your username in it. For example, if your username is "User", then you make your word bubble at "Template:User". Next, on your template page ("Template:User"), add the following code.

{{Word Bubble 
|image      = 
|color      = 
|color2     = 
|textcolor  = 
|textcolor2 = 
|line       = 
|fonttype   = 
|name       = 
|sig        = 
|time       = {{{time}}}
|text       = {{{text}}}
}}

You can fill in the fields to whatever you want, with the colors either being in hexadecimal notation (e.g. #FFF) or in words (e.g. white); a list of colors can be found at Wikipedia's List of colors article. Note that for the image field, you have to leave out the "File:" part of the filename. Once you have filled in the fields, your word bubble is ready to be used. On talk pages, you can now include it with this code:

{{<name of template>|text=Blah blah blah.|time=~~~~~}}

Alternatively, if you don't want to always add the "text" field whenever you use your template on talk pages, go to your template and change {{{text}}} to {{{1}}}, which does not require the "text=" field. Instead, you just need to use the following code:

{{<name of template>|Blah blah blah.|time=~~~~~}}

Borrowed from Zeldapedia.