Please refer to Copyright Policy as well as the Media Upload Policy for Chrono Wiki. If there are any questions, please direct them into the discussion page. As always, please refer to the Manual of Style when editing.

Template:Word Bubble

From Chrono Wiki, a database for the Chrono series that anyone can edit
Jump to navigation Jump to search

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

[[Image:{{{image}}}|50px]]
[[User:{{{name}}}|{{{name}}}]] - {{{sig}}}
[[User Talk:{{{name}}}|TALK]] - {{{time}}}
{{{text}}}

Usage[edit source]

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, add the following code.

{{Word Bubble
|image      = Images that will be displayed left to bubble
|color      = Top Color
|color2     = Bottom Color
|textcolor  = Top text color
|textcolor2 = Bottom text color
|line       = Color of line inbetween the two colors
|fonttype   = Style of font
|top-section= Allows unique customization of the entire top of the bubble. For advanced users
|name       = Your username
|sig        = Signature text you want
|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). Note that for the image field, you have to leave out the "Image:" 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>
|time = ~~~~~
|text = Blah blah blah.
}}

Example[edit source]

{{Word Bubble
|image      = Wiki.png
|color      = black
|color2     = red
|textcolor  = white
|textcolor2 = blue
|line       = yellow
|fonttype   = Times New Roman
|name       = User
|sig        = Hey how's it going?
|time       = ~~~~~
|text       = Hi. My name is User.
}}
Wiki.png
User - Hey how's it going?
TALK - 21:11, 28 October 2008 (UTC)
Hi. My name is User.