User:Super Sword-chucks/SSC's TBEG: Difference between revisions
(will add more later) |
No edit summary |
||
Line 1: | Line 1: | ||
{{Super Sword-chucks|text=This is Super Sword-chucks' Talk Bubble Emotion Guide. There may be some gibberish and some confusing crap. | {{Super Sword-chucks|text=This is Super Sword-chucks' Talk Bubble Emotion Guide. There may be some gibberish and some confusing crap. | ||
Parental Guidance is suggested. >>;;}} | Parental Guidance is suggested. >>;; | ||
... <small>Personally, I wished it were simpler...</small>}} | |||
==The basic Talk Bubble== | ==The basic Talk Bubble== | ||
Line 93: | Line 95: | ||
... Okay, let's say you wanted to express your emotions through Keyblades (which I once wanted to do XD). Here's the coding of the first three emotions I have.}} | ... Okay, let's say you wanted to express your emotions through Keyblades (which I once wanted to do XD). Here's the coding of the first three emotions I have.}} | ||
<pre>{{#if:{{{text|}}}|{{TalkTextTest2 | <pre><includeonly>{{#if:{{{text|}}}|{{TalkTextTest2 | ||
|image=Roxas Keyblades.PNG | |image=Roxas Keyblades.PNG | ||
|color=midnightblue | |color=midnightblue | ||
|color2=gray | |color2=gray | ||
|textcolor=gray | |textcolor=gray | ||
|textcolor2=midnightblue | |textcolor2=midnightblue | ||
|line= | |line=black | ||
|name=Super Sword-chucks | |name=Super Sword-chucks | ||
|sig= "Is it dark, or bright? I don't feel anything. What's going on?" - Riku (KH:CoM Manga 1) | |sig= "Is it dark, or bright? I don't feel anything. What's going on?" - Riku (KH:CoM Manga 1) | ||
Line 107: | Line 108: | ||
}}|{{#if:{{{happy|}}}|{{TalkTextTest2 | }}|{{#if:{{{happy|}}}|{{TalkTextTest2 | ||
|image=Oathkeeper.png | |image=Oathkeeper.png | ||
|color=midnightblue | |color=midnightblue | ||
|color2=gray | |color2=gray | ||
|textcolor=gray | |textcolor=gray | ||
|textcolor2=midnightblue | |textcolor2=midnightblue | ||
|line= | |line=black | ||
|fonttype=arial | |fonttype=arial | ||
|name=Super Sword-chucks | |name=Super Sword-chucks | ||
Line 120: | Line 120: | ||
}}|{{#if:{{{sad|}}}|{{TalkTextTest2 | }}|{{#if:{{{sad|}}}|{{TalkTextTest2 | ||
|image=Oblivion.png | |image=Oblivion.png | ||
|color=midnightblue | |color=midnightblue | ||
|color2=gray | |color2=gray | ||
|textcolor=gray | |textcolor=gray | ||
|textcolor2=midnightblue | |textcolor2=midnightblue | ||
|line= | |line=black | ||
|fonttype=arial | |fonttype=arial | ||
|name=Super Sword-chucks | |name=Super Sword-chucks | ||
Line 131: | Line 130: | ||
|time={{{time}}} | |time={{{time}}} | ||
|text={{{sad}}} | |text={{{sad}}} | ||
}} }}}}}}</pre> | }} }}}}}}</includeonly></pre> | ||
{{Super Sword-chucks|text=Look closely. It just looks like three Talk Bubbles with some tweaks to each. They all have this: | |||
<nowiki>{{#if:{{{emotion|}}}|</nowiki> | |||
That determines the emotion of the talk bubble. If I enter '''<nowiki>{{Super Sword-chucks|shocktext=OMG}}</nowiki>''', it shows up as...}} | |||
{{Super Sword-chucks|shocktext=OMG}} | |||
{{Super Sword-chucks|text=... Like so. | |||
Also, at the end, there's three sets of '''<nowiki>}}</nowiki>'''. The more emotions you have, the more of this you should have at the end. Also, there's one bit that can't be forgotten; the <nowiki><includeonly></includonly></nowiki>. If you have this, you should also have <nowiki><noinlcude></noinclude></nowiki> and enter your Template name as shown below.}} | |||
{{ | <pre> | ||
</includeonly> <noinclude> | |||
{{Super Sword-chucks|text={{{text}}}}} | |||
{{Super Sword-chucks|happy={{{happy}}}}} | |||
{{Super Sword-chucks|sad={{{sad}}}}} | |||
[[Category:UserTalk templates|{{PAGENAME}}]] | |||
</noinclude> | |||
</pre> | |||
{{Super Sword-chucks|text=That was with the TTT2. If you want to go advanced... It'll just mess with your head. But if you really wish to see it, I'll show it through requests. ¬¬;; It's not like it's not needed. It'll just confuse you.}} | |||
|text={{{text}}} | == Advanced Markup == | ||
}} | |||
'''To Be Written by request''' | |||
| | |||
| | |||
Revision as of 00:47, 20 July 2009
|
The basic Talk Bubble
|
{{TalkTextTest2 |image= (This line is optional) |color= (This line is optional. If not included, the color will be white) |color2= (This line is optional. If not included, the color field will be used) |color3= (This line is optional. If not included, the color2 field will be used) |top-section=(This line is optional*) |namecolor= (This line is optional. If not included, the textcolor field will be used) |namefonttype= (This line is optional. If not included, the fonttype field will be used) |textcolor= (This line is optional. If not included the textcolor will be black) |textcolor2= (This line is optional. If not included, the textcolor field will be used) |line= (This line is optional. If not included, there will be no line) |line2= (This line is optional. Only needed if color3 is used. If not used, color3 will be) |border= (This line is optional. If not included, the border will be gray) |border2= (This line is optional. If not included, the border field will be used) |border3= (This line is optional. If not included, the border2 field will be used) |fonttype= (This line is optional. If not included, the font will be Arial) |name= |nick= (This line is optional, and only need filled in if you wish to use a nickname, rather than your user name.) |sig= (This line is optional. If not included no dash or sig will be displayed) |time={{{time}}} |text={{{text}}} }}
|
{{TalkTextTest2 |image=DaysRikuHooded.png |color=black |color2=gray |namecolor=#00C5CD |namefonttype=Arial |textcolor=white |textcolor2=black |line=#00C5CD |border=black |fonttype=Trebuchet MS |name=Super Sword-chucks |nick=Ansem |sig=No... I guess I'm just sad. |time={{{time}}} |text={{{text}}} }}
|
|
|
Emotions
<includeonly>{{#if:{{{text|}}}|{{TalkTextTest2 |image=Roxas Keyblades.PNG |color=midnightblue |color2=gray |textcolor=gray |textcolor2=midnightblue |line=black |name=Super Sword-chucks |sig= "Is it dark, or bright? I don't feel anything. What's going on?" - Riku (KH:CoM Manga 1) |time={{{time}}} |text={{{text}}} }}|{{#if:{{{happy|}}}|{{TalkTextTest2 |image=Oathkeeper.png |color=midnightblue |color2=gray |textcolor=gray |textcolor2=midnightblue |line=black |fonttype=arial |name=Super Sword-chucks |sig=”Ha ha ha! You had me going for a second...” - Axel (KHII Manga 2) |time={{{time}}} |text={{{happy}}} }}|{{#if:{{{sad|}}}|{{TalkTextTest2 |image=Oblivion.png |color=midnightblue |color2=gray |textcolor=gray |textcolor2=midnightblue |line=black |fonttype=arial |name=Super Sword-chucks |sig=”Strangers? You mean you don’t remember us either?” - Sora (KH:CoM Manga 1) |time={{{time}}} |text={{{sad}}} }} }}}}}}</includeonly>
|
|
</includeonly> <noinclude> {{Super Sword-chucks|text={{{text}}}}} {{Super Sword-chucks|happy={{{happy}}}}} {{Super Sword-chucks|sad={{{sad}}}}} [[Category:UserTalk templates|{{PAGENAME}}]] </noinclude>
|
Advanced Markup
To Be Written by request