Template:TLSInfoBox: Difference between revisions
Appearance
Rezizdigus (talk | contribs) No edit summary |
Rezizdigus (talk | contribs) No edit summary |
||
| (4 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> | ||
| Line 10: | Line 11: | ||
<data source="date-end"> | <data source="date-end"> | ||
<label>Shutdown</label> | <label>Shutdown</label> | ||
</data> | |||
<data source="members"> | |||
<label>Members</label> | |||
</data> | </data> | ||
</infobox> | </infobox> | ||
| Line 23: | Line 27: | ||
"type": "date" | "type": "date" | ||
}, | }, | ||
"date-end": {} | "date-end": {}, | ||
"members": { | |||
"type": "unbalanced-wikitext", | |||
"suggested": true | |||
} | |||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
| Line 29: | Line 37: | ||
"image", | "image", | ||
"date-start", | "date-start", | ||
"date-end" | "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 |