Difference between revisions of "Template:Chat"

From Second Life Wiki
Jump to navigation Jump to search
(wikifier linked to documentation)
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
<pre>
{|
{|
|- style="vertical-align:top;background-color:#F0F0F0;"
{{Chat|[16:17] Soft Linden: Be good, y'all!}}
| [16:17]
{{Chat|[16:17] Soft Linden: :)}}
| [[User:Soft Linden|Soft Linden]]:
{{Chat|[16:17]|Squirrel Wood|Rawr :p}}
| style="white-space:normal;"|Be good, y'all!
{{Chat|[16:17] Wyn Galbraith has a few hours till dinner, have mercy.}}
|- style="vertical-align:top;background-color:#FFFFFF;"
{{Chat|[16:17]|Wyn Galbraith|/me has a few hours till dinner, have mercy.}}
| [16:17]
{{Chat|[16:17]|Test|Test}}
| [[User:Squirrel Wood|Squirrel Wood]]:
| style="white-space:normal;"|Rawr :p
|- style="vertical-align:top;background-color:#F0F0F0;"
| [16:17]
| colspan="2"|''Wyn Galbraith has a few hours till dinner, have mercy.''
|}
|}
 
</pre>
{|
{|
{{{{FULLPAGENAME}}|[16:17] Soft Linden: Be good, y'all!}}
{{Chat|[16:17] Soft Linden: Be good, y'all!}}
{{{{FULLPAGENAME}}|[16:17]|Squirrel Wood|Rawr :p}}
{{Chat|[16:17] Soft Linden: :)}}
{{{{FULLPAGENAME}}|[16:17] Wyn Galbraith has a few hours till dinner, have mercy.}}
{{Chat|[16:17]|Squirrel Wood|Rawr :p}}
{{{{FULLPAGENAME}}|[16:17]|Wyn Galbraith|/me has a few hours till dinner, have mercy.}}
{{Chat|[16:17] Wyn Galbraith has a few hours till dinner, have mercy.}}
{{Chat|[16:17]|Wyn Galbraith|/me has a few hours till dinner, have mercy.}}
{{Chat|[16:17]|Test|Test}}
|}
|}
== Related Links ==
*[http://www.treekyomoon.com/wikifier.htm Wikifier] - Tool to convert chatlogs into wiki syntax
</noinclude>
</noinclude>
<includeonly>{{#if:
<includeonly>{{{1|}}} {{{2|}}} {{{3|}}}<br></includeonly>
{{#vardefine:CLToggle|{{#expr:({{#var:CLToggle}}+1) mod 2}}}}
{{#vardefine:CLTime|{{{time|{{#ifeq:{{#sub:{{{1|}}}|0|1}}|[|{{#explode:{{{1|}}}|]|0}}]}}}}}}}
{{#vardefine:CLUser|{{{user|{{#explode:{{#ifeq:{{{2|}}}||{{#sub:{{{1|}}}|{{#len:{{#var:CLTime}}}}}}: $|{{{2|}}}: $}}|: }}}}}}}
{{#vardefine:CLMessage|
{{{message|
{{#if:{{{3|}}}|
{{{3|}}}
|
{{#if:{{{2|}}}|
{{#sub:{{{2|}}}|{{#len:{{#var:CLUser}}$$}}}}
|
{{#sub:{{{1|}}}|{{#expr:{{#pos:{{{1|}}}: $|{{#var:CLUser}}: }}+{{#len:{{#var:CLUser}}}}+2}}}}
}}
}}
}}}
}}
}}{{!}}- style="vertical-align:top;background-color:#{{#switch:{{#var:CLToggle}}|1=F0F0F0|0=FFFFFF}};"
{{!!}} {{#var:CLTime}}
{{#if:{{#var:CLMessage}}|
{{#ifeq:{{lc:{{#sub:{{#var:CLMessage}}|0|3}}}}|/me|
{{!}} colspan="2" {{!}}''{{User|{{#var:CLUser}}}}{{#sub:{{#var:CLMessage}}|3}}''
|
{{!!}} {{User|{{#var:CLUser}}}}:
{{!}} style="white-space:normal;" {{!}} {{#var:CLMessage}}
}}|
{{!}} colspan="2" {{!}}''{{#var:CLUser}}''}}</includeonly>

Latest revision as of 12:57, 4 July 2008

{|
{{Chat|[16:17] Soft Linden: Be good, y'all!}}
{{Chat|[16:17] Soft Linden: :)}}
{{Chat|[16:17]|Squirrel Wood|Rawr :p}}
{{Chat|[16:17] Wyn Galbraith has a few hours till dinner, have mercy.}}
{{Chat|[16:17]|Wyn Galbraith|/me has a few hours till dinner, have mercy.}}
{{Chat|[16:17]|Test|Test}}
|}
[16:17] Soft Linden: Be good, y'all!
[16:17] Soft Linden: :)
[16:17] Squirrel Wood Rawr :p
[16:17] Wyn Galbraith has a few hours till dinner, have mercy.
[16:17] Wyn Galbraith /me has a few hours till dinner, have mercy.
[16:17] Test Test

Related Links

  • Wikifier - Tool to convert chatlogs into wiki syntax