Difference between revisions of "Template:Custom"

From Levistras
Jump to navigation Jump to search
(Created page with " <includeonly> {|border=3 style="border:cyan;" width=100% |align="center"|<big>'''Custom Content'''</big><br />This page is for custom content on Levistras. |} {{#ifeq:{{lc:{{...")
 
m (fixing styles)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
 
<includeonly>
 
<includeonly>
{|border=3 style="border:cyan;" width=100%
+
{|style="border:2px solid cyan;" width=100%
 
|align="center"|<big>'''Custom Content'''</big><br />This page is for custom content on Levistras.
 
|align="center"|<big>'''Custom Content'''</big><br />This page is for custom content on Levistras.
 
|}
 
|}
{{#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:{{{Weapon|false}}}}}|true|[[Category:Weapons (Custom)]]|}}{{#ifeq:{{lc:{{{Misc Item|false}}}}}|true|[[Category:Misc Items (Custom)]]|}}</includeonly><noinclude>
+
{{#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 ==
 
== Syntax ==
 
<pre>
 
<pre>
 
{{Custom
 
{{Custom
  | Creature = False
+
  |     Event = False
  | Dungeon = False
+
Creature = False
  | POI = False
+
  |   Dungeon = False
  | Quest NPC = False
+
  |       POI = False
 +
  | Quest NPC = False
 
  | Vendor NPC = False
 
  | Vendor NPC = False
  | Misc NPC = False
+
  |   Misc NPC = False
  | Quest = False
+
  |     Quest = False
  | Armor = False
+
  |     Armor = False
  | Clothing = False
+
  |   Clothing = False
 
  | Consumable = False
 
  | Consumable = False
  | Jewelry = False
+
  |   Jewelry = False
 
  | Quest Item = False
 
  | Quest Item = False
  | Weapon = False
+
  |       Text = False
  | Misc Item = False
+
|    Weapon = False
 +
  | Misc Item = False
 
}}
 
}}
 
</pre>
 
</pre>
Line 27: Line 29:
 
== Usage ==
 
== Usage ==
 
This is placed on content pages that for custom content on Levistras.
 
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]]
 
[[Category:Wiki Template]]
 
</noinclude>
 
</noinclude>

Latest revision as of 12:07, 28 September 2021


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 Levistras.


This template can be shortened. For example, if marking a custom quest, you only need to add:

{{Custom|Quest=True}}