Norda Scripts Creator of this doc
Document Updated ago
Document Updated ago
Text formatting languages is a type of document format description language. They allow the automated manipulation of a text, and in particular its conversion into different formats.
Tagging created to provide easy-to-read and writable syntax makes it possible to format the text on the site to make it more enjoyable to read.
Tagging created to provide easy-to-read and writable syntax makes it possible to format the text on the site to make it more enjoyable to read.
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 ] |
🇬 Gmod Base
How install an addon on Gmod ?
How to test an addon without uninstalling everything?
Backup problem in the data folder on Gmod server
How to replace Awesomium by Chromium on Gmod?
Sounds Formats supported on Gmod
Code minification (Optimisation)
Publish an addon on the Gmod workshop
🎯 Marketplace
Description of the Activation System - DRM
How to activate a Script on Gmod protected by a DRM ?
Write an review on a Gmod addon
Get technical support
🤖 Website
How to test a Gmod addon before buying it?
Text formatting language
Website ranks - Originahl Scripts
Presentation of the workspace
How avoid the Leak of your scripts