Difference between revisions of "Template:RecipeTableEntry"
From Paragon Wiki Archive
(New page: <noinclude> {| class="wikitable" </noinclude>|- | align=center | {{{level|''level''}}} | align=right | {{{buy|''purchase''}}} | align=right | {{{sell|''resale''}}} | align=right | {{{make|...) |
m (+cat) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
</noinclude>|- | </noinclude>|- | ||
| align=center | {{{level|''level''}}} | | align=center | {{{level|''level''}}} | ||
− | | align=right | {{{buy| | + | | align=right | {{formatnum:{{{buy|?}}}}} |
− | | align=right | {{{sell| | + | | align=right | {{formatnum:{{{sell|?}}}}} |
− | | align=right | {{{make| | + | | align=right | {{formatnum:{{{make|?}}}}} |
− | {{!}} rowspan={{{srows| | + | | align=right | {{formatnum:{{{mem|?}}}}} |
− | <noinclude> | + | {{#if:{{{salvage|}}}|{{!}} rowspan={{{srows|1}}} {{!}} {{{salvage|''salvage''}}}}}<noinclude> |
|} | |} | ||
{{clr}} | {{clr}} | ||
===Notes=== | ===Notes=== | ||
− | This is a line | + | This is a line for a recipe table. It is used with [[Template:RecipeHeader]] and [[Template:RecipeFooter]]. |
===Sample=== | ===Sample=== | ||
<pre>{| class="wikitable" | <pre>{| class="wikitable" | ||
− | {{RecipeTableEntry|level=10|buy= | + | {{RecipeTableEntry|level=10|buy=2000|sell=500|make=1000|mem=500|salvage={{ISalvage|Luck Charm|1}}}} |
|}</pre> | |}</pre> | ||
{| class="wikitable" | {| class="wikitable" | ||
− | {{RecipeTableEntry}} | + | {{RecipeTableEntry|level=10|buy=2000|sell=500|make=1000|mem=500|salvage={{ISalvage|Luck Charm|1}}}} |
− | |}</noinclude> | + | |} |
+ | [[Category:Invention System Templates]]</noinclude> |
Latest revision as of 22:29, 20 February 2008
level | ? | ? | ? | ? |
Notes
This is a line for a recipe table. It is used with Template:RecipeHeader and Template:RecipeFooter.
Sample
{| class="wikitable" {{RecipeTableEntry|level=10|buy=2000|sell=500|make=1000|mem=500|salvage={{ISalvage|Luck Charm|1}}}} |}
10 | 2,000 | 500 | 1,000 | 500 | 1 Luck Charm |