InfoboxLocation - World of T-Shirts Wiki
Jump to navigation
Jump to search
No edit summary |
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> | ||
== Usage == | |||
Copy and paste this code into a page to use the template: | |||
```wikitext | |||
{{InfoboxCustom | |||
| title = Example Title | |||
| image = Example.jpg | |||
| start_date = January 1, 2020 | |||
| end_date = December 31, 2020 | |||
| field1 = Value 1 | |||
| field2 = Value 2 | |||
| field3 = Value 3 | |||
}} | |||
} | |||