Template:Word bubble

From Fanon Wiki
Revision as of 17:40, 10 June 2022 by Zoadra (talk | contribs) (Created page with "{| style="background:transparent;" | valign="center" | [[File:{{{image}}}|50px]] | {| width="100%" border="0" cellpadding="0" cellspacing="0" | colspan="9" width="9" height="1" | | style="background:gray;" height="1" width="1" | | style="background:gray;" height="1" | | style="background:gray;" width="1" height="1" | | colspan="4" width="4" height="1" | |- | colspan="8" width="8" height="1" | | style="background:gray;" width="1" height="1" | | style="background:{{{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
[[File:{{{image}}}|50px]]
[[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

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=~~~~~}}

Advanced

It is also possible to use a custom edit button to automatically insert your word bubble. To do this, add this code to Special:MyPage/monaco.js.

 if (mwCustomEditButtons) {
   mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://images3.wikia.nocookie.net/central/images/f/fc/Button_user_talk.png",
     "speedTip": "Insert word bubble",
     "tagOpen": "{{<name of template>|text=",
     "tagClose": "<nowiki>|time=~~~~~}}",
     "sampleText": "Blah blah blah"};
}

Note that this will only work if you are using the Monaco skin; if you are using the Monobook skin, you must add the code above to User:Username/monobook.js, replacing "Username" with your username. Once you have put the code at your personal js subpage, replace "<name of template>" with the name of the template you use for your word bubble.

After doing a hard refresh, when you edit, you will now see an image (http://images3.wikia.nocookie.net/central/images/f/fc/Button_user_talk.png) appear in the edit toolbar. Clicking this image will put this code in an article:

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

Replace "Blah blah blah<nowiki>" with the text you want to use, save the page, and you are finished. The "<nowiki>" is included in the code so that the 21:38, 27 June 2009 (UTC) is not implemented your personal javascript subpage, would would ruin the function of the "time" field. Also note that if your word bubble does not have the "text" field in it, you must remove the "text=" field in your personal javascript subpage so that when you click the custom edit button, the following code will be placed in an article:

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

Example

More examples can be found by looking through Category:Word bubble templates.

{{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 – 17:51, 27 June 2009 (UTC)
Hi. My name is User.