Difference between revisions of "Template:EnhancementList"

From Fallen Sword Wiki
Jump to: navigation, search
Line 2: Line 2:
 
{{#if:{{{Attack|}}}|! Attack
 
{{#if:{{{Attack|}}}|! Attack
 
* {{{Attack}}}}}
 
* {{{Attack}}}}}
 +
{{#if:{{{Armor|}}}|! Armor
 +
* {{{Armor}}}}}
  
 
<noinclude>
 
<noinclude>
Line 7: Line 9:
 
<pre><nowiki>
 
<pre><nowiki>
 
{{EnhancementList
 
{{EnhancementList
| name         =   
+
| Attack         =   
 
| Armor      =
 
| Armor      =
 
}}</nowiki></pre>
 
}}</nowiki></pre>
 
{{EnhancementList
 
{{EnhancementList
| name        =   
+
| Attack      = +...  
| Armor      =
+
| Armor      = -...
 
}}
 
}}
 
Copy the code above into your page and replace the voids with the appropriate values. If you want that a particular enhancement does '''not''' appear in your page, you can either remove its line from the code or you can simply leave it there and not specify a value.
 
Copy the code above into your page and replace the voids with the appropriate values. If you want that a particular enhancement does '''not''' appear in your page, you can either remove its line from the code or you can simply leave it there and not specify a value.

Revision as of 14:30, 5 June 2008

This template page isn't ready yet. Work in progress



How to use this template

{{EnhancementList
| Attack         =  
| Armor       =
}}
  • +...:
  • -...:

Copy the code above into your page and replace the voids with the appropriate values. If you want that a particular enhancement does not appear in your page, you can either remove its line from the code or you can simply leave it there and not specify a value.

Do not change the code above : copy it