Template:Event: Difference between revisions
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"| | !style="background:#EFEFEF; width:100px"|Summary | ||
|style="background:white; width:200px; text-align:left;"|{{{ | |style="background:white; width:200px; text-align:left;"|{{{summary}}} | ||
|- | |- | ||
|} | |} | ||
| Line 40: | Line 40: | ||
| event_name=Example | | event_name=Example | ||
| memories=Example | | memories=Example | ||
| | | summary=Example | ||
}} | }} | ||
</pre> | </pre> | ||
| Line 72: | Line 72: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "summary": { | ||
"suggested": true, | "suggested": true, | ||
"type": "string" | "type": "string" | ||
Revision as of 06:32, 22 June 2022
| |||||||||||
| |||||||||||
Example usage:
{{Anomaly
| title1=Example
| image1=Example
| caption1=Example
| type=Example
| event_name=Example
| memories=Example
| summary=Example
}}
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title1 | title1 | no description | String | suggested |
| image1 | image1 | no description | File | suggested |
| caption1 | caption1 | no description | String | suggested |
| type | type | no description
| String | suggested |
| event_name | event_name | no description | String | suggested |
| memories | memories | no description | String | suggested |
| summary | summary | no description | String | suggested |