Template:Event: Difference between revisions

From gm_construct 13 beta
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 7: Line 7:
|-align=center
|-align=center
|[[File:{{{image1}}}|250px|center]]
|[[File:{{{image1}}}|250px|center]]
{{#if:{{{caption1}}}|''{{{caption1}}}''}}
|-align=center
{{#if:{{{caption1|}}}|
  {{!}}style="width:250px"{{!}}{{{caption1}}}
}}
|}
|}
|-
|-
Line 18: Line 21:
|style="background:white; width:200px; text-align:left;"|{{{type}}}
|style="background:white; width:200px; text-align:left;"|{{{type}}}
|-
|-
!style="background:#EFEFEF; width:100px"|Event Name
{{#if:{{{event_name|}}}|
|style="background:white; width:200px; text-align:left;"|{{{event_name}}}
  {{!}}style="background:#EFEFEF; width:100px"{{!}}Event Name
|-
  {{!}}style="background:white; width:200px; text-align:left;"{{!}}{{{event_name}}}
!style="background:#EFEFEF; width:100px"|Memories
  {{!}}-
|style="background:white; width:200px; text-align:left;"|{{{memories}}}
}}
|-
{{#if:{{{memories|}}}|
!style="background:#EFEFEF; width:100px"|Summary
  {{!}}style="background:#EFEFEF; width:100px"{{!}}Memories
|style="background:white; width:200px; text-align:left;"|{{{summary}}}
  {{!}}style="background:white; width:200px; text-align:left;"{{!}}{{{memories}}}
|-
  {{!}}-
}}
{{#if:{{{summary|}}}|
  {{!}}style="background:#EFEFEF; width:100px"{{!}}Summary
  {{!}}style="background:white; width:200px; text-align:left;"{{!}}{{{summary}}}
  {{!}}-
}}
|}
|}
|}
|}
Line 33: Line 42:
Example usage:
Example usage:
<pre>
<pre>
{{Anomaly
{{Event
   | title1=Example
   | title1=Example
   | image1=Example
   | image1=Example
Line 61: Line 70:
"suggested": true,
"suggested": true,
"type": "string",
"type": "string",
"default": "Anomaly",
"default": "Event",
"autovalue": "Anomaly"
"autovalue": "Event"
},
},
"event_name": {
"event_name": {

Latest revision as of 20:22, 12 February 2023

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


Example usage:

{{Event
  | 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
Event
Auto value
Event
Stringsuggested
event_nameevent_name

no description

Stringsuggested
memoriesmemories

no description

Stringsuggested
summarysummary

no description

Stringsuggested