Difference between revisions of "Template:Infobox larp design/doc"
m |
m |
||
(8 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
{{lua|Module:Check for unknown parameters}} | {{lua|Module:Check for unknown parameters}} | ||
− | {{tlx|Infobox larp design}} should be used to describe larp designs, usually at the top of an article. For specific larp events or runs of larps, use {{nowrap|{{tlx|Infobox larp | + | {{tlx|Infobox larp design}} should be used to describe larp designs, usually at the top of an article. For specific larp events or runs of larps, use {{nowrap|{{tlx|Infobox larp run}}}}. |
== Usage == | == Usage == | ||
Line 22: | Line 22: | ||
| time | | time | ||
| duration | | duration | ||
− | | | + | | first_run |
− | |||
− | |||
− | |||
| also_known_as | | also_known_as | ||
− | |||
− | |||
− | |||
| designers | | designers | ||
| larpwrights | | larpwrights | ||
− | | | + | | creators |
| techniques | | techniques | ||
| participants | | participants | ||
Line 57: | Line 51: | ||
| english_name = | | english_name = | ||
| tagline = | | tagline = | ||
+ | | first_run = | ||
| series = <!-- Larp series that event is part of --> | | series = <!-- Larp series that event is part of --> | ||
| series_label = <!-- Optional label, if another term than series is more appropriate --> | | series_label = <!-- Optional label, if another term than series is more appropriate --> | ||
Line 63: | Line 58: | ||
| designers = <!-- Designers --> | | designers = <!-- Designers --> | ||
| larpwrights = <!-- Larpwrights --> | | larpwrights = <!-- Larpwrights --> | ||
+ | | creators = | ||
| techniques = <!-- Techniques used --> | | techniques = <!-- Techniques used --> | ||
| participants = | | participants = | ||
Line 84: | Line 80: | ||
* {{para|english_name}} - | * {{para|english_name}} - | ||
* {{para|tagline}} - tagline or motto | * {{para|tagline}} - tagline or motto | ||
+ | * {{para|first_run}} - Date and optionally event of first run. | ||
* {{para|series}} - Larp series that event is part of | * {{para|series}} - Larp series that event is part of | ||
* {{para|series_label}} - Optional label, if another term than series is more appropriate | * {{para|series_label}} - Optional label, if another term than series is more appropriate | ||
Line 90: | Line 87: | ||
* {{para|designers}} - designed by | * {{para|designers}} - designed by | ||
* {{para|larpwrights}} - written by | * {{para|larpwrights}} - written by | ||
+ | * {{para|creators}} - other creators | ||
* {{para|techniques}} - techniques used | * {{para|techniques}} - techniques used | ||
* {{para|participants}} - number of participants | * {{para|participants}} - number of participants | ||
Line 98: | Line 96: | ||
== Example == | == Example == | ||
− | {{Infobox larp | + | {{Infobox larp design |
|name=Joakim | |name=Joakim | ||
|tagline=Ett experimentlajv (a larp experiment) | |tagline=Ett experimentlajv (a larp experiment) | ||
Line 105: | Line 103: | ||
|designers=[[Anna-Karin Linder]] | |designers=[[Anna-Karin Linder]] | ||
|techniques={{Unbulleted list|[[Black-box]]|[[Monologue]]}} | |techniques={{Unbulleted list|[[Black-box]]|[[Monologue]]}} | ||
+ | |first_run={{start date|2013|10|4}} in Stockholm}} | ||
}} | }} | ||
<pre style="overflow:auto;"> | <pre style="overflow:auto;"> | ||
− | {{Infobox larp | + | {{Infobox larp design |
|name=Joakim | |name=Joakim | ||
|tagline=Ett experimentlajv (a larp experiment) | |tagline=Ett experimentlajv (a larp experiment) | ||
Line 114: | Line 113: | ||
|designers=[[Anna-Karin Linder]] | |designers=[[Anna-Karin Linder]] | ||
|techniques={{Unbulleted list|[[Black-box]]|[[Monologue]]}} | |techniques={{Unbulleted list|[[Black-box]]|[[Monologue]]}} | ||
+ | |first_run={{start date|2013|10|4}} in Stockholm}} | ||
}} | }} | ||
</pre> | </pre> | ||
Line 122: | Line 122: | ||
== Tracking categories == | == Tracking categories == | ||
− | * {{clc|Pages using infobox larp | + | * {{clc|Pages using infobox larp design with unknown parameters}} |
− | * {{clc|Pages using infobox larp | + | * {{clc|Pages using infobox larp design with blank parameters}} |
== See also == | == See also == | ||
− | * {{tl|Infobox larp | + | * {{tl|Infobox larp run}} |
+ | * {{tl|Infobox larp series}} | ||
* {{tl|Infobox larp festival}} | * {{tl|Infobox larp festival}} | ||
* {{tl|Infobox con}} | * {{tl|Infobox con}} | ||
+ | * {{tl|Infobox con run}} | ||
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | | <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | | ||
Line 135: | Line 137: | ||
[[Category:Templates that add a tracking category]] | [[Category:Templates that add a tracking category]] | ||
}}</includeonly> | }}</includeonly> | ||
+ | <templatedata> | ||
+ | { | ||
+ | "params": { | ||
+ | "name": { | ||
+ | "label": "Name", | ||
+ | "description": "Name of the larp", | ||
+ | "type": "string", | ||
+ | "required": true | ||
+ | }, | ||
+ | "image": { | ||
+ | "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" | ||
+ | }, | ||
+ | "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": { | ||
+ | "aliases": [ | ||
+ | "image caption", | ||
+ | "image_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 larp's name in it's own language, if different." | ||
+ | }, | ||
+ | "native_name_lang": { | ||
+ | "label": "Native name language", | ||
+ | "description": "ISO 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": "The larp's name translated to english, if needed" | ||
+ | }, | ||
+ | "tagline": { | ||
+ | "label": "Tagline", | ||
+ | "description": "Tagline of the larp" | ||
+ | }, | ||
+ | "series_label": { | ||
+ | "label": "Series label", | ||
+ | "description": "Optional label, if another term than series is more appropriate" | ||
+ | }, | ||
+ | "series": { | ||
+ | "label": "Series", | ||
+ | "description": "Larp series that the design is part of." | ||
+ | }, | ||
+ | "duration": { | ||
+ | "label": "Duration", | ||
+ | "description": "Duration of the larp", | ||
+ | "example": "4h" | ||
+ | }, | ||
+ | "also_known_as": { | ||
+ | "aliases": [ | ||
+ | "also known as", | ||
+ | "AKA", | ||
+ | "aka" | ||
+ | ], | ||
+ | "label": "Also known as", | ||
+ | "description": "Alternate name for the larp design" | ||
+ | }, | ||
+ | "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]]" | ||
+ | }, | ||
+ | "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]]" | ||
+ | }, | ||
+ | "techniques": { | ||
+ | "label": "Techniques", | ||
+ | "description": "Techniques used in the larp. Use {{plainlist}} or {{unbulleted list}} for multiple rows.", | ||
+ | "example": "{{Unbulleted list|[[Check-in]]|[[Monologue]]}} " | ||
+ | }, | ||
+ | "participants": { | ||
+ | "aliases": [ | ||
+ | "Participants" | ||
+ | ], | ||
+ | "label": "Participants", | ||
+ | "description": "Number of participants the larp is designed for" | ||
+ | }, | ||
+ | "website": { | ||
+ | "aliases": [ | ||
+ | "URL", | ||
+ | "url" | ||
+ | ], | ||
+ | "label": "Website", | ||
+ | "description": "Official website only. Unofficial websites should be placed under ==External links== in the body of the article. Use Template:URL as in Example.com . Do not include the www. part unless the server requires it. Use camel case capitalization to make multiword domain names easier to read.", | ||
+ | "example": "{{URL|example.com}}" | ||
+ | }, | ||
+ | "last_larp": { | ||
+ | "label": "Last larp", | ||
+ | "description": "Previous larp in the same series or campaign." | ||
+ | }, | ||
+ | "next_larp": { | ||
+ | "label": "Next larp", | ||
+ | "description": "Next larp in the same series or campaign." | ||
+ | }, | ||
+ | "first_run": { | ||
+ | "label": "First run", | ||
+ | "description": "First time the larp was run. Date and if applicable event.", | ||
+ | "example": "{{start date|2015|10|25}}, at [[Grenselandet 2015]]" | ||
+ | }, | ||
+ | "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 a larp design. For specific larp events or runs of larps, use [[Template:Infobox larp run]].", | ||
+ | "paramOrder": [ | ||
+ | "name", | ||
+ | "image", | ||
+ | "image_upright", | ||
+ | "alt", | ||
+ | "caption", | ||
+ | "native_name", | ||
+ | "native_name_lang", | ||
+ | "english_name", | ||
+ | "tagline", | ||
+ | "series_label", | ||
+ | "series", | ||
+ | "duration", | ||
+ | "also_known_as", | ||
+ | "designers", | ||
+ | "larpwrights", | ||
+ | "techniques", | ||
+ | "participants", | ||
+ | "first_run", | ||
+ | "website", | ||
+ | "last_larp", | ||
+ | "next_larp", | ||
+ | "creators" | ||
+ | ] | ||
+ | } | ||
+ | </templatedata> |
Latest revision as of 16:36, 9 January 2019
This is a documentation subpage for Template:Infobox larp design. It contains usage information, categories and other content that is not part of the original template page. |
This template uses Lua: |
{{Infobox larp design}}
should be used to describe larp designs, usually at the top of an article. For specific larp events or runs of larps, use {{Infobox larp run}}
.
Usage
Infobox larp design/doc | |||
---|---|---|---|
[[File:{{{image}}}|frameless|alt={{{image_alt}}}|upright={{{image_upright}}}|{{{image_alt}}}]] {{{caption}}} | |||
Native name | {{{native_name}}} | ||
English name | {{{english_name}}} | ||
Tagline | {{{tagline}}} | ||
{{{series_label}}} | {{{series}}} | ||
Duration | {{{duration}}} | ||
Also known as | {{{also_known_as}}} | ||
Designed by | {{{designers}}} | ||
Larpwrights | {{{larpwrights}}} | ||
Other creators | {{{creators}}} | ||
Techniques | {{{techniques}}} | ||
Participants | {{{participants}}} | ||
First run | {{{first_run}}} | ||
Website | {{{website}}} | ||
{{{series}}} {{{series_label}}} | |||
|
{{Infobox event | title = <!-- Title to display, if other than page name --> | image = | image_size = <!-- |image_upright= is preferred for most cases, see WP:IMGSIZE --> | image_upright = | image_alt = | caption = | native_name = | native_name_lang = | english_name = | tagline = | first_run = | series = <!-- Larp series that event is part of --> | series_label = <!-- Optional label, if another term than series is more appropriate --> | duration = | also_known_as = | designers = <!-- Designers --> | larpwrights = <!-- Larpwrights --> | creators = | techniques = <!-- Techniques used --> | participants = | website = <!-- {{URL|example.com}} --> | notes = | last_larp = | next_larp = }}
Parameters
|title=
- name of the event, if omitted, the page name will be used|child=
- set to "yes" if you are embedding this infobox in another one|image=
- name of the image of the event|image_size=
-|image_upright=
is preferred for most cases, see WP:IMGSIZE|image_upright=
-|image_alt=
-|caption=
- optional caption of the image|native_name=
- the native name of the event, if different|native_name_lang=
- ISO 639-2 code for the native name e.g. 'fr' for French.|english_name=
-|tagline=
- tagline or motto|first_run=
- Date and optionally event of first run.|series=
- Larp series that event is part of|series_label=
- Optional label, if another term than series is more appropriate|duration=
-|also_known_as=
-|designers=
- designed by|larpwrights=
- written by|creators=
- other creators|techniques=
- techniques used|participants=
- number of participants|website=
- Use {{URL}} (ex:{{URL|example.com}}
)|notes=
-|last_larp=
- Previous larp in the same series or campaign.|next_larp=
- Next larp in the same series or campaign.
Example
Joakim | |
---|---|
Tagline | Ett experimentlajv (a larp experiment) |
Duration | 4 hours |
Designed by | Anna-Karin Linder |
Techniques | |
Participants | 10 |
First run | October 4, 2013 | in Stockholm
}}
{{Infobox larp design |name=Joakim |tagline=Ett experimentlajv (a larp experiment) |duration=4 hours |participants=10 |designers=[[Anna-Karin Linder]] |techniques={{Unbulleted list|[[Black-box]]|[[Monologue]]}} |first_run={{start date|2013|10|4}} in Stockholm}} }}
Microformat
The HTML mark-up produced by this template includes an hCalendar microformat that makes event details readily parsable by computer programs. This aids tasks such as the cataloguing of articles and maintenance of databases. For more information about the use of microformats on Wikipedia, please visit the Microformat WikiProject.
- Classes used
The HTML classes this microformat uses include:
- attendee
- contact
- description
- dtend
- dtstart
- location
- organiser
- summary
- url
- vevent
nor collapse nested elements which use them.
Tracking categories
- Category:Pages using infobox larp design with unknown parameters (2)
- Category:Pages using infobox larp design with blank parameters (0)
See also
- {{Infobox larp run}}
- {{Infobox larp series}}
- {{Infobox larp festival}}
- {{Infobox con}}
- {{Infobox con run}}
Template for a larp design. For specific larp events or runs of larps, use [[Template:Infobox larp run]].
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name of the larp | String | required |
Image | image | Image name: abc.jpg, xpz.png, 123.gif, etc. If no image is available yet, do not use an image placeholder. | File | optional |
Image upright | image_upright | 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%).
| Unknown | optional |
Alt | alt image_alt | Alt text for image, for visually impaired readers. One word (such as "photograph") is rarely sufficient. See WP:ALT. | Unknown | optional |
Caption | caption image caption image_caption | Caption for image, if needed. Try to include date of photo and the photographer. | Unknown | optional |
Native name | native_name | The larp's name in it's own language, if different. | Unknown | optional |
Native name language | native_name_lang | ISO 639-1 code, e.g., "fr" for French. If more than one, use Template:lang in `native_name` instead. | Unknown | optional |
English name | english_name English_name | The larp's name translated to english, if needed | Unknown | optional |
Tagline | tagline | Tagline of the larp | Unknown | optional |
Series label | series_label | Optional label, if another term than series is more appropriate | Unknown | optional |
Series | series | Larp series that the design is part of. | Unknown | optional |
Duration | duration | Duration of the larp
| Unknown | optional |
Also known as | also_known_as also known as AKA aka | Alternate name for the larp design | Unknown | optional |
Designers | designers | The people who designed the larp. Use {{plainlist}} or {{Unbulleted list}} for multiple rows.
| Unknown | optional |
Larpwrights | larpwrights | The people who wrote the larp. Use {{plainlist}} or {{Unbulleted list}} for multiple rows.
| Unknown | optional |
Techniques | techniques | Techniques used in the larp. Use {{plainlist}} or {{unbulleted list}} for multiple rows.
| Unknown | optional |
Participants | participants Participants | Number of participants the larp is designed for | Unknown | optional |
First run | first_run | First time the larp was run. Date and if applicable event.
| Unknown | optional |
Website | website URL url | Official website only. Unofficial websites should be placed under ==External links== in the body of the article. Use Template:URL as in Example.com . Do not include the www. part unless the server requires it. Use camel case capitalization to make multiword domain names easier to read.
| Unknown | optional |
Last larp | last_larp | Previous larp in the same series or campaign. | Unknown | optional |
Next larp | next_larp | Next larp in the same series or campaign. | Unknown | optional |
Other creators | creators | Other people who participated in the larp creation. Use {{plainlist}} or {{unbulleted list}} for multiple rows.
| Unknown | optional |