Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| bbcode [2025/02/22 17:07] – GlitchyZorua | bbcode [2026/06/21 18:35] (current) – GlitchyZorua | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== BBCode Cheatsheet ===== | ===== BBCode Cheatsheet ===== | ||
| - | BBCode is a markup language that allows users to format text in online forums, blogs, and other websites. BBCode uses tags enclosed in square brackets to indicate how the text should be displayed. For example, [b]bold[/b] will make the text bold. | + | BBCode is a markup language that allows users to format text in online forums, blogs, and other websites. BBCode uses tags enclosed in square brackets to indicate how the text should be displayed. For example, [b]bold[/b] will make the text **bold**. |
| Here are some common BBCode tags and their usage: | Here are some common BBCode tags and their usage: | ||
| Line 15: | Line 15: | ||
| | [url]...[/ | | [url]...[/ | ||
| | [url=...]...[/ | | [url=...]...[/ | ||
| - | | [img]...[/ | + | | [img]...[/ |
| + | | [3d]...[/ | ||
| | [quote]...[/ | | [quote]...[/ | ||
| | [quote=...]...[/ | | [quote=...]...[/ | ||
| Line 34: | Line 35: | ||
| | [emo]...[/ | | [emo]...[/ | ||
| | [webgarden]...[/ | | [webgarden]...[/ | ||
| + | | [tart]...[/ | ||
| + | | [glow]...[/ | ||
| + | | https:// | ||
| + | | https:// | ||
| + | | [mod]...[/ | ||
| + | | :emojiname: | Insert an emoji. | :smile: | {{: | ||
| Additionally see the [[https:// | Additionally see the [[https:// | ||
| + | |||
| + | ===== Time Format ===== | ||
| - | ===== Reserved only for moderators ===== | + | 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 | Example | + | | **Tag** | **Usage** | |
| - | | [mod]...[/mod] | Write a mod note in a nice pink sticky note. ** Only Melonland forum admins should use this.** | [mod]something something important[/ | + | | %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 " | ||
| + | | %R* | time in 24 hour notation | | ||
| + | | %S | second as a decimal number | | ||
| + | | %T* | current time, equal to %H: | ||
| + | | %y | 2 digit year (00 to 99) | | ||
| + | | %Y | 4 digit year | | ||
| + | | %% | a literal ' | ||
| + | | %@ | Swatch/ | ||

Leaky Webring