Template:Event: Difference between revisions

From gm_construct 13 beta
Jump to navigation Jump to search
(Created page with "{|class=infobox style="background:#f8f9fa; border:1px #a2a9b1 solid; float: right; margin-left: 20px; margin-bottom: 20px;" |-align=center | {|width=100% align=right style="background:transparent; font-size:80%" |-align=center !<font size=3>{{{title1}}}</font> |-align=center |[[File:{{{image1}}}|250px|center]] {{#if:{{{caption1}}}|''{{{caption1}}}''}} |} |- |colspan=2| {|style="background:#DCDCDC; color:black; font-size:85%; width:290px; padding:2px; text-align:center;...")
 
No edit summary
Line 24: Line 24:
|style="background:white; width:200px; text-align:left;"|{{{memories}}}
|style="background:white; width:200px; text-align:left;"|{{{memories}}}
|-
|-
!style="background:#EFEFEF; width:100px"|Behaviour
!style="background:#EFEFEF; width:100px"|Summary
|style="background:white; width:200px; text-align:left;"|{{{behaviour}}}
|style="background:white; width:200px; text-align:left;"|{{{summary}}}
|-
|-
|}
|}
Line 40: Line 40:
   | event_name=Example
   | event_name=Example
   | memories=Example
   | memories=Example
   | behaviour=Example
   | summary=Example
}}
}}
</pre>
</pre>
Line 72: Line 72:
"type": "string"
"type": "string"
},
},
"behaviour": {
"summary": {
"suggested": true,
"suggested": true,
"type": "string"
"type": "string"

Revision as of 06:32, 22 June 2022

{{{title1}}}
[[File:{{{image1}}}|250px|center]]

{{{caption1}}}

General
Type {{{type}}}
Event Name {{{event_name}}}
Memories {{{memories}}}
Summary {{{summary}}}


Example usage:

{{Anomaly
  | title1=Example
  | image1=Example
  | caption1=Example
  | type=Example
  | event_name=Example
  | memories=Example
  | summary=Example
}}

No description.

Template parameters

ParameterDescriptionTypeStatus
title1title1

no description

Stringsuggested
image1image1

no description

Filesuggested
caption1caption1

no description

Stringsuggested
typetype

no description

Default
Anomaly
Auto value
Anomaly
Stringsuggested
event_nameevent_name

no description

Stringsuggested
memoriesmemories

no description

Stringsuggested
summarysummary

no description

Stringsuggested