InfoboxLocation - World of T-Shirts Wiki

From World of T-Shirts Wiki
Jump to navigation Jump to search
Ptfitb (talk | contribs)
No edit summary
Ptfitb (talk | contribs)
No edit summary
Line 1: Line 1:
<includeonly>
{| class="infobox" style="width:250px; font-size:90%; line-height:1.5em; border:1px solid #aaa; background-color:#f9f9f9;"
|-
! colspan="2" style="text-align:center; font-size:120%; background-color:#f2f2f2;" | {{{title|}}}
|-
| colspan="2" style="text-align:center;" | [[File:{{{image|Placeholder.png}}}|250px]]
|-
! Start date
| {{{start_date|—}}}
|-
! End date
| {{{end_date|—}}}
|-
! Field 1
| {{{field1|—}}}
|-
! Field 2
| {{{field2|—}}}
|-
! Field 3
| {{{field3|—}}}
|}
</includeonly>


<noinclude>
<noinclude>
<templatedata>
== Usage ==
{
Copy and paste this code into a page to use the template:
"params": {
 
"citiesVisited": {
```wikitext
"label": "Cities Visited"
{{InfoboxCustom
},
| title = Example Title
"image": {
| image = Example.jpg
"label": "Image"
| start_date = January 1, 2020
},
| end_date = December 31, 2020
"duration": {
| field1 = Value 1
"label": "Duration"
| field2 = Value 2
},
| field3 = Value 3
"wikipedia": {
}}
"label": "Wikipedia",
"type": "url"
}
},
"paramOrder": [
"image",
"citiesVisited",
"duration",
"wikipedia"
]
}
</templatedata>
</noinclude>

Revision as of 01:39, 13 April 2025


Usage

Copy and paste this code into a page to use the template:

```wikitext Template:InfoboxCustom