Template:PageMeta: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly> '''Editability:''' {{{editability|}}} '''Status:''' {{{status|}}} {{#switch: {{{editability|}}} | Player Editable = Category:Player Editable | Canon Locked = Category:Canon Locked }} {{#switch: {{{status|}}} | Draft = Category:Draft | Proposal = Category:Proposal }} </includeonly>" |
No edit summary |
||
| Line 2: | Line 2: | ||
'''Editability:''' {{{editability|}}} | '''Editability:''' {{{editability|}}} | ||
'''Status:''' {{{status|}}} | '''Status:''' {{{status|}}} | ||
'''Servant Class:''' {{{servant_class|}}} | |||
{{# | {{#if: {{{editability|}}} | ||
| | | {{#switch: {{{editability}}} | ||
| Draft = [[Category:Player Editable]] | |||
| Proposal = [[Category:Canon Locked]] | |||
| #default = [[Category:Pages with invalid editability]] | |||
<span class="error">Invalid status: {{{editability}}}. Use Player Editable or Canon Locked.</span> | |||
}} | |||
}} | }} | ||
{{# | {{#if: {{{status|}}} | ||
| Draft = [[Category:Draft]] | | {{#switch: {{{status}}} | ||
| Draft = [[Category:Draft]] | |||
| Proposal = [[Category:Proposal]] | |||
| #default = [[Category:Pages with invalid status]] | |||
<span class="error">Invalid status: {{{status}}}. Use Draft or Proposal.</span> | |||
}} | |||
}} | |||
{{#if: {{{servant_class|}}} | |||
| {{#switch: {{{servant_class}}} | |||
| Saber = [[Category:Saber]] | |||
| Archer = [[Category:Archer]] | |||
| Lancer = [[Category:Lancer]] | |||
| Rider = [[Category:Rider]] | |||
| Caster = [[Category:Caster]] | |||
| Assassin = [[Category:Assassin]] | |||
| Berserker = [[Category:Berserker]] | |||
| #default = [[Category:Pages with invalid servant class]] | |||
<span class="error">Invalid servant class: {{{servant_class}}}.</span> | |||
}} | |||
}} | }} | ||
</includeonly> | </includeonly> | ||