Formatting Codes Supported on the XMetaL Community ForumsUse the following codes to fancy up your posts.
Plain text separated by simple line breaks is good enough for most people but the following "BBCodes" are supported.
I'm listing them here because not all of them have an associated button to make inserting them easy, and not all BBCodes supported by the software that drives this forum (
SMF) are enabled.
In most cases the name and usage of the BBCode is similar to the equivalent HTML tag.
| BBCode: | Example: | Renders As: |
| abbr | [abbr=exempli gratia (for example)]eg[/abbr] | eg |
| acronym | [acronym=eXtensible Markup Language]XML[/acronym] | XML |
| b | [b]bold text[/b] | bold text |
| code | [code]//XMetaL Script Language JScript: Application.Alert("hello world");[/code] | //XMetaL Script Language JScript: Application.Alert("hello world"); |
| center | [center]centered text[/center] | centered text |
| color | [color=red]coloured text[/color] | coloured text |
| | [color=#3399FF]coloured text[/color] | coloured text |
| hr | [hr] |
|
| i | [i]italicized text[/i] | italicized text |
| list + li | [list][li]item 1[/li] [li]item 2[/li] [li]item 3[/li][/list] | |
| [list][*]item 1 [*]item 2 [*]item 3[/list] | |
| [list][x]item 1 [x]item 2 [x]item 3[/list] | |
| [list][o]item 1 [o]item 2 [o]item 3[/list] | |
| [list] [li]item [list][li]nested item[/li][/list] [/li] [li]item[/li] [/list] | |
| left | [left]left aligned text[/left] | left aligned text |
| quote | [quote]Lorem ipsum dolor sit amet...[/quote] | Lorem ipsum dolor sit amet... |
| | [quote=http://www.w3.org/TR/xml/#sec-common-syn]Lorem ipsum dolor sit amet...[/quote] | Lorem ipsum dolor sit amet... |
| | [quote=John Smith]Lorem ipsum dolor sit amet...[/quote] | Lorem ipsum dolor sit amet... |
| right | [right]right aligned text[/right] | right aligned text |
| s | [s]strike-through text[/s] | strike-through text |
| sub | H[sub]2[/sub]O | H2O |
| sup | E=mc[sup]2[/sup] | E=mc2 |
| tt | [tt]monospaced text[/tt] | monospaced text |
| table + tr + td | [table] [tr][td]r1c1[/td][td]r1c2[/td][/tr] [tr][td]r2c1[/td][td]r2c2[/td][/tr] [/table] | |
| url | [url]http://www.xmetal.com[/url] | http://www.xmetal.com |
| [url=http://www.xmetal.com]link description[/url] | link description |
| u | [u]underlined text[/u] | underlined text |