Difference between revisions of "Template:Chat example/frontend"
From Worms Knowledge Base
Explorer09 (Talk | contribs) (extended to 4 lines; added margin to endN parameters) |
Explorer09 (Talk | contribs) (set "clear: right;" to workaround the IE bug) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{ParentArticle|[[Template:Chat example]]}} | |
− | --><div style="color: {{{color|#FFFFFF}}};">{{{1}}}<!-- | + | <onlyinclude><div style="font-family: Tahoma, Verdana, sans-serif; margin: 0.25em; border: 1px solid #808080; background-color: {{#switch:{{uc:{{{type|}}}}}|W2=#000000|W2-PRIVATE=#008080|#default=#000040}};"><!-- |
− | -->{{#if: | + | |
+ | --><div style="color: {{{color|#FFFFFF}}}; {{{style1|}}}">{{{1}}}<!-- | ||
+ | -->{{#if: {{{end1|}}} | <span style="float: right; margin-right: 0.25em; text-align: right; font-size: 80%;">''({{{end1}}})''</span>}}<!-- | ||
--></div><!-- | --></div><!-- | ||
− | -->{{#if: {{{2|}}} | <div style="color: {{{color2|{{{color|#FFFFFF}}}}}};">{{{2}}}<!-- | + | -->{{#if: {{{2|}}} | <div style="color: {{{color2|{{{color|#FFFFFF}}}}}}; clear: right; {{{style2|}}}">{{{2}}}<!-- |
− | -->{{#if: {{{end2|}}} | < | + | -->{{#if: {{{end2|}}} | <span style="float: right; margin-right: 0.25em; text-align: right; font-size: 80%;">''({{{end2}}})''</span>}}<!-- |
--></div>}}<!-- | --></div>}}<!-- | ||
− | -->{{#if: {{{3|}}} | <div style="color: {{{color3|{{{color|#FFFFFF}}}}}};">{{{3}}}<!-- | + | -->{{#if: {{{3|}}} | <div style="color: {{{color3|{{{color|#FFFFFF}}}}}}; clear: right; {{{style3|}}}">{{{3}}}<!-- |
− | -->{{#if: {{{end3|}}} | < | + | -->{{#if: {{{end3|}}} | <span style="float: right; margin-right: 0.25em; text-align: right; font-size: 80%;">''({{{end3}}})''</span>}}<!-- |
--></div>}}<!-- | --></div>}}<!-- | ||
− | -->{{#if: {{{4|}}} | <div style="color: {{{color4|{{{color|#FFFFFF}}}}}};">{{{4}}}<!-- | + | -->{{#if: {{{4|}}} | <div style="color: {{{color4|{{{color|#FFFFFF}}}}}}; clear: right; {{{style4|}}}">{{{4}}}<!-- |
− | -->{{#if: {{{end4|}}} | < | + | -->{{#if: {{{end4|}}} | <span style="float: right; margin-right: 0.25em; text-align: right; font-size: 80%;">''({{{end4}}})''</span>}}<!-- |
--></div>}}<!-- | --></div>}}<!-- | ||
− | --></div>< | + | --></div></onlyinclude> |
---- | ---- | ||
+ | |||
===Parameters=== | ===Parameters=== | ||
{{Chat example/frontend|{{{1}}}|{{{2}}}|{{{3}}}|{{{4}}}|end1={{{end1}}}|end2={{{end2}}}|end3={{{end3}}}|end4={{{end4}}}}} | {{Chat example/frontend|{{{1}}}|{{{2}}}|{{{3}}}|{{{4}}}|end1={{{end1}}}|end2={{{end2}}}|end3={{{end3}}}|end4={{{end4}}}}} | ||
− | *'''color''': text color of {{{1}}}. | + | *'''color''': text color of {{{1}}}, by default it's white. |
*'''color2''', '''color3''', and '''color4''': text color of {{{2}}}, {{{3}}}, and {{{4}}}. By default they are the same as {{{color1}}} . | *'''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}}}. | |
+ | |||
+ | ===Chat box styles=== | ||
+ | The {{{type}}} parameter specifys how the chat box looks. | ||
+ | ;(nothing) | ||
+ | :{{Chat example/frontend|W:A and WWP chat box (both games have the same looking box)}} | ||
+ | :background-color: #000040; | ||
+ | ;type=w2 | ||
+ | :{{Chat example/frontend|Worms 2 (Everyone) chat box|type=W2}} | ||
+ | :background-color: #000000; | ||
+ | ;type=w2-private | ||
+ | :{{Chat example/frontend|Worms 2 (Private) chat box|type=W2-private}} | ||
+ | :background-color: #008080; |
Latest revision as of 08:13, 12 September 2010
(Up to Template:Chat example)
{{{1}}}
Parameters
{{{1}}}({{{end1}}})
{{{2}}}({{{end2}}})
{{{3}}}({{{end3}}})
{{{4}}}({{{end4}}})
- color: text color of {{{1}}}, by default it's white.
- 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}}}.
Chat box styles
The {{{type}}} parameter specifys how the chat box looks.
- (nothing)
- W:A and WWP chat box (both games have the same looking box)
- background-color: #000040;
- type=w2
- Worms 2 (Everyone) chat box
- background-color: #000000;
- type=w2-private
- Worms 2 (Private) chat box
- background-color: #008080;