Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bbcode [2023/02/16 03:02] melonbbcode [2023/02/17 20:34] (current) melon
Line 20: Line 20:
 | [code]...[/code] | Creates a code box | [code]Hello[/code] | (code) | | [code]...[/code] | Creates a code box | [code]Hello[/code] | (code) |
 | [list]...[/list] | Creates an unordered list | [list][*]Item 1[*]Item 2[/list] | (list) | | [list]...[/list] | Creates an unordered list | [list][*]Item 1[*]Item 2[/list] | (list) |
-| [list=1]...[/list] | Creates an ordered list | [list=1][*]Item 1[*]Item 2[/list] | (list) | +| [list type=decimal]...[/list] | Creates an ordered list | [list type=decimal][li]Item 1[/li][/list] | (list) | 
-| [list=a]...[/list] | Creates an ordered list with letters | [list=a][*]Item 1[*]Item 2[/list] | (list) | +| [list type=lower-alpha]...[/list] | Creates an ordered list with letters | [list type=lower-alpha][li]Item 1[/li][/list] | (list) | 
-| [list=i]...[/list] | Creates an ordered list with roman numerals | [list=i][*]Item 1[*]Item 2[/list] | (list) |+| [list type=lower-roman]...[/list] | Creates an ordered list with roman numerals | [list type=lower-roman][li]Item 1[/li][/list] | (list) |
 | [li]...[/li] | Creates a list item | See above | See above | | [li]...[/li] | Creates a list item | See above | See above |
 | [center]...[/center] | Centers the text | [center]Hello[/center] |  Hello  | | [center]...[/center] | Centers the text | [center]Hello[/center] |  Hello  |
Line 28: Line 28:
 | [right]...[/right] | Aligns the text to the right | [right]Hello[/right] |   Hello | | [right]...[/right] | Aligns the text to the right | [right]Hello[/right] |   Hello |
 | [spoiler]...[/spoiler] | Hides the text until clicked | [spoiler]Hello[/spoiler] |(hidden) | | [spoiler]...[/spoiler] | Hides the text until clicked | [spoiler]Hello[/spoiler] |(hidden) |
-| [spoiler=...]...[/spoiler] | Hides the text until clicked with a custom title | [spoiler]Hello[/spoiler] |(hidden) |+| [spoiler=...]...[/spoiler] | Hides the text until clicked with a custom title | [spoiler=Facts]Hello[/spoiler] |(hidden) | 
 +| [marquee]...[/marquee] | Animated text to move | [marquee]Hello[/marquee] | (Animated Hello) | 
 +| [blink]...[/blink] | Animated text to flash | [blink]Hello[/blink] | (Animated Hello) | 
 +| [spin]...[/spin] | Animated text to spin | [spin]Hello[/spin] | (Animated Hello) | 
 +| [webgarden]...[/webgarden] | Allows you to embed a [[web_gardens|webgarden]] | [webgarden]https://melonland.net/webgarden[/webgarden] | (webgarden) | 
 + 
 +Additionally see the [[https://wiki.simplemachines.org/smf/Basic_bulletin_board_codes|BBCode reference guide for SimpleMachies Forums]] for more obscure tags