Account creation temporarily disabled

Markleft: Difference between revisions

From BonziPEDIA, the Official BonziWORLD Encyclopedia of varied quality.
Jump to navigation Jump to search
Created page with "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 $optio..."
 
m Reverted edit by GKXtoVB68ZvsT46F (talk) to last revision by Fune
Tag: Rollback
 
(One intermediate revision by one other user not shown)
(No difference)

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$