Home / Wiki / Fr ๐Ÿ‡ซ๐Ÿ‡ท | En ๐Ÿ‡ฌ๐Ÿ‡ง Website / Text formatting language

Text formatting language

๐Ÿ‡ซ๐Ÿ‡ท ๐Ÿ‡ฌ๐Ÿ‡ง


Icon

Code de formatage

Result
Bold[b ] Bold text [/b ]Bold text
Italic[i ] Italic text [/i ]Italic text
Underlin[u ] Underline text [/u ]Underline text
Strike[s ] Strike text [/s ]Strike text
Quote[q ] Quote text [/q ]Quote text
Code
[code ]
function Test1()
local num = 0
num = num + 1
num = 'num= '..num
print(num) --num=1
end
concommand.Add( Test1 , Test1 )
[/code ]
function Test1()

local num = 0
num = num + 1
num = 'num= '..num
print(num) --num=1
end
concommand.Add( Test1 , Test1 )

Mark[mark ] Marked text [/mark ]Marked text
Small[small ] Small text [/small ]Small text
Spoiler[spoiler ]Text to be blurred[/spoiler ]Text to be blurred

POSITIONS

Align Left[left ] Small text [/left ]

Blablabla 1 2 3 Test
Test
Align Center[center ] Small text [/center ]

Blablabla 1 2 3 Test
Test
Align Right[right ] Small text [/right ]

Blablabla 1 2 3 Test
Test

HEADERS

H1[h1 ] This is a H1 header [/h1 ]

This is a H1 header

H2[h2 ] This is a H2 header [/h2 ]

This is a H2 header

H3[h3 ] This is a H3 header [/h3 ]

This is a H3 header

H4[h4 ] This is a H4 header [/h4 ]

This is a H4 header

H5[h5 ] This is a H5 header [/h5 ]
This is a H5 header

ORDER

Order[ol ]
[li ]Test[/li ]
[li ]Test[/li ]
[li ]Test[/li ]
[/ol ]
  1. Test
  2. Test
  3. Test
Unorder[ul ]
[li ]Test[/li ]
[li ]Test[/li ]
[li ]Test[/li ]
[/ul ]
  • Test
  • Test
  • Test
Scroll[dpd ]Click here to scroll down[/dpd ][content ]Hello[/content ]
Click here to scroll down
Hello

TABLE

Table[table ]
[tr ][td ] TOP [/td ][td ] TOP [/td ][/tr ]
[tr ][td ] Text [/td ][td ] Text [/td ][/tr ]
[tr ][td ] Text [/td ][td ] Text [/td ][/tr ]
[/table ]

TABLE Exemple : 1


TOPTOP
TextText
TextText

Table[table ]
[tr ][td ] TOP [/td ][td ] TOP [/td ][td ] TOP [/td ][/tr ]
[tr ][td ] Text [/td ][td ] Text [/td ][td ] Text [/td ][/tr ]
[tr ][td ] Text [/td ][td ] Text [/td ][td ] Text [/td ][/tr ]
[tr ][td ] Text [/td ][td ] Text [/td ][td ] Text [/td ][/tr ]
[/table ]

TABLE Exemple : 2


TOPTOPTOP
TextTextText
TextTextText
TextTextText

LINKS

Link[ url=https://zworld-afterlife.com]HOME OF ZWORLD[/url ]HOME OF ZWORLD
Picture
Send your images to Imgur and copy the link of the image (attention not of the page)
[ img=https://img.originahl-scripts.com/zimg/ban0.webp][/img ]Zworld Banner
Link + Picture
[ urli=https://zworld-afterlife.com img=https://img.originahl-scripts.com/zimg/ban0.webp][/urli ]ZWORLD HOME

LIGNE

Draw a blue line[lr ]
Draw a white line[hr ]