No edit summary |
Oldiesmann (talk | contribs) (Cleaned up article) |
||
Line 1: | Line 1: | ||
<tr><td><center><span style="font-size: 12pt;" class="bbc_size"><tt>'''me'''</tt></span></center></td><td><center>'''Me (IRC action)'''</center></td><td></td></tr> | <table><tr><td><center><span style="font-size: 12pt;" class="bbc_size"><tt>'''me'''</tt></span></center></td><td><center>'''Me (IRC action)'''</center></td><td></td></tr> | ||
<tr><td><nowiki>[me=username]does an action[/me]</nowiki></td><td>The <tt>me</tt> tag formats text in the style of the IRC action command. This is a block level tag.</td><td><div class="meaction">* username does an action</div></td></tr> | <tr><td><nowiki>[me=username]does an action[/me]</nowiki></td><td>The <tt>me</tt> tag formats text in the style of the IRC action command. This is a block level tag.</td><td><div class="meaction">* username does an action</div></td></tr> | ||
Line 5: | Line 5: | ||
<tr><td><nowiki>[me="[Unknown]"]does an action[/me]</nowiki></td><td>If the username contains complex characters, place the name in quotes.</td><td><div class="meaction">* [Unknown] does an action</div></td></tr> | <tr><td><nowiki>[me="[Unknown]"]does an action[/me]</nowiki></td><td>If the username contains complex characters, place the name in quotes.</td><td><div class="meaction">* [Unknown] does an action</div></td></tr> | ||
<tr><td><nowiki>/me does an action</nowiki></td><td>You can also use in the classic IRC format. Note that this must be on | <tr><td><nowiki>/me does an action</nowiki></td><td>You can also use in the classic IRC format. Note that this must be on its own line for it to work.</td><td><div class="meaction">* username does an action</div></td></tr></table> | ||
[[Category:Bulletin_Board_Code]] | [[Category:Bulletin_Board_Code]] |
Revision as of 19:32, 24 October 2010
[me=username]does an action[/me] | The me tag formats text in the style of the IRC action command. This is a block level tag. | * username does an action |
[me="[Unknown]"]does an action[/me] | If the username contains complex characters, place the name in quotes. | * [Unknown] does an action |
/me does an action | You can also use in the classic IRC format. Note that this must be on its own line for it to work. | * username does an action |