Template:Event/Card: Difference between revisions

No edit summary
(Changing parameter names to more descriptive names)
Line 11: Line 11:
|-
|-
! colspan=2 | Technical Information
! colspan=2 | Technical Information
|- {{#if: {{{requires|}}} || style="display: none;" }}
|- {{#if: {{{requirements|}}} || style="display: none;" }}
| Requirements || {{#if: {{{requires|}}}|{{{requires|}}}|unknown}}
| Requirements || {{#if: {{{requirements|}}}|{{{requirements|}}}|unknown}}
|- {{#if: {{{internal|}}} || style="display: none;" }}
|- {{#if: {{{internal_name|}}} || style="display: none;" }}
| Internal Name || {{#if: {{{internal|}}}|{{{internal|}}}|unknown}}
| 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: {{{missedname|}}} || style="display: none;" }}
|- {{#if: {{{missed_name|}}} || style="display: none;" }}
| Missed Event Name || {{#if: {{{missedname|}}}|{{{missedname|}}}|unknown}}
| Missed Event Name || {{#if: {{{missed_name|}}}|{{{missed_name|}}}|unknown}}
|- {{#if: {{{chars|}}} || style="display: none;" }}
|- {{#if: {{{characters|}}} || style="display: none;" }}
| [[Characters]] || {{#if: {{{chars|}}}|{{{chars|}}}|unknown}}
| [[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: {{{prev|}}}|{{{prev|}}}|None}}  
{{#if: {{{previous_event|}}}|{{{previous_event|}}}|None}}  
| style="text-align:center" | Next:  
| style="text-align:center" | Next:  
{{#if: {{{next|}}}|{{{next|}}}|None}}
{{#if: {{{next_event|}}}|{{{next_event|}}}|None}}
|}</onlyinclude><!--
|}</onlyinclude><!--
-->
-->
Line 39: Line 39:
| picture =
| picture =
| location =
| location =
| requires =
| requirements =
| internal =
| internal_name =
| repeatable =
| repeatable =
| missedname =
| missed_name =
| chars =
| characters =
| notes =
| notes =
| prev =
| previous_event =
| next =
| next_event =
}}
}}
</syntaxhighlight>
</syntaxhighlight>
Line 56: Line 56:
| picture = LordoftheLost.png
| picture = LordoftheLost.png
| location = School
| location = School
| requires = {{Chika}} Lust -10
| requirements = {{Chika}} Lust -10
| internal = rindorm10
| internal_name = rindorm10
| repeatable = yes
| repeatable = yes
| missedname = Gotta Do What We Gotta Do
| missed_name = Gotta Do What We Gotta Do
| chars = {{Rin}}
| characters = {{Rin}}
| notes = No notes!
| notes = No notes!
| prev = [[Previous Event]]
| previous_event = [[Previous Event]]
| next = [[Next Event]]
| next_event = [[Next Event]]
}}
}}
</syntaxhighlight>
</syntaxhighlight>

Revision as of 21:12, 15 November 2020

Event/Card
[[File:|center|border|250px]]
Information
Name Event/Card
Location Unknown
Technical Information
Requirements unknown
Internal Name unknown
Repeatable no
Missed Event Name unknown
Characters unknown
Notes unknown
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]]
}}