Template:Event/Card: Difference between revisions
Thanathros (talk | contribs) No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
|- | |- | ||
| Name || {{PAGENAME}} | | Name || {{PAGENAME}} | ||
|- {{#if: {{{missed_name|}}} || style="display: none;" }} | |||
| Missed Event Name || {{#if: {{{missed_name|}}}|{{{missed_name|}}}|unknown}} | |||
|- | |- | ||
| Location || {{#if: {{{location|}}}|{{{location|}}}|Unknown}} | | Location || {{#if: {{{location|}}}|{{{location|}}}|Unknown}} | ||
Line 19: | Line 21: | ||
|- {{#if: {{{repeatable|}}} || style="display: none;" }} | |- {{#if: {{{repeatable|}}} || style="display: none;" }} | ||
| Repeatable || {{#if: {{{repeatable|}}}|{{{repeatable|}}}|no}} | | Repeatable || {{#if: {{{repeatable|}}}|{{{repeatable|}}}|no}} | ||
|- {{#if: {{{characters|}}} || style="display: none;" }} | |- {{#if: {{{characters|}}} || style="display: none;" }} | ||
| [[Characters]] || {{#if: {{{characters|}}}|{{{characters|}}}|unknown}} | | [[Characters]] || {{#if: {{{characters|}}}|{{{characters|}}}|unknown}} | ||
Line 48: | Line 48: | ||
{{Event/Card | {{Event/Card | ||
| picture = | | picture = | ||
| missed_name = | |||
| location = | | location = | ||
| requirements = | | requirements = | ||
Line 53: | Line 54: | ||
| render_name = | | render_name = | ||
| repeatable = | | repeatable = | ||
| characters = | | characters = | ||
| music = | | music = | ||
Line 69: | Line 69: | ||
{{Event/Card | {{Event/Card | ||
| picture = LordoftheLost.png | | picture = LordoftheLost.png | ||
| missed_name = Gotta Do What We Gotta Do | |||
| location = School | | location = School | ||
| requirements = {{Chika}} Lust -10 | | requirements = {{Chika}} Lust -10 | ||
Line 74: | Line 75: | ||
| render_name = firsttimeforeverything, secondtimeforsecondthing | | render_name = firsttimeforeverything, secondtimeforsecondthing | ||
| repeatable = yes | | repeatable = yes | ||
| characters = {{Rin}} | | characters = {{Rin}} | ||
| music = Rawpiano.mp3 | | music = Rawpiano.mp3 |
Revision as of 19:01, 6 September 2022
Information | |
---|---|
Name | Event/Card |
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 =
| internal_name =
| render_name =
| repeatable =
| characters =
| 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
| internal_name = rindorm10
| render_name = firsttimeforeverything, secondtimeforsecondthing
| repeatable = yes
| characters = {{Rin}}
| 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]]
}}