Template:Event/doc: Difference between revisions

no edit summary
(Created page with "<templatedata> { "description": "An infobox to serve as a quick reference on the right side of event pages.", "params": { "name": { "label": "Event name", "description": "Will automatically enter based on page name", "example": "Space Station Mission", "type": "line" }, "image": { "label": "Image", "description": "Refers to the image file stored on the wiki.", "type": "wiki-file-name", "default": "ParallelLogo.png", "suggested"...")
 
No edit summary
Line 1: Line 1:
{{Infobox
|above = {{{name}}}
|image = [[File:{{{image}}}]]
|caption = {{{image_caption}}}
| label1 = Date
| data1 = {{{date}}}
| label2 = Location
| data2 = {{{location}}}
| label3 = Participants
| data3 = {{{participants}}}
}}
<templatedata>
<templatedata>
{
{
Line 51: Line 62:
}
}
</templatedata>
</templatedata>
This is an example event infobox, showing all available parameters.
{{Infobox
|above = {{{name}}}
|image = [[File:{{{image}}}]]
|caption = {{{image_caption}}}
| label1 = Date
| data1 = {{{date}}}
| label2 = Location
| data2 = {{{location}}}
| label3 = Participants
| data3 = {{{participants}}}
}}