(add location param) |
(update templatedata) |
||
| Line 70: | Line 70: | ||
"required": true | "required": true | ||
}, | }, | ||
"irc": { | |||
"label": "IRC", | |||
"description": "a name of irc channel on tilde.chat", | |||
"example": "#meta", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"location": { | |||
"label": "Location", | |||
"description": "where this tilde is hosted", | |||
"example": "detroit", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
}, | }, | ||
"description": "lil infobox for tildes", | "description": "lil infobox for tildes", | ||
| Line 85: | Line 92: | ||
"admins", | "admins", | ||
"link", | "link", | ||
"irc", | |||
"location" | |||
], | ], | ||
"format": "inline" | "format": "inline" | ||
Revision as of 20:18, 3 June 2021
This is the "Tilde Infobox" template.
It should be called in the following format:
{{Tilde Infobox
|name=
|link=
|admins=
|location=
|created=
|irc=
|image=
}}
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 |
| Created | created | when this tilde was created.
| Date | required |
| 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 |
| IRC | irc | a name of irc channel on tilde.chat
| String | suggested |
| Location | location | where this tilde is hosted
| String | suggested |