BBCodes: Difference between revisions
Jump to navigation
No edit summary |
No edit summary |
||
Line 97: | Line 97: | ||
</tr> | </tr> | ||
</table> | </table> | ||
You can also create tables using BBcodes. Here's an example: | |||
<pre> | |||
[table] | |||
[**]player name[||]villages[||]points[/**] | |||
[*]John doe[|]1 village[|] 9070 points | |||
[*]Player1[|]3 villages[|]24305 points | |||
[*]Player2[|]7 villages[|]63451 points | |||
[/table] | |||
</pre> |
Revision as of 20:59, 2 October 2011
BB-Codes are special codes you can use in forums, mails and profiles to format text.
Code | Forum | Message | Profile |
---|---|---|---|
[b]Text[/b] | |||
[u]Text[/u] | |||
[i]Text[/i] | |||
[s]Text[/s] | |||
[color=red]Text[/color] | |||
[size=20]Text[/size] | |||
[quote=Author]Text[/quote] | |||
[img]http://www.tribalwars.net/graphic/eisen.png[/img] | |||
[url]http://www.google.com/[/url] | |||
[url=http://forum.tribalwars.net/]Tribal forum[/url] | |||
[code][b]not bold[/b][/code] | |||
[player]Playername[/player] | |||
[ally]Tribename[/ally] | |||
[spoiler]Text which should be hidden[/spoiler] | |||
[coord](549|538)[/coord] | |||
[report]12a3b4c567[/report] | |||
[report_display]12a3b4c567[/report_display] |
You can also create tables using BBcodes. Here's an example:
[table] [**]player name[||]villages[||]points[/**] [*]John doe[|]1 village[|] 9070 points [*]Player1[|]3 villages[|]24305 points [*]Player2[|]7 villages[|]63451 points [/table]