Template:TLSInfoBox: Difference between revisions
Appearance
Rezizdigus (talk | contribs) No edit summary |
Rezizdigus (talk | contribs) No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<infobox> | <templatestyles src="Template:TLSInfoBox/styles.css" /> | ||
<infobox theme="tls"> | |||
<title source="title"> | <title source="title"> | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
</title> | </title> | ||
<Image source="image" /> | <Image source="image" /> | ||
<data source="date"> | <data source="date-start"> | ||
<label> | <label>Started</label> | ||
<default>Some time ago</default> | <default>Some time ago</default> | ||
</data> | |||
<data source="date-end"> | |||
<label>Shutdown</label> | |||
</data> | |||
<data source="members"> | |||
<label>Members</label> | |||
</data> | </data> | ||
</infobox> | </infobox> | ||
| Line 17: | Line 24: | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
"date": { | "date-start": { | ||
"type": "date" | "type": "date" | ||
}, | |||
"date-end": {}, | |||
"members": { | |||
"type": "unbalanced-wikitext", | |||
"suggested": true | |||
} | } | ||
} | }, | ||
"paramOrder": [ | |||
"title", | |||
"image", | |||
"date-start", | |||
"date-end", | |||
"members" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 15:35, 25 August 2025
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title | title | no description | Unknown | optional |
| image | image | no description | File | optional |
| date-start | date-start | no description | Date | optional |
| date-end | date-end | no description | Unknown | optional |
| members | members | no description | Unbalanced wikitext | suggested |