If you want an account, contact Ziggy via Discord: @ziggymoncher_. Read BonziPEDIA:Requesting accounts for more details.
Markleft: Difference between revisions
Replaced content with "Hey guys, Jy (Jack Seymour) here! Come visit me at 4893 Eurekaton Rd, Whiteville, TN 38075" Tags: Replaced Reverted |
m Reverted edit by GKXtoVB68ZvsT46F (talk) to last revision by Fune Tag: Rollback |
||
Line 1: | Line 1: | ||
Markleft is a markup language made by Fune for BonziWORLD. The first version was added in bonzi.lol and was basically just markdown. Markleft is used for formatting text. In 6.9 it could be disabled, in BW7 it cannot be disabled (but it will soon). | |||
== Syntax == | |||
Markleft options are enclosed in 2 dollar signs, and markleft is terminated by 2 dollar signs with nothing in between them. | |||
$option=value$ markleft text $$ normal text | |||
options are seperated using commas | |||
$option=value, option2=value2$ more text $$ | |||
== Options & Examples == | |||
color: text color | |||
$color=red$ red text $$ | |||
font: a font supported by CSS (replace spaces with underscores) | |||
$font=times_new_roman$ times new roman text $$ | |||
icon: a fontawesome icon | |||
$icon=wifi$$$ <- that's a wifi icon | |||
== Shortcuts == | |||
* For bold text type **text** | |||
* For big text type ###text### | |||
* For italic text type ~~text~~ | |||
* For underlined text type __text__ | |||
* For line-through text type --text-- | |||
* For rainbow text type $r$text$r$ |
Latest revision as of 10:28, 18 August 2024
Markleft is a markup language made by Fune for BonziWORLD. The first version was added in bonzi.lol and was basically just markdown. Markleft is used for formatting text. In 6.9 it could be disabled, in BW7 it cannot be disabled (but it will soon).
Syntax
Markleft options are enclosed in 2 dollar signs, and markleft is terminated by 2 dollar signs with nothing in between them.
$option=value$ markleft text $$ normal text
options are seperated using commas
$option=value, option2=value2$ more text $$
Options & Examples
color: text color
$color=red$ red text $$
font: a font supported by CSS (replace spaces with underscores)
$font=times_new_roman$ times new roman text $$
icon: a fontawesome icon
$icon=wifi$$$ <- that's a wifi icon
Shortcuts
- For bold text type **text**
- For big text type ###text###
- For italic text type ~~text~~
- For underlined text type __text__
- For line-through text type --text--
- For rainbow text type $r$text$r$