Template:Event/Card: Difference between revisions
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
|- {{#if: {{{repeatable|}}} || style="display: none;" }} | |- {{#if: {{{repeatable|}}} || style="display: none;" }} | ||
| Repeatable || {{#if: {{{repeatable|}}}|{{{repeatable|}}}|no}} | | Repeatable || {{#if: {{{repeatable|}}}|{{{repeatable|}}}|no}} | ||
| rowspan=2 style="text-align:center" | Previous: | |||
{{#if: {{{previous_event|}}}|{{{previous_event|}}}|None}} | |||
| style="text-align:center" | Next: | |||
{{#if: {{{next_event|}}}|{{{next_event|}}}|None}} | |||
|- | |- | ||
! colspan=2 | Technical Information | ! colspan=2 | Technical Information | ||
Line 36: | Line 40: | ||
| Notes || {{#if: {{{notes|}}}|{{{notes|}}}|unknown}} | | Notes || {{#if: {{{notes|}}}|{{{notes|}}}|unknown}} | ||
|- | |- | ||
|}</onlyinclude><!-- | |}</onlyinclude><!-- | ||
--> | --> |
Revision as of 19:19, 6 September 2022
Names | |
---|---|
Default | Event/Card |
Event Information | |
Location | Unknown |
Technical Information |
Documentation
Information
Rows without information are omitted.
How to use this template:
{{Event/Card
| picture =
| missed_name =
| location =
| requirements =
| characters =
| repeatable =
| internal_name =
| render_name =
| music =
| version_added =
| version_removed =
| notes =
| previous_event =
| next_event =
}}
Example:
For this Event we assume the page is called "Lord of the Lost"
{{Event/Card
| picture = LordoftheLost.png
| missed_name = Gotta Do What We Gotta Do
| location = School
| requirements = {{Chika}} Lust -10
| characters = {{Rin}}
| repeatable = yes
| internal_name = rindorm10
| render_name = firsttimeforeverything, secondtimeforsecondthing
| music = Rawpiano.mp3
| version_added = 4.20
| version_removed = 4.21
| revision = 4.20.1
| notes = No notes!
| previous_event = [[Previous Event]]
| next_event = [[Next Event]]
}}