Difference between revisions of "Template:Chat example/game"

From Worms Knowledge Base

Jump to: navigation, search
(single chat box (Template:Chat example/game))
(set "clear: right;" to workaround the IE bug)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="font-family: Tahoma, Verdana, sans-serif; font-weight: bold; margin: 0.25em; border: 1px solid #9C9D9C; background-color: #000000; color: {{{color|#FFFFFF}}};"><!--
+
<div style="font-family: Tahoma, Verdana, sans-serif; font-weight: bold; margin: 0.25em; border: 1px solid #9D9D9D; background-color: #000000;"><!--
-->{{{1}}}<!--
+
 
-->{{#if: {{{end1|}}} | <div style="float: right; text-align: right; font-weight: normal; font-size: 80%;">''({{{end1}}})''</div>}}<!--
+
--><div style="color: {{{color|#FFFFFF}}}; {{{style1|}}}">{{{1}}}<!--
-->{{#if: {{{2|}}} | <br/>{{{2}}}<!--
+
-->{{#if: {{{end1|}}} | <div style="float: right; margin-right: 0.25em; text-align: right; font-weight: normal; font-size: 80%;">''({{{end1}}})''</div>}}<!--
-->{{#if: {{{end2|}}} | <div style="float: right; text-align: right; font-weight: normal; font-size: 80%;">''({{{end2}}})''</div>}}}}<!--
+
--></div><!--
--></div>
+
 
 +
-->{{#if: {{{2|}}} | <div style="color: {{{color2|{{{color|#FFFFFF}}}}}}; clear: right; {{{style2|}}}">{{{2}}}<!--
 +
-->{{#if: {{{end2|}}} | <div style="float: right; margin-right: 0.25em; text-align: right; font-weight: normal; font-size: 80%;">''({{{end2}}})''</div>}}<!--
 +
--></div>}}<!--
 +
 
 +
-->{{#if: {{{3|}}} | <div style="color: {{{color3|{{{color|#FFFFFF}}}}}}; clear: right; {{{style3|}}}">{{{3}}}<!--
 +
-->{{#if: {{{end3|}}} | <div style="float: right; margin-right: 0.25em;  text-align: right; font-weight: normal; font-size: 80%;">''({{{end3}}})''</div>}}<!--
 +
--></div>}}<!--
 +
 
 +
-->{{#if: {{{4|}}} | <div style="color: {{{color4|{{{color|#FFFFFF}}}}}}; clear: right; {{{style4|}}}">{{{4}}}<!--
 +
-->{{#if: {{{end4|}}} | <div style="float: right; margin-right: 0.25em; text-align: right; font-weight: normal; font-size: 80%;">''({{{end4}}})''</div>}}<!--
 +
--></div>}}<!--
 +
 
 +
--></div><noinclude>
 +
----
 +
===Parameters===
 +
{{Chat example/game|{{{1}}}|{{{2}}}|{{{3}}}|{{{4}}}|end1={{{end1}}}|end2={{{end2}}}|end3={{{end3}}}|end4={{{end4}}}}}
 +
*'''color''': text color of {{{1}}}.
 +
*'''color2''', '''color3''', and '''color4''': text color of {{{2}}}, {{{3}}}, and {{{4}}}. By default they are the same as {{{color1}}} .
 +
*'''style1''', '''style2''', '''style3''', and '''style4''': other CSS styles that can be applied to {{{1}}}, {{{2}}}, {{{3}}} or {{{4}}}.
 +
</noinclude>

Latest revision as of 08:12, 12 September 2010

{{{1}}}

Parameters

{{{1}}}
({{{end1}}})
{{{2}}}
({{{end2}}})
{{{3}}}
({{{end3}}})
{{{4}}}
({{{end4}}})
  • color: text color of {{{1}}}.
  • color2, color3, and color4: text color of {{{2}}}, {{{3}}}, and {{{4}}}. By default they are the same as {{{color1}}} .
  • style1, style2, style3, and style4: other CSS styles that can be applied to {{{1}}}, {{{2}}}, {{{3}}} or {{{4}}}.
Personal tools