Help:Editing BBCode
BBCode | Looks like |
---|---|
[b]bold text[/b] | bold text |
[i]italic text[/i] | italic text |
[u]underlined text[/u] | underlined text |
[s]strikethrough text[/s] | |
(c), (tm) and (r) | ©, ™ and ® |
[font=Courier]This is written in the Courier font.[/font] [color=red]This is red text.[/color] [size=1]this is size 1[/size] |
This is written in the Courier font. This is red text. this is size 1 |
[left]left aligned[/left] | left aligned |
[center]centered[/center] | centered |
[right]right aligned[/right] | right aligned |
[email]abortionrisks@gmail.com[/email] [email=abortionrisks@gmail.com]Email me![/email] |
abortionrisks@gmail.com Email me! |
[url]http://www.abortionrisks.org[/url] [url=http://www.abortionrisks.org]abortionrisks Homepage[/url] |
http://www.abortionrisks.org abortionrisks Homepage |
[CODE]begin
for i := 1 to 10 do writeln (i); end;[/CODE] |
CODE begin for i := 1 to 10 do writeln (i); end; |
[CODEBOX]line 1 line 2 |
CODE line 1
line 2 line 3 line 4 line 5 line 6 line 7 line 8 line 9 line 10 line 11 line 12 line 13 line 14 line 15 line 16 line 17 line 18 line 19 line 20 |
[SQL]SELECT * FROM employee WHERE name='Eva'[/SQL] | SQL SELECT * FROM employee WHERE name='Eva' |
[HTML]<SCRIPT LANGUAGE="javascript">alert ('hello');</SCRIPT>[/HTML] | HTML <SCRIPT LANGUAGE="javascript">alert ('hello');</SCRIPT> |
[QUOTE="person 1"]person 1 says something. [QUOTE="person 2"]Person 2 says something[/QUOTE] [/QUOTE] You say something too... |
QUOTE("person 1") person 1 says something. You say something too...QUOTE("person 2") Person 2 says something |
See also: Editing Help for the native Mediawiki Markup Language