Template:Event/Card: Difference between revisions
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
|- {{#if: {{{missed_name|}}} || style="display: none;" }} | |- {{#if: {{{missed_name|}}} || style="display: none;" }} | ||
| Missed Event Name || {{#if: {{{missed_name|}}}|{{{missed_name|}}}|unknown}} | | Missed Event Name || {{#if: {{{missed_name|}}}|{{{missed_name|}}}|unknown}} | ||
|- | |||
! colspan=2 | Event Information | |||
|- | |- | ||
| Location || {{#if: {{{location|}}}|{{{location|}}}|Unknown}} | | Location || {{#if: {{{location|}}}|{{{location|}}}|Unknown}} | ||
|- {{#if: {{{requirements|}}} || style="display: none;" }} | |||
| Requirements || {{#if: {{{requirements|}}}|{{{requirements|}}}|unknown}} | |||
|- {{#if: {{{characters|}}} || style="display: none;" }} | |||
| [[Characters]] || {{#if: {{{characters|}}}|{{{characters|}}}|unknown}} | |||
|- {{#if: {{{repeatable|}}} || style="display: none;" }} | |||
| Repeatable || {{#if: {{{repeatable|}}}|{{{repeatable|}}}|no}} | |||
|- | |- | ||
! colspan=2 | Technical Information | ! colspan=2 | Technical Information | ||
|- {{#if: {{{internal_name|}}} || style="display: none;" }} | |- {{#if: {{{internal_name|}}} || style="display: none;" }} | ||
| Internal Name ("Label") || {{#if: {{{internal_name|}}}|{{{internal_name|}}}|unknown}} | | Internal Name ("Label") || {{#if: {{{internal_name|}}}|{{{internal_name|}}}|unknown}} | ||
|- {{#if: {{{internal_name|}}} || style="display: none;" }} | |- {{#if: {{{internal_name|}}} || style="display: none;" }} | ||
| Render Name(s) ("Scene") || {{#if: {{{render_name|}}}|{{{render_name|}}}|unknown}} | | Render Name(s) ("Scene") || {{#if: {{{render_name|}}}|{{{render_name|}}}|unknown}} | ||
|- {{#if: {{{music|}}} || style="display: none;" }} | |- {{#if: {{{music|}}} || style="display: none;" }} | ||
| Musictracks || {{#if: {{{music|}}}|{{{music|}}}|unknown}} | | Musictracks || {{#if: {{{music|}}}|{{{music|}}}|unknown}} | ||
Line 51: | Line 53: | ||
| location = | | location = | ||
| requirements = | | requirements = | ||
| characters = | |||
| repeatable = | |||
| internal_name = | | internal_name = | ||
| render_name = | | render_name = | ||
| music = | | music = | ||
| version_added = | | version_added = | ||
Line 72: | Line 74: | ||
| location = School | | location = School | ||
| requirements = {{Chika}} Lust -10 | | requirements = {{Chika}} Lust -10 | ||
| characters = {{Rin}} | |||
| repeatable = yes | |||
| internal_name = rindorm10 | | internal_name = rindorm10 | ||
| render_name = firsttimeforeverything, secondtimeforsecondthing | | render_name = firsttimeforeverything, secondtimeforsecondthing | ||
| music = Rawpiano.mp3 | | music = Rawpiano.mp3 | ||
| version_added = 4.20 | | version_added = 4.20 |
Revision as of 19:17, 6 September 2022
Information | |
---|---|
Name | Event/Card |
Event Information | |
Location | Unknown |
Technical Information | |
Previous:
None |
Next:
None |
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]]
}}