Changes

Jump to navigation Jump to search
Moved template data.
[[Category:Templates that add a tracking category]]
}}</includeonly>
<templatedata>
{
"params": {
"name": {
"aliases": [
"title",
"Event_name"
],
"label": "Name",
"description": "Name of the larp event",
"type": "string",
"required": true,
"example": "Skymningsland"
},
"image": {
"aliases": [
"imagename"
],
"label": "Image",
"description": "Image name: abc.jpg, xpz.png, 123.gif, etc. If no image is available yet, do not use an image placeholder.",
"type": "wiki-file-name",
"example": "Skymningsland.png"
},
"alt": {
"aliases": [
"image_alt",
"image_Alt"
],
"label": "Alt",
"description": "Alt text for image, for visually impaired readers. One word (such as \"photograph\") is rarely sufficient.",
"type": "string",
"example": "A photograph of an elf and an ent playing chess."
},
"caption": {
"aliases": [
"Image_Caption"
],
"label": "Caption",
"description": "Caption for image, if needed. Try to include date of photo and the photographer.",
"type": "string",
"example": "A photo from Inside Hamlet. "
},
"native_name": {
"label": "Native Name",
"description": "Native name if title of the event is translated.",
"type": "string"
},
"english_name": {
"aliases": [
"English_name"
],
"label": "English Name",
"description": "English name if title of the event is in another language.",
"type": "string",
"example": "Dusk Land"
},
"tagline": {
"label": "Tagline",
"description": "Tagline of the larp event.",
"type": "string",
"example": "This time it's personal"
},
"series_label": {
"label": "Series Label",
"description": "Optional label, if another term than series is more appropriate",
"type": "string",
"example": "campaign"
},
"series": {
"label": "Larp series",
"description": "Larp series that the event is part of.",
"type": "string",
"example": "Krigshjärta"
},
"larp": {
"label": "Larp",
"description": "Larp that this event is a run of.",
"type": "string"
},
"date": {
"aliases": [
"Date"
],
"label": "Date",
"description": "Date or dates the larp event was run.",
"example": "{{start date|2015|2|25}} or {{start and end dates|YYYY|MM|DD|YYYY|MM|DD}}",
"type": "date",
"suggested": true
},
"duration": {
"label": "Duration",
"description": "Duration of the larp event.",
"example": "3 days",
"type": "string"
},
"location": {
"aliases": [
"Location",
"place",
"venue"
],
"label": "Location",
"description": "Location where the larp event was run.",
"type": "string",
"suggested": true
},
"also_known_as": {
"aliases": [
"also known as",
"AKA",
"aka"
],
"label": "Also Known As",
"description": "Alternate name for the larp event.",
"type": "string"
},
"budget": {
"label": "Budget",
"description": "The budget of the event, in local currency.",
"example": "{{Currency|12000|EUR}}",
"type": "string"
},
"participation_fee": {
"label": "Participation Fee",
"description": "The fee to participate in the larp event, in local currency.",
"example": "{{Currency|50|EUR}}-{{Currency|100|EUR}} or {{Currency|200|SEK}}",
"type": "string"
},
"organizers": {
"aliases": [
"organisers"
],
"label": "Organizers",
"description": "Organization or people organizing the event. Use {{plainlist}} or {{Unbulleted list}} for multiple rows.",
"example": "{{Unbulleted list|[[Organizer 1]]|[[Organizer 2]]}} or [[Organizer]]",
"type": "string"
},
"designers": {
"label": "Designers",
"description": "The people who designed the larp. Use {{plainlist}} or {{Unbulleted list}} for multiple rows.",
"example": "{{Unbulleted list|[[Designer 1]]|[[Designer 2]]}} or [[Designer]]",
"type": "string"
},
"larpwrights": {
"label": "Larpwrights",
"description": "The people who wrote the larp. Use {{plainlist}} or {{Unbulleted list}} for multiple rows.",
"example": "{{Unbulleted list|[[Larpwright 1]]|[[Larpwright 2]]}} or [[Larpwright]]",
"type": "string"
},
"crew": {
"label": "Crew",
"description": "The people who were crew at the larp event. Use {{plainlist}} or {{Unbulleted list}} for multiple rows.",
"example": "{{Unbulleted list|[[Crew 1]]|[[Crew 2]]}} ",
"type": "string"
},
"techniques": {
"label": "Techniques",
"description": "Techniques used at the larp event. Use {{plainlist}} or {{unbulleted list}} for multiple rows.",
"example": "{{Unbulleted list|[[Check-in]]|[[Monologue]]}} ",
"type": "string"
},
"participants": {
"aliases": [
"Participants"
],
"label": "Participants",
"description": "The number of participants at the larp event.",
"example": "32",
"type": "number"
},
"website": {
"aliases": [
"URL"
],
"label": "Website",
"description": "Website of the larp event.",
"example": "{{URL|example.com}}",
"type": "url"
},
"last_larp": {
"aliases": [
"prev_larp",
"previous_larp"
],
"label": "Last Larp",
"description": "Previous larp in the same series or campaign.",
"type": "string"
},
"next_larp": {
"label": "Next Larp",
"description": "Next larp in the same series or campaign.",
"type": "string"
},
"notes": {
"label": "Notes",
"type": "string"
},
"creators": {
"label": "Other creators",
"description": "Other people who participated in the larp creation. Use {{plainlist}} or {{unbulleted list}} for multiple rows.",
"example": "{{unbulleted list|[[Jane Doe]] (music)|[[John Doe]] (light design)}}"
}
},
"description": "Template for one-shot larp events or specific runs of a larp.",
"paramOrder": [
"name",
"native_name",
"english_name",
"also_known_as",
"tagline",
"image",
"alt",
"caption",
"series",
"series_label",
"larp",
"date",
"duration",
"location",
"budget",
"participation_fee",
"organizers",
"designers",
"larpwrights",
"creators",
"crew",
"techniques",
"participants",
"website",
"last_larp",
"next_larp",
"notes"
]
}
</templatedata>

Navigation menu