Help / Text formatting language (Website)
Icon | Code de formatage | Result |
[b ] Bold text [/b ] | Bold text | |
[i ] Italic text [/i ] | Italic text | |
[u ] Underline text [/u ] | Underline text | |
[s ] Strike text [/s ] | ||
[q ] Quote text [/q ] | Quote text | |
[code ]
function Test1() local num = 0 num = num + 1 num = 'num= '..num print(num) --num=1 end concommand.Add( Test1 , Test1 ) [/code ] |
| |
[mark ] Marked text [/mark ] | Marked text | |
[small ] Small text [/small ] | Small text | |
[spoiler ]Text to be blurred[/spoiler ] | Text to be blurred |
POSITIONS | ||
[left ] Small text [/left ] | Blablabla 1 2 3 Test Test | |
[center ] Small text [/center ] | Blablabla 1 2 3 Test Test | |
[right ] Small text [/right ] | Blablabla 1 2 3 Test Test |
HEADERS | ||
[h1 ] This is a H1 header [/h1 ] | This is a H1 header | |
[h2 ] This is a H2 header [/h2 ] | This is a H2 header | |
[h3 ] This is a H3 header [/h3 ] | This is a H3 header | |
[h4 ] This is a H4 header [/h4 ] | This is a H4 header | |
[h5 ] This is a H5 header [/h5 ] | This is a H5 header |
ORDER | ||||||||||||||
[ol ]
[li ]Test[/li ] [li ]Test[/li ] [li ]Test[/li ] [/ol ] |
| |||||||||||||
[ul ]
[li ]Test[/li ] [li ]Test[/li ] [li ]Test[/li ] [/ul ] |
| |||||||||||||
[dpd ]Click here to scroll down[/dpd ][content ]Hello[/content ]
| Click here to scroll down Hello | |||||||||||||
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
| |||||||||||||
[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
|
LINKS | ||
[ url=https://zworld-afterlife.com]HOME OF ZWORLD[/url ] | HOME OF ZWORLD | |
Send your images to Imgur and copy the link of the image (attention not of the page) | [ img=https://i.osgmod.com/zimg/ban0.webp][/img ] |
|
+
| [ urli=https://zworld-afterlife.com img=https://i.osgmod.com/zimg/ban0.webp][/urli ] |
LIGNE | ||
Draw a blue line | [lr ] | |
Draw a white line | [hr ] |