Template:TLSInfoBox: Difference between revisions
Appearance
Rezizdigus (talk | contribs) No edit summary |
Rezizdigus (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
</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> | ||
</infobox> | </infobox> | ||
| Line 17: | Line 20: | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
"date": { | "date-start": { | ||
"type": "date" | "type": "date" | ||
} | }, | ||
} | "date-end": {} | ||
}, | |||
"paramOrder": [ | |||
"title", | |||
"image", | |||
"date-start", | |||
"date-end" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 16:51, 23 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 |