Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Test thread

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
10/20/2014 9:37:20 AMDErankAdminmojjj before revert after revert
5/8/2012 7:47:41 AMDErankAdminmojjj before revert after revert
5/8/2012 7:46:48 AMDErankAdminmojjj before revert after revert
5/8/2012 7:46:07 AMDErankAdminmojjj before revert after revert
5/8/2012 7:44:59 AMDErankAdminmojjj before revert after revert
5/8/2012 7:44:23 AMDErankAdminmojjj before revert after revert
5/8/2012 7:44:09 AMDErankAdminmojjj before revert after revert
5/8/2012 7:42:49 AMDErankAdminmojjj before revert after revert
5/8/2012 7:42:18 AMDErankAdminmojjj before revert after revert
5/8/2012 7:41:01 AMDErankAdminmojjj before revert after revert
Before After
1 [size=3][color=red][u]overview of coded bb-code commands. for USAGE REMOVE THE STARS ("*").[/u][/color][/size]
2 \n
3 \n
4 // format the bold tags: [*b]bold text[/b]
5 // becomes [b]bold text[/b]
6 \n
7 \n
8 // format the quote tags: [*quote]quoted text[/quote]
9 // becomes [quote]quoted text[/quote]
10
11 \n
12 // format the italic tags: [*i]italic text[/i]
13 // becomes [i]italic text[/i]
14 \n
15 \n
16 // format the underline tags: [*u]underlined text[/u]
17 // becomes [u]underlined text[/u]
18 \n
19 \n
20 // format the strike tags: [*s]striked text[/s]
21 // becomes [s]striked text[/s]
22 \n
23 \n
24 // format the url tags: [*url=http://www.zero-k.info]this link goes to zero-k[/url]
25 // becomes: [url=http://www.zero-k.info]this link goes to zero-k[/url]
26 \n
27 \n
28 // format the img tags: [*img]http://zero-k.info/img/avatars/khomeini2.png[/img]
29 // becomes: [img]http://zero-k.info/img/avatars/khomeini2.png[/img]
30 \n
31 \n
32 // format img tags with alt: [*img=http://zero-k.info/img/avatars/khomeini2.png.BrokenLinkToUseAltText]this is the alt text[/img]
33 //becomes [img=http://zero-k.info/img/avatars/khomeini2.png.BrokenLinkToUseAltText]this is the alt text[/img]
34 \n
35 \n
36 //format the colour tags: [*color=red]your coloured text[/color]
37 // becomes: [color=red]your coloured text[/color]
38 // supports UK English and US English spelling of colour/color
39 \n
40 \n
41 // format the size tags: [*size=3]your sized text[/size]
42 // becomes: [size=3]your sized text[/size]
43 \n 1