No edit summary |
No edit summary |
||
Line 95: | Line 95: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"git": {}, | "git": { | ||
"os": {} | "label": "Git", | ||
"description": "link to a github/tildegit/other org", | |||
"type": "url" | |||
}, | |||
"os": { | |||
"label": "OS", | |||
"description": "the os this tilde runs on", | |||
"example": "Windows 98", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"tildeverse": { | |||
"label": "Tildeverse", | |||
"description": "is this one a member of the tildeverse?", | |||
"type": "boolean", | |||
"default": "no", | |||
"suggested": true | |||
} | |||
}, | }, | ||
"description": "lil infobox for tildes", | "description": "lil infobox for tildes", | ||
Line 109: | Line 126: | ||
"git", | "git", | ||
"os", | "os", | ||
"irc" | "irc", | ||
"tildeverse" | |||
], | ], | ||
"format": "block" | "format": "block" |
Revision as of 17:38, 4 June 2021
This is the "Tilde Infobox" template.
It should be called in the following format:
{{Tilde Infobox |name= |link= |admins= |location= |created= |description= |irc= |image= |os= |git= |tildeverse= }}
Edit the page to see the template text.
This template defines the table "Tildes". View table.
Usage
todo: move this to its own page, this is real messy.
{{Tilde Infobox|name=Tilde Name|created=whenever|admins=Guy Standing|link=https://example.com|image=File:ExampleTilde.bmp|irc=#wiki}}
lil infobox for tildes
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | this tilde's name
| Unknown | required |
Description | description | a short summary of this tilde
| Unknown | suggested |
Created | created | when this tilde was created.
| Date | required |
Location | location | where this tilde is hosted
| String | suggested |
Image | image | an image to represent this tilde
| File | suggested |
Admins | admins | who runs/ran this tilde
| String | suggested |
Link | link | a link to this tilde
| URL | required |
Git | git | link to a github/tildegit/other org | URL | optional |
OS | os | the os this tilde runs on
| String | suggested |
IRC | irc | a name of irc channel on tilde.chat
| String | suggested |
Tildeverse | tildeverse | is this one a member of the tildeverse?
| Boolean | suggested |