Template:Event/Card: Difference between revisions
Thanathros (talk | contribs) No edit summary |
(Changing parameter names to more descriptive names) |
||
Line 11: | Line 11: | ||
|- | |- | ||
! colspan=2 | Technical Information | ! colspan=2 | Technical Information | ||
|- {{#if: {{{ | |- {{#if: {{{requirements|}}} || style="display: none;" }} | ||
| Requirements || {{#if: {{{ | | Requirements || {{#if: {{{requirements|}}}|{{{requirements|}}}|unknown}} | ||
|- {{#if: {{{ | |- {{#if: {{{internal_name|}}} || style="display: none;" }} | ||
| Internal Name || {{#if: {{{ | | Internal Name || {{#if: {{{internal_name|}}}|{{{internal_name|}}}|unknown}} | ||
|- {{#if: {{{repeatable|}}} || style="display: none;" }} | |- {{#if: {{{repeatable|}}} || style="display: none;" }} | ||
| Repeatable || {{#if: {{{repeatable|}}}|{{{repeatable|}}}|no}} | | Repeatable || {{#if: {{{repeatable|}}}|{{{repeatable|}}}|no}} | ||
|- {{#if: {{{ | |- {{#if: {{{missed_name|}}} || style="display: none;" }} | ||
| Missed Event Name || {{#if: {{{ | | Missed Event Name || {{#if: {{{missed_name|}}}|{{{missed_name|}}}|unknown}} | ||
|- {{#if: {{{ | |- {{#if: {{{characters|}}} || style="display: none;" }} | ||
| [[Characters]] || {{#if: {{{ | | [[Characters]] || {{#if: {{{characters|}}}|{{{characters|}}}|unknown}} | ||
|- {{#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: | | rowspan=2 style="text-align:center" | Previous: | ||
{{#if: {{{ | {{#if: {{{previous_event|}}}|{{{previous_event|}}}|None}} | ||
| style="text-align:center" | Next: | | style="text-align:center" | Next: | ||
{{#if: {{{ | {{#if: {{{next_event|}}}|{{{next_event|}}}|None}} | ||
|}</onlyinclude><!-- | |}</onlyinclude><!-- | ||
--> | --> | ||
Line 39: | Line 39: | ||
| picture = | | picture = | ||
| location = | | location = | ||
| | | requirements = | ||
| | | internal_name = | ||
| repeatable = | | repeatable = | ||
| | | missed_name = | ||
| | | characters = | ||
| notes = | | notes = | ||
| | | previous_event = | ||
| | | next_event = | ||
}} | }} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 56: | Line 56: | ||
| picture = LordoftheLost.png | | picture = LordoftheLost.png | ||
| location = School | | location = School | ||
| | | requirements = {{Chika}} Lust -10 | ||
| | | internal_name = rindorm10 | ||
| repeatable = yes | | repeatable = yes | ||
| | | missed_name = Gotta Do What We Gotta Do | ||
| | | characters = {{Rin}} | ||
| notes = No notes! | | notes = No notes! | ||
| | | previous_event = [[Previous Event]] | ||
| | | next_event = [[Next Event]] | ||
}} | }} | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 21:12, 15 November 2020
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 =
| location =
| requirements =
| internal_name =
| repeatable =
| missed_name =
| characters =
| notes =
| previous_event =
| next_event =
}}
Example:
For this Event we assume the page is called "Lord of the Lost"
{{Event/Card
| picture = LordoftheLost.png
| location = School
| requirements = {{Chika}} Lust -10
| internal_name = rindorm10
| repeatable = yes
| missed_name = Gotta Do What We Gotta Do
| characters = {{Rin}}
| notes = No notes!
| previous_event = [[Previous Event]]
| next_event = [[Next Event]]
}}