| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| bbcode [2026/04/21 14:00] – melon | bbcode [2026/06/21 18:35] (current) – GlitchyZorua |
|---|
| | [url=...]...[/url] | Creates a hyperlink with custom text | [url=https://melonland.net]MelonLand [/url] | [[https://melonland.net|MelonLand]] | | | [url=...]...[/url] | Creates a hyperlink with custom text | [url=https://melonland.net]MelonLand [/url] | [[https://melonland.net|MelonLand]] | |
| | [img]...[/img] | Inserts an image - add "nocache=1" to bypass caching | [img]https://melonland.net/logo.png [/img] | (image) | | | [img]...[/img] | Inserts an image - add "nocache=1" to bypass caching | [img]https://melonland.net/logo.png [/img] | (image) | |
| | | [3d]...[/3d] | Inserts an 3d model - accepts width/height & x3d nav | [3d]https://melonland.net/model.x3d [/3d] | (3D iFrame) | |
| | [quote]...[/quote] | Creates a quote box | [quote]Hello[/quote] | (quote) | | | [quote]...[/quote] | Creates a quote box | [quote]Hello[/quote] | (quote) | |
| | [quote=...]...[/quote] | Creates a quote box with the author's name | [quote=Molly]Hello[/quote] | (quote by Molly) | | | [quote=...]...[/quote] | Creates a quote box with the author's name | [quote=Molly]Hello[/quote] | (quote by Molly) | |
| | [tart]...[/tart] | Changes the font to be more robotic, specifically designed for ascii art. | [tart]ascii art goes here[/tart] | (Ascii Art) | | | [tart]...[/tart] | Changes the font to be more robotic, specifically designed for ascii art. | [tart]ascii art goes here[/tart] | (Ascii Art) | |
| | [glow]...[/glow] | Makes the text glow | [glow=orange,2]text or more BB Code[/glow] | (glowing text) | | | [glow]...[/glow] | Makes the text glow | [glow=orange,2]text or more BB Code[/glow] | (glowing text) | |
| ===== Reserved only for moderators ===== | | https://youtube.com/watch?v=xxxxxxxxx | YouTube embed. If you are very curious, the bbcode is [youtube]...[/youtube], which you won't need because videos embed without the code anyways | https://m.youtube.com/watch?v=dQw4w9WgXcQ | (youtube video) | |
| | **Tag** | **Usage** | **Example** | **Output** | | | https://vimeo.com/xxxxxxxxx | Vimeo embed. The tag is [vimeo]...[/vimeo]. bbcode not needed. | https://vimeo.com/611776525?fl=pl&fe=vl | (vimeo video) | |
| | [mod]...[/mod] | Write a mod note in a nice pink sticky note. **Only Melonland forum admins should use this.** | [mod]something something important[/mod]| (mod note) | | | [mod]...[/mod] | Write a mod note in a nice pink sticky note. Forum moderators can only use this. It won't work for normal users, as it will make the text disappear if they try to use it. | [mod]something something important[/mod]| (mod note) | |
| | | :emojiname: | Insert an emoji. | :smile: | {{:smiley.gif?20|}} | |
| |
| Additionally see the [[https://wiki.simplemachines.org/smf/Basic_bulletin_board_codes|BBCode reference guide for SimpleMachies Forums]] for more obscure tags | Additionally see the [[https://wiki.simplemachines.org/smf/Basic_bulletin_board_codes|BBCode reference guide for SimpleMachies Forums]] for more obscure tags |
| |
| | ===== Time Format ===== |
| |
| |
| | You have the power to adjust how the time and date look for yourself. There are a lot of little letters, but it's quite simple. The conventions follow PHP's strftime function and are described as below (more details can be found at php.net). |
| | |
| | | **Tag** | **Usage** | |
| | | %a | abbreviated weekday name | |
| | | %A | full weekday name | |
| | | %b | abbreviated month name | |
| | | %B | full month name | |
| | | %d | day of the month (01 to 31) | |
| | | %D* | same as %m/%d/%y | |
| | | %e* | day of the month (1 to 31) | |
| | | %H | hour using a 24-hour clock (range 00 to 23) | |
| | | %I | hour using a 12-hour clock (range 01 to 12) | |
| | | %m | month as a number (01 to 12) | |
| | | %M | minute as a number | |
| | | %p | either "am" or "pm" according to the given time | |
| | | %R* | time in 24 hour notation | |
| | | %S | second as a decimal number | |
| | | %T* | current time, equal to %H:%M:%S | |
| | | %y | 2 digit year (00 to 99) | |
| | | %Y | 4 digit year | |
| | | %% | a literal '%' character | |
| | | %@ | Swatch/.beat timestamp @000.00 | |