From b93817e01a3e8142c80c4d315023f2d47e2fec71 Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Thu, 7 Jan 2021 14:38:21 -0300 Subject: docs: Converting from HTML to Markdown part #5 (#334) --- docs/instance_template.md | 75 +++++++---------------------------------------- 1 file changed, 11 insertions(+), 64 deletions(-) (limited to 'docs/instance_template.md') diff --git a/docs/instance_template.md b/docs/instance_template.md index 2554e0b..5160da7 100644 --- a/docs/instance_template.md +++ b/docs/instance_template.md @@ -10,70 +10,17 @@ If you want to change the spot you will start in when you enter/leave an instanc **Structure** - ---------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Field

Type

Attributes

Key

Null

Default

Extra

Comment

map

int(10)

unsigned

 

NO

NULL

 

 

parent

bigint(10)

unsigned

 

NO

0

 

 

script

varchar(128)

signed

 

NO

NULL

 

 

allowMount

tinyiny(1)

signed

 

NO

0

 

 

+| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|-----------------|--------------|------------|-----|------|---------|-------|---------| +| [map][1] | int(10) | unsigned | | NO | NULL | | | +| [parent][2] | bigint(10) | unsigned | | NO | 0 | | | +| [script][3] | varchar(128) | signed | | NO | NULL | | | +| [allowMount][4] | tinyiny(1) | signed | | NO | 0 | | | + +[1]: #map +[2]: #parent +[3]: #script +[4]: #allowmount **Description of the fields** -- cgit