Jump to content

Template:TLSInfoBox: Difference between revisions

From Tekkit Lite Server
Created page with "<infobox> <title source="title"> <default>{{PAGENAME}}</default> </title> <Image source="image" /> <data source="name"> <label>First name</label> <default>John</default> </data> </infobox> <noinclude> <templatedata> { "params": { "title": {}, "image": { "type": "wiki-file-name" } } } </templatedata> </noinclude>"
 
No edit summary
 
(6 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="name">
   <data source="date-start">
     <label>First name</label>
     <label>Started</label>
     <default>John</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 16: Line 23:
"image": {
"image": {
"type": "wiki-file-name"
"type": "wiki-file-name"
},
"date-start": {
"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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
titletitle

no description

Unknownoptional
imageimage

no description

Fileoptional
date-startdate-start

no description

Dateoptional
date-enddate-end

no description

Unknownoptional
membersmembers

no description

Unbalanced wikitextsuggested