Template:InfoboxLocation: Difference between revisions

Ptfitb (talk | contribs)
No edit summary
Ptfitb (talk | contribs)
No edit summary
Line 24: Line 24:


<noinclude>
<noinclude>
== Usage ==
<templatedata>
Copy and paste this code into a page to use the template:
{
 
"params": {
```wikitext
"title": {},
{{InfoboxCustom
"image": {},
| title = Example Title
"start_date": {},
| image = Example.jpg
"end_date": {},
| start_date = January 1, 2020
"field1": {},
| end_date = December 31, 2020
"field2": {},
| field1 = Value 1
"field3": {}
| field2 = Value 2
}
| field3 = Value 3
}
}}
</templatedata>
</noinclude>