Difference between revisions of "Help:Table Forms"

From Krafties
Jump to navigation Jump to search
m
Line 5: Line 5:
 
{|class=purpletable style="margin:30px"
 
{|class=purpletable style="margin:30px"
 
|-
 
|-
!style=width:200px|Template !!style=width:300px|Code!!Description
+
!style=width:200px|Template !!style=width:200px|Code!!Description
 
|-
 
|-
 
|'''[[Template:RecipeCrafting|Crafting Recipes]]'''
 
|'''[[Template:RecipeCrafting|Crafting Recipes]]'''
|<code>{{[[:Template:RecipeCrafting|RecipeCrafting]]| | | | | }}</code> || For '''Crafting''' Recipes
+
|<code><nowiki>{{RecipeCrafting}}</nowiki></code> || For '''Crafting''' Recipes (view template for info)
 
|-
 
|-
 
|'''[[Template:RecipeEnchanting|Enchanting Recipes]]'''
 
|'''[[Template:RecipeEnchanting|Enchanting Recipes]]'''
|<code>{{[[Template:RecipeEnchanting|RecipeEnchanting]]| | | | | | }}</code> || For '''Enchanting''' Recipes
+
|<code><nowiki>{{RecipeEnchanting}}</nowiki></code> || For '''Enchanting''' Recipes (view template for info)
 
|-
 
|-
 
|'''[[Template:RecipeSoul|Soul Recipe]]
 
|'''[[Template:RecipeSoul|Soul Recipe]]
|<code>{{[[Template:RecipeSoul|RecipeSoul]]| | | | | | }}</code> || For '''Soul Requirements'''
+
|<code><nowiki>{{RecipeSoul}}</nowiki></code> || For '''Soul Requirements''' (view template for info)
 
|}
 
|}
  
Line 22: Line 22:
 
{|class=purpletable style="margin:30px"
 
{|class=purpletable style="margin:30px"
 
|-
 
|-
!style=width:200px|Template !!style=width:300px|Code!!Description
+
!style=width:200px|Template !!style=width:200px|Code!!Description
 
|-
 
|-
 
|'''[[Template:LearnSpell|Learning Spells Table]]'''
 
|'''[[Template:LearnSpell|Learning Spells Table]]'''
 
|
 
|
:<code>{{[[Template:CombatSpells|CombatSpells]]| | }}</code>
+
:<code>{{[[Template:CombatSpells|CombatSpells]]}}</code>
:<code>{{[[Template:HealingSpells|HealingSpells]]| | }}</code>
+
:<code>{{[[Template:HealingSpells|HealingSpells]]}}</code>
:<code>{{[[Template:MentalSpells|MentalSpells]]| | }}</code>
+
:<code>{{[[Template:MentalSpells|MentalSpells]]}}</code>
|They are a base for '''"Learning spells"''' table
+
|Each of the tables is different color theme, else they are all identical
:made to be used with <code>{{[[:Template:LearnSpell|LearnSpell]]}}</code>
+
*View [[:Template:LearnSpell|LearnSpell]] template for information on use
 
|}
 
|}

Revision as of 05:28, 8 November 2014

Our Wiki Help Pages
General Mediawiki Helpguides

Recipe Forms

Just fill in the information in the right order and everything should turn out right

  • Check the template page itself for further information
Template Code Description
Crafting Recipes {{RecipeCrafting}} For Crafting Recipes (view template for info)
Enchanting Recipes {{RecipeEnchanting}} For Enchanting Recipes (view template for info)
Soul Recipe {{RecipeSoul}} For Soul Requirements (view template for info)

Spell Forms

Some of these require using templates with other templates to complete the tables

  • Detailed information about template usage is on the templates themselves
Template Code Description
Learning Spells Table
{{CombatSpells}}
{{HealingSpells}}
{{MentalSpells}}
Each of the tables is different color theme, else they are all identical