Open main menu

Changes

Created page with " <templatedata> { "params": { "name": { "label": "Name", "description": "Name of the larp series.", "required": true }, "image": { "label": "Image", "des..."

<templatedata>
{
"params": {
"name": {
"label": "Name",
"description": "Name of the larp series.",
"required": true
},
"image": {
"label": "Image",
"description": "Image name: abc.jpg, xpz.png, 123.gif, etc. If an image is desired but not available, one may add \"yes\" to the \"needs-photo\" section of the :Template:WPBiography on the talkpage. If no image is available yet, do not use an image placeholder."
},
"image_upright": {
"label": "Image upright",
"description": "Scales the image thumbnail from its default size by the given factor. Values less than 1 scale the image down (0.9 = 90%) and values greater than 1 scale the image up (1.15 = 115%).",
"example": "1.15",
"default": "1"
},
"alt": {
"aliases": [
"image_alt"
],
"label": "Alt",
"description": "Alt text for image, for visually impaired readers. One word (such as \"photograph\") is rarely sufficient. See WP:ALT."
},
"caption": {
"label": "Caption",
"description": "Caption for image, if needed. Try to include date of photo and the photographer."
},
"native_name": {
"label": "Native name",
"description": "The person's name in their own language, if different."
},
"native_name_lang": {
"label": "Native name language",
"description": "SO 639-1 code, e.g., \"fr\" for French. If more than one, use Template:lang in `native_name` instead."
},
"english_name": {
"aliases": [
"English_name"
],
"label": "English name",
"description": "English name if name of the series is in another language."
},
"also_known_as": {
"aliases": [
"also known as",
"AKA",
"aka"
],
"label": "Also known as",
"description": "Alternate name for the larp event."
},
"tagline": {
"label": "Tagline",
"description": "Tagline of the larp event."
},
"genre": {
"label": "Genre",
"description": "Genre(s) of the larp series.",
"suggested": true
},
"style": {
"label": "Style",
"description": "Play styles of the larp series.",
"suggested": true
},
"founding_location": {},
"first_larp": {
"label": "First larp",
"description": "First larp in the series",
"suggested": true
},
"website": {
"aliases": [
"URL"
],
"label": "Website",
"description": "Official website only. Unofficial websites should be placed under ==External links== in the body of the article. Use {{URL}} as in {{URL|Example.com}}. Do not display the www. part unless the site requires it. ",
"example": "{{URL|example.com}}"
}
},
"paramOrder": [
"name",
"image",
"image_upright",
"alt",
"caption",
"native_name",
"native_name_lang",
"english_name",
"also_known_as",
"tagline",
"genre",
"style",
"founding_location",
"first_larp",
"website"
]
}
</templatedata>