×
Create a new article
Write your page title here:
We currently have 40 articles on Tophiachu Wiki. Type your article name above or click on one of the titles below and start writing!



Tophiachu Wiki
40Articles

Template:Event: Difference between revisions

fandom>FANDOM
No edit summary
 
m (1 revision imported: importing from fandom)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly><infobox type="Event">
<infobox>
<title source="title"/>
<title source="title">
<image source="image"><caption source="imagecaption"/></image>
<default>{{PAGENAME}}</default>
<data source="performers"><label>Performers</label></data>
</title>
<data source="date"><label>Date</label></data>
<image source="image">
<data source="location"><label>Location</label></data>
<default>Temp.png</default>
</infobox>{{#ifeq: {{NAMESPACENUMBER}} | 0 | [[Category:Events]]}}</includeonly><noinclude>{{Documentation}}</noinclude>
</image>
<data source="Time">
<label>Date</label>
</data>
<data source="Cause">
<label>Cause</label>
</data>
<data source="Effect">
<label>Effect</label>
</data>
<data source="Involved">
<label>People involved</label>
</data>
</infobox>
<noinclude>
<templatedata>
{
    "description": "An infobox for events.",
    "params": {
        "title": {
            "label": "title",
            "description": "What the event was called.",
            "type": "string",
            "required": true
        },
        "image": {
            "label": "image",
            "description": "Image of said event.",
            "type": "wiki-file-name",
            "required": false
        },
        "Time": {
            "label": "Time",
            "description": "The date the event happened",
            "type": "string",
            "required": false
        },
        "Cause": {
            "label": "Cause",
            "description": "Cause of the event.",
            "type": "string",
            "required": false
        },
        "Effect": {
            "label": "Effect",
            "description": "The aftermath of the event.",
            "type": "string",
            "required": false
        },
        "Involved": {
            "label": "People involved",
            "description": "People involved with the event.",
            "type": "string",
            "required": false
        }
    }
}
</templatedata>
</noinclude>

Latest revision as of 20:51, 1 September 2024

An infobox for events.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
titletitle

What the event was called.

Stringrequired
imageimage

Image of said event.

Fileoptional
TimeTime

The date the event happened

Stringoptional
CauseCause

Cause of the event.

Stringoptional
EffectEffect

The aftermath of the event.

Stringoptional
People involvedInvolved

People involved with the event.

Stringoptional