Difference between revisions of "Template:Ex Testing"

From Project: Gorgon Wiki
Jump to: navigation, search
m
m (Replaced content with "<!-- Used for testing templates -->")
Line 1: Line 1:
{| style="margin:1px; border:1px solid#423930; float:right; text-align:left; position:relative; border-radius:5px; background:#1e1615ff;" cellpadding="5"
+
<!-- Used for testing templates -->
|{{Item icon|{{{name}}}}}
 
|<div class="ib-tbl-hdt">{{{name|name}}}</div>
 
|-
 
{{ #if:{{{skillreqs|}}}|{{pipe}}- valign="top" ! style= "width:400px;" colspan="2" align="left"
 
{{pipe}} <div class="block2" style="color:#95263B" width:"400px;">{{{skillreqs}}}</div>
 
}}
 
|-
 
| style= "width:400px;" colspan="2" align="left" | <div class="block2" style="color:#ffffff" width:"400px;">{{{description|-}}}</div>
 
|- valign="top"
 
! colspan="2"| <div class="block2" style="color:#ffffff;">{{{basemods|-}}}</div>
 
|-
 
! colspan="2" align="left"| <div class="block2" style="color:#ffffff;"> Value: {{{value|-}}}</div>
 
|-
 
| style= "width:400px;" colspan="2" align="left" | {{{extra|-}}}
 
|}
 
<noinclude>
 
{{clear}}__NOTOC__
 
 
 
 
 
==Syntax==
 
<pre>
 
{{Ex Testing
 
|name =
 
|skillreqs=
 
|description=
 
|basemods=
 
|value=
 
|extra=
 
}}
 
</pre>
 
{{Ex Testing
 
|name = Basic Boots
 
|description = Sturdy and fashionable, if not especially protective.
 
|basemods ={{Attribute|MAX_ARMOR|+15}}<br>{{Attribute|COMBAT_REFRESH_ARMOR_DELTA|+2}}
 
|value = 30
 
|extra = {{Spoiler|
 
|{{ITEM EXTRA infobox
 
| craftpoints = 100
 
| equipslot = Feet
 
| stack =  1
 
| keywords = {{KW|Armor}}{{KW|ArmorOrShield}}{{KW|Equipment}}{{KW|Feet}} {{KW|MetalArmor}}{{KW|MetalBoots}}{{KW|MetalDyeableArmor}}{{KW|Stock}}
 
}}}}
 
}}
 
{{Ex Testing
 
|name = Fire Dust
 
|description = This bright red powder always feels warm to the touch.
 
|basemods =
 
|value = 90
 
|extra = {{Spoiler|
 
|{{ITEM EXTRA infobox
 
| stack =  99
 
| keywords = {{KW|AlchemyIngredient}}{{KW|FireDust}}{{KW|MagicDust}}
 
}}}}
 
}}
 
{{Ex Testing
 
|name = Windstep Shoes
 
|skillreqs= Endurance 40
 
|description = Popular with elven messengers, these elegant cloth footwraps make your feet move much faster! But they don't protect your feet very well, so you'll need significant endurance to tolerate the numerous stubbed toes and sprained ankles.
 
|basemods ={{Attribute|MAX_ARMOR|+25}}<br>{{Attribute|SPRINT_BOOST|+2}}<br>{{Attribute|COMBAT_REFRESH_HEALTH_DELTA|+30}}<br>{{Attribute|COMBAT_REFRESH_POWER_DELTA|+27}}
 
|value = 150
 
|extra = {{Spoiler|
 
|{{ITEM EXTRA infobox
 
| craftpoints = 100
 
| equipslot = Feet
 
| stack =  1
 
| keywords = {{KW|Armor}}{{KW|ArmorOrShield}}{{KW|Equipment}}{{KW|Feet}} {{KW|ClothArmor}}{{KW|ClothBoots}}{{KW|ClothDyableArmor}}{{KW|Fashionable}}{{KW|Loot}}
 
}}}}
 
}}
 

Revision as of 22:13, 21 February 2020