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 |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<!-- Page category --> | |||
{{#switch: {{{page_category|}}} | |||
| Character = [[Category:Characters]] | |||
| Servant = [[Category:Servants]] | |||
| Location = [[Category:Locations]] | |||
| Faction = [[Category:Factions]] | |||
| Lore = [[Category:Lore]] | |||
| Event = [[Category:Events]] | |||
| Thread = [[Category:Threads]] | |||
| Rule = [[Category:Rules]] | |||
| Guide = [[Category:Guides]] | |||
| Admin = [[Category:Admin]] | |||
| #default = [[Category:Uncategorized]] | |||
}} | |||
{{#switch: {{{ | <!-- Page type --> | ||
{{#switch: {{{page_type|}}} | |||
| Player Editable = [[Category:Player Editable]] | | Player Editable = [[Category:Player Editable]] | ||
| Canon Locked = [[Category:Canon Locked]] | | Canon Locked = [[Category:Canon Locked]] | ||
}} | }} | ||
{{#switch: {{{ | <!-- Optional status --> | ||
{{#switch: {{{page_status|}}} | |||
| Draft = [[Category:Draft]] | | Draft = [[Category:Draft]] | ||
| Proposal = [[Category:Proposal]] | | Proposal = [[Category:Proposal]] | ||
| = <!-- blank => no category --> | |||
}} | |||
<!-- Character type --> | |||
{{#switch: {{{character_type|}}} | |||
| Player Character = [[Category:Player Character]] | |||
| Minor Character = [[Category:Minor Character]] | |||
| NPC = [[Category:NPC]] | |||
| #default = | |||
}} | |||
<!-- Servant type --> | |||
{{#switch: {{{servant_type|}}} | |||
| Player Character = [[Category:Player Character]] | |||
| Minor Character = [[Category:Minor Character]] | |||
| NPC = [[Category:NPC]] | |||
| #default = | |||
}} | |||
<!-- Servant class --> | |||
{{#switch: {{{servant_class|}}} | |||
| Saber = [[Category:Saber Class Servants]] | |||
| Archer = [[Category:Archer Class Servants]] | |||
| Lancer = [[Category:Lancer Class Servants]] | |||
| Caster = [[Category:Caster Class Servants]] | |||
| Rider = [[Category:Rider Class Servants]] | |||
| Assassin = [[Category:Assassin Class Servants]] | |||
| Berserker = [[Category:Berserker Class Servants]] | |||
| #default = | |||
}} | |||
<!-- Location type --> | |||
{{#switch: {{{location_type|}}} | |||
| Greater Region = [[Category:Greater Region]] | |||
| Nomadic City = [[Category:Nomadic City]] | |||
| Landmark = [[Category:Landmark]] | |||
| Coordinate = [[Category:Coordinate]] | |||
| #default = | |||
}} | |||
<!-- Event type --> | |||
{{#switch: {{{event_type|}}} | |||
| Season = [[Category:Season]] | |||
| Event = [[Category:Event]] | |||
| #default = | |||
}} | }} | ||
</includeonly> | </includeonly> | ||