m (Fix irc param) |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | |||
{{#template_params:name (label=Name)|link (label=Link)|admins (label=Admins)|created (label=Created)|irc (label=IRC)|image (label=Image;namespace=File)}} | |||
{{#cargo_declare:_table=Tildes|name=String|link=URL|admins=List (,) of String|created=Date|irc=List (,) of String|image=File}} | |||
</noinclude><includeonly>{{#cargo_store:_table=Tildes}} | |||
{| class="wikitable" style="float:right; margin-left: 10px;" | {| class="wikitable" style="float:right; margin-left: 10px;" | ||
|+ '''{{{name}}}''' | |+ '''{{{name}}}''' | ||
Line 19: | Line 23: | ||
{{#if:{{{irc|}}}|{{!}}{{{irc}}}}} | {{#if:{{{irc|}}}|{{!}}{{{irc}}}}} | ||
|} | |} | ||
[[Category:Known Tildes]] | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == |
Revision as of 14:19, 3 June 2021
This is the "Tilde Infobox" template.
It should be called in the following format:
{{Tilde Infobox |name= |link= |admins= |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 |