Difference between revisions of "Template:RecipeCrafting"

From Krafties
Jump to navigation Jump to search
m
m
 
(38 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<onlyinclude>{| class="bluetable" style="width:500px;margin-left:30px;"
+
<onlyinclude>
!colspan=3|{{{1}}}, ''recipe'' <br>''using a [[Crafting Temple]]''
+
{| class="bluetable mw-collapsible mw-expanded" style="width:600px;margin-left:30px;"
 +
!rowspan=8 style="width:100px;background-color:#5eadff;"|[[File:{{{image|Logo big.png}}}|frameless|upright|100px|link=]]
 +
!colspan=3|{{{1}}}<br>''[[Crafting Recipes|<span style="color:#000">crafting recipe</span>]] using a [[Crafting Temple]]''
 
|-
 
|-
 
![[Skills|<span style="color:#000;">Skill Requirement</span>]] !!Ingredients
 
![[Skills|<span style="color:#000;">Skill Requirement</span>]] !!Ingredients
 
|-
 
|-
|style=text-align:center|''Crafting'' level '''{{{2}}}'''  
+
|style=text-align:center|''Crafting'' level '''{{{level|?}}}'''  
 
|rowspan=3|
 
|rowspan=3|
{{{4}}}
+
{{{ingredients|unspecified}}}
 
|-
 
|-
 
![[Energy|<span style="color:#000;">Energy Cost</span>]]  
 
![[Energy|<span style="color:#000;">Energy Cost</span>]]  
 
|-
 
|-
|style=text-align:center|{{{3}}}
+
|style=text-align:center|{{{energy|unspecified}}}
 
|-
 
|-
 
!colspan=3|Additional Information
 
!colspan=3|Additional Information
 
|-
 
|-
|colspan=3|{{{5| }}}
+
|colspan=3|
|}
+
{{{information| }}}
 
+
|-
</onlyinclude>
+
|style="text-align:center"|'''[[Experience|<span style="color:#000;">Crafting Experience:</span>]]''' {{{exp|unspecified}}}
{{TemplateExplanation|
+
|style="text-align:center"|'''[[Experience|<span style="color:#000;">Timer:</span>]]''' {{{time|unspecified}}} sec.
[[Category:Templates]]
+
|}</onlyinclude>
 
+
{{Documentation}}
you fill it in the right order, then all info goes in the right place
 
===<code><nowiki>{{RecipeCrafting| | | | | }}</nowiki></code>===
 
*How to fill the form <code><nowiki>{{RecipeCrafting|1|2|3|4|5}}</nowiki></code>
 
*#Name of Item
 
*#Required Level
 
*#Energy Cost
 
*#Ingredients
 
*#'''Optional:''' Additional Information
 
 
 
==Example==
 
<pre>{{RecipeCrafting|Attack Rune|6|150|
 
*1 Vial of Water
 
*1 Garleese Bulb
 
|This item will add a variable amount of attack levels to your active Kraftie, for a variable amount of time. This item is intended for "single use"}}
 
</pre>
 
{{RecipeCrafting|Attack Rune|6|150|
 
*1 Vial of Water
 
*1 Garleese Bulb
 
|This item will add a variable amount of attack levels to your active Kraftie, for a variable amount of time. This item is intended for "single use"}}
 
==Tips==
 
:Try using <code>{{[[Template:Energy|Energy]]|}}</code> and <code>{{[[Template:GoldDiscount|GoldDiscount]]|}}</code> with these forms.
 
:'''Example:''' <code><nowiki>{{Energy|300}} {{GoldDiscount|200}}</nowiki></code> becomes '''{{Energy|300}} {{GoldDiscount|200}}'''
 
==See Also==
 
*[[Template:RecipeEnchanting|Template for '''Enchanting Recipes''']]
 
*[[Template:RecipeSoul|Template for '''Soul Requirements''']]
 
</noinclude>
 
}}
 

Latest revision as of 06:03, 5 May 2017

Logo big.png {{{1}}}
crafting recipe using a Crafting Temple
Skill Requirement Ingredients
Crafting level ?

unspecified

Energy Cost
unspecified
Additional Information
Crafting Experience: unspecified Timer: unspecified sec.
Documentation icon Template documentation ( view · talk · edit)

you fill it in the right order, then all info goes in the right place

Usage[edit]

  • How to fill the form {{RecipeCrafting|Name of Item|level=|energy=|ingredients=|information=|exp=}}
    1. Name of Item (this needs to come first)
    2. Rest of the commands, no specific order (if you leave it out, it'll use the text displayed in the table above)
      • level= the level number
      • energy= the energy cost
      • ingredients= list of ingredients
      • information= extra information
      • exp= how much exp crafting this item earns
      • time= how long does it to craft this item
  • image= add image file name

Tips[edit]

Try using {{Energy|}} and {{GoldDiscount|}} with these forms.
Example: {{Energy|300}} {{GoldDiscount|200}} becomes 300E (Gold: 200E)

See Also[edit]

The above documentation is transcluded from Template:RecipeCrafting/doc.
Editors can experiment in this template's sandbox
Please add categories to the /doc subpage within <includeonly>...</includeonly>