Template:Tilde Infobox: Difference between revisions

Template page
No edit summary
No edit summary
Line 112: Line 112:
"type": "boolean",
"type": "boolean",
"default": "no",
"default": "no",
"suggested": true
"suggested": true,
"example": "no"
},
"dead": {
"label": "Inactive",
"description": "is this tilde dead?",
"example": "no",
"type": "boolean",
"default": "no"
}
}
},
},
Line 127: Line 135:
"os",
"os",
"irc",
"irc",
"tildeverse"
"tildeverse",
"dead"
],
],
"format": "block"
"format": "block"

Revision as of 18:29, 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=
|dead=
}}

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

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Namename

this tilde's name

Example
very cool tilde
Unknownrequired
Descriptiondescription

a short summary of this tilde

Example
this is my really cool tilde that i made :))
Unknownsuggested
Createdcreated

when this tilde was created.

Example
never
Daterequired
Locationlocation

where this tilde is hosted

Example
detroit
Stringsuggested
Imageimage

an image to represent this tilde

Example
File:CoolTilde.midi
Filesuggested
Adminsadmins

who runs/ran this tilde

Example
danny devito
Stringsuggested
Linklink

a link to this tilde

Example
https://example.org
URLrequired
Gitgit

link to a github/tildegit/other org

URLoptional
OSos

the os this tilde runs on

Example
Windows 98
Stringsuggested
IRCirc

a name of irc channel on tilde.chat

Example
#meta
Stringsuggested
Tildeversetildeverse

is this one a member of the tildeverse?

Default
no
Example
no
Booleansuggested
Inactivedead

is this tilde dead?

Default
no
Example
no
Booleanoptional