Difference between revisions of "Template:EnhancementList"

From Fallen Sword Wiki
Jump to: navigation, search
Line 1: Line 1:
 
<noinclude> This template page isn't ready yet. Work in progress</noinclude>
 
<noinclude> This template page isn't ready yet. Work in progress</noinclude>
 
{{#if:{{{Attack|}}}|! John | Smith}}
 
{{#if:{{{Attack|}}}|! John | Smith}}
{{#if:{{{Armor|}}}|! Armor
+
{{#if:{{{Armor|}}}|! Armor* {{{Armor}}}}}
* {{{Armor}}}}}
+
 
+
 
<noinclude>
 
<noinclude>
 
== How to use this template ==
 
== How to use this template ==
Line 12: Line 10:
 
}}</nowiki></pre>
 
}}</nowiki></pre>
 
{{EnhancementList
 
{{EnhancementList
| Attack      = +...  
+
| Attack      = +Alpha  
| Armor      = -...
+
| Armor      = -Beta
 
}}
 
}}
 
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:52, 5 June 2008

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

Smith


How to use this template

{{EnhancementList
| Attack         =  
| Armor       =
}}
  • +Alpha:
  • -Beta:

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