Template:Custom: Difference between revisions
(Create custom content template) |
(Add custom content styles) |
||
Line 1: | Line 1: | ||
Custom Content | <includeonly> | ||
{|style="border:2px solid black;" width=100% | |||
|align="center"|<big>'''Custom Content'''</big><br />This page is for custom content on Sundering. | |||
|} | |||
{{#ifeq:{{lc:{{{Event|false}}}}}|true|[[Category:Events (Custom)]]|}}{{#ifeq:{{lc:{{{Creature|false}}}}}|true|[[Category:Creatures (Custom)]]|}}{{#ifeq:{{lc:{{{Dungeon|false}}}}}|true|[[Category:Dungeons (Custom)]]|}}{{#ifeq:{{lc:{{{POI|false}}}}}|true|[[Category:Points of Interest (Custom)]]|}}{{#ifeq:{{lc:{{{Quest NPC|false}}}}}|true|[[Category:Quest NPCs (Custom)]]|}}{{#ifeq:{{lc:{{{Vendor NPC|false}}}}}|true|[[Category:Vendor NPCs (Custom)]]|}}{{#ifeq:{{lc:{{{Misc NPC|false}}}}}|true|[[Category:Misc NPCs (Custom)]]|}}{{#ifeq:{{lc:{{{Quest|false}}}}}|true|[[Category:Quests (Custom)]]|}}{{#ifeq:{{lc:{{{Armor|false}}}}}|true|[[Category:Armor (Custom)]]|}}{{#ifeq:{{lc:{{{Clothing|false}}}}}|true|[[Category:Clothing (Custom)]]|}}{{#ifeq:{{lc:{{{Consumable|false}}}}}|true|[[Category:Consumables (Custom)]]|}}{{#ifeq:{{lc:{{{Jewelry|false}}}}}|true|[[Category:Jewelry (Custom)]]|}}{{#ifeq:{{lc:{{{Quest Item|false}}}}}|true|[[Category:Quest Items (Custom)]]|}}{{#ifeq:{{lc:{{{Text|false}}}}}|true|[[Category:Text Items (Custom)]]|}}{{#ifeq:{{lc:{{{Weapon|false}}}}}|true|[[Category:Weapons (Custom)]]|}}{{#ifeq:{{lc:{{{Misc Item|false}}}}}|true|[[Category:Misc Items (Custom)]]|}}</includeonly> | |||
<noinclude> | |||
== Syntax == | |||
<pre> | |||
{{Custom | |||
| Event = False | |||
| Creature = False | |||
| Dungeon = False | |||
| POI = False | |||
| Quest NPC = False | |||
| Vendor NPC = False | |||
| Misc NPC = False | |||
| Quest = False | |||
| Armor = False | |||
| Clothing = False | |||
| Consumable = False | |||
| Jewelry = False | |||
| Quest Item = False | |||
| Text = False | |||
| Weapon = False | |||
| Misc Item = False | |||
}} | |||
</pre> | |||
== Usage == | |||
This is placed on content pages that for custom content on Levistras. | |||
This template will create a banner at the top of the page, and categorize the page with the proper custom content categories, based on the flags you have set to true. If no flags are set to true, the banner will still appear. This banner appears as follows: | |||
{{Custom}} | |||
This template can be shortened. For example, if marking a custom quest, you only need to add: | |||
<pre> | |||
{{Custom|Quest=True}} | |||
</pre> | |||
[[Category:Wiki Template]] | |||
</noinclude> |
Revision as of 22:27, 18 January 2024
Syntax
{{Custom | Event = False | Creature = False | Dungeon = False | POI = False | Quest NPC = False | Vendor NPC = False | Misc NPC = False | Quest = False | Armor = False | Clothing = False | Consumable = False | Jewelry = False | Quest Item = False | Text = False | Weapon = False | Misc Item = False }}
Usage
This is placed on content pages that for custom content on Levistras.
This template will create a banner at the top of the page, and categorize the page with the proper custom content categories, based on the flags you have set to true. If no flags are set to true, the banner will still appear. This banner appears as follows:
Custom Content This page is for custom content on Sundering. |
This template can be shortened. For example, if marking a custom quest, you only need to add:
{{Custom|Quest=True}}