13,955
edits
m (Text replacement - "<div>{{{caption}}}</div>" to "{{clear}}{{{caption}}}") |
mNo edit summary |
||
(38 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| | {{Infobox|start|width=260px|color={{{color1|#000}}}|bg={{{BG|#471d03}}}}} | ||
{{ | {{Infobox|title|name={{{name|}}}|color={{{color2|#fff}}}|bg={{{nameBG|transparent}}}}} | ||
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}|bg={{{imageBG|#B4C5E3}}}|linebg={{{lineBG|#999}}}}} | |||
{ | |||
{{Infobox|entry|title={{{game-title|Game}}}|content={{{game|}}}|bg={{{fieldBG|#F3F3F3}}}|linebg={{{lineBG|#999}}}}} | |||
{{Infobox|entry|title={{{campaign-title|Campaign}}}|content={{{campaign|}}}|bg={{{fieldBG|#F3F3F3}}}|linebg={{{lineBG|#999}}}}} | |||
{{Infobox|entry|title={{{light-title|Recommended Light level}}}|content={{{light|}}}|bg={{{fieldBG|#F3F3F3}}}|linebg={{{lineBG|#999}}}}} | |||
{{Infobox|entry|title={{{place-title|Location}}}|content={{{place|}}}|bg={{{fieldBG|#F3F3F3}}}|linebg={{{lineBG|#999}}}}} | |||
{{Infobox|entry|title={{{enemies-title|Enemies}}}|content={{{enemies|}}}|bg={{{fieldBG|#F3F3F3}}}|linebg={{{lineBG|#999}}}}} | |||
{{Infobox|entry|title={{{objective-title|Objective(s)}}}|content={{{objective|}}}|bg={{{fieldBG|#F3F3F3}}}|linebg={{{lineBG|#999}}}}} | |||
{{ | |||
{{Infobox|colspan|bg={{{fieldBG|#F3F3F3}}}|linebg={{{lineBG|#999}}}|content={{#if:{{{nowalk|}}}||<nowiki/> | |||
{{ | {{#ifexist:{{FULLPAGENAME}}/Walkthrough|{{SITENAME}} has a walkthrough guide for this public event; see [[{{FULLPAGENAME}}/Walkthrough]].|{{SITENAME}} doesn't currently have a walkthrough for this public event; could you [{{FULLURL:{{FULLPAGENAME}}/Walkthrough|action=edit}} write one]?}}}}}} | ||
{ | |||
{{Infobox|end}}<noinclude>{{clear}} | |||
==Usage instructions== | |||
{{ | |||
{{{place|}}} | |||
{{ | |||
{ | |||
{{{enemies|}}} | |||
{{ | |||
{{ | |||
{{#ifexist:{{ | |||
|}<noinclude>{{clear}} | |||
==Usage== | |||
To use this template, paste the following code into the top of the article, filling all relevant fields: | To use this template, paste the following code into the top of the article, filling all relevant fields: | ||
<pre> | <pre> | ||
{{Public Event Infobox | {{Public Event Infobox | ||
|name= | |name= | ||
|image= | |image= | ||
|game= | |||
|campaign= | |||
|light= | |light= | ||
|place= | |place= | ||
|enemies= | |enemies= | ||
|objective= | |objective= | ||
}}</pre> | }} | ||
</pre> | |||
===Optional fields=== | ===Optional fields=== | ||
All fields are ''optional''. Fields not filled will not display a row. | All fields are ''optional''. Fields not filled will not display a row. | ||
* | |||
*<code>nowalk</code> | |||
**Disables the walkthrough available/unavailable notice. Use for cutscenes. | **Disables the walkthrough available/unavailable notice. Use for cutscenes. | ||
**Set to any non-empty value to use. | **Set to any non-empty value to use. | ||
==Custom parameters== | |||
The following allows you to alter the background colors of the template: | |||
<pre> | <pre> | ||
|nameBG= | |||
|imageBG= | |imageBG= | ||
|sectionBG= | |sectionBG= | ||
|fieldBG= | |fieldBG= |