Help:Editing BBCode
From IpbWiki
| 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]ipbwiki@gmail.com[/email] [email=ipbwiki@gmail.com]Email me![/email] |
ipbwiki@gmail.com Email me! |
| [url]http://www.ipbwiki.com[/url] [url=http://www.ipbwiki.com]IpbWiki Homepage[/url] |
http://www.ipbwiki.com IpbWiki Homepage |
| [topic=83]link to topic nbr 83[/topic] | link to topic nbr 83 |
| [post=98]link to post nbr 98[/post] | link to post nbr 98 |
| [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 |
| [spoiler]this is a spoiler.[/spoiler] | » Click to show Spoiler - click again to hide... « |
| [IMG]http://www.ipbwiki.com/wiki/extensions/ipbwiki/linkedby_ipbwiki.png[/IMG] | ![]() |
| [FLASH=70,70]http://www.ipbwiki.com/simple4.swf[/FLASH] | |
| emoticons, just type their textual representation, for example: <_< :( :) :angry: :P :D :blink: :huh: :lol: :rolleyes: :o :mellow: :unsure: ;) B) |
|
See also: Editing Help for the native Mediawiki Markup Language

