I want each team to have their own color for the text I haven't made any variants apart from the chaotic one, so can u help me make some .I swear I'm not lazy
*During the special circumstance of line breaks, it is required to use the <pre><br /></pre> keyword in the <u>Source Editor</u> which forces line breaks, or else -webkit-text-stroke will not be applied.
*name must go before content because mobile quote adaptation stinky
Ok here are the teams colors
Noobs: Bright yellow (#f5cd30 )
Zombies: Bright green (#4b974b )
Guest: gray (#808080)
<includeonly>{{#switch:{{{faction|chaotic}}}|chaotic = {{QuoteC|content={{{content|}}}|name={{{name|}}}}}__NOTOC__}}</includeonly>
<includeonly>{{#switch:{{{faction|noob}}}|noob = {{QuoteC|content={{{content|}}}|name={{{name|}}}}}__NOTOC__}}</includeonly>
<includeonly>{{#switch:{{{faction|zombie}}}|zombie = {{QuoteC|content={{{content|}}}|name={{{name|}}}}}__NOTOC__}}</includeonly>
<includeonly>{{#switch:{{{faction|guest}}}|guest = {{QuoteC|content={{{content|}}}|name={{{name|}}}}}__NOTOC__}}</includeonly>
<noinclude>
==Syntax==
<div style="display:inline-block; width:50%>
<pre>
{{QuoteNew
|faction=noob/guest/zombie/chaotic
|content=the quote.
|name=the guy who said the quote
}}
</pre>
</div>
I haven't made any variants apart from the chaotic one, so <b>don't try to use them for now.I swear I'm not lazy
*During the special circumstance of line breaks, it is required to use the <pre><br /></pre> keyword in the <u>Source Editor</u> which forces line breaks, or else -webkit-text-stroke will not be applied.
*name must go before content because mobile quote adaptation stinky
===Chaotic===
{{QuoteNew
|faction=chaotic
|name=the guy who said the quote
|content=the quote.
}}
===NOOB===
{{QuoteNew
|faction=noob
|name=the guy who said the quote
|content=the quote.
}}
===zombie===
{{QuoteNew
|faction=zombie
|name=the guy who said the quote
|content=the quote.
}}
===guest===
{{QuoteNew
|faction=guest
|name=the guy who said the quote
|content=the quote.
}}
[[Category:Templates]]
</noinclude>