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}}
|-
| 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 35: Line 40:
|- {{#if: {{{notes|}}} || style="display: none;" }}
|- {{#if: {{{notes|}}} || style="display: none;" }}
| Notes || {{#if: {{{notes|}}}|{{{notes|}}}|unknown}}
| Notes || {{#if: {{{notes|}}}|{{{notes|}}}|unknown}}
|-
| rowspan=2 style="text-align:center" | Previous:
{{#if: {{{previous_event|}}}|{{{previous_event|}}}|None}}
| style="text-align:center" | Next:
{{#if: {{{next_event|}}}|{{{next_event|}}}|None}}
|}</onlyinclude><!--
|}</onlyinclude><!--
-->
-->

Revision as of 19:28, 6 September 2022

Event/Card
[[File:|center|border|250px]]
Names
Default Event/Card
Missed unknown
Event Information
Location Unknown
Requirements unknown
Characters unknown
Repeatable no
Previous:

None

Next:

None

Technical Information
Internal Name ("Label") unknown
Render Name(s) ("Scene") unknown
Musictracks unknown
Added in Version unknown
Removed in Version unknown
Latest Revision in Version unknown
Notes unknown

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]]
}}