Difference between revisions of "Template:Vendor recipe row/doc"
From Project: Gorgon Wiki
(Remove category links. Added not used note.) |
|||
Line 1: | Line 1: | ||
− | |||
− | |||
== Description == | == Description == | ||
− | :Use this template to create a row in the table of recipes sold by a vendor. | + | :Use this template to create a row in the table of recipes sold by a vendor, if all parameters are known. This template functions identically to [[Template:Vendor item row]] except that it will always use a recipe icon, and requires all parameters. If not all parameters are known, use [[Template:Vendor item row]] instead. |
==Syntax== | ==Syntax== | ||
Line 15: | Line 13: | ||
== Parameters == | == Parameters == | ||
; item | ; item | ||
− | : The recipe name | + | : The recipe name. |
; cost | ; cost | ||
− | : | + | : The numerical cost eg. "15". If not provided, an empty column is shown. |
; favor | ; favor | ||
− | : | + | : The favor level at which the item is available. |
== Sample output == | == Sample output == | ||
Line 26: | Line 24: | ||
{{vendor recipe row | {{vendor recipe row | ||
− | | item = | + | | item = Sword: Decapitate |
− | | cost = | + | | cost = 123 |
| favor = Neutral | | favor = Neutral | ||
}} | }} | ||
Line 36: | Line 34: | ||
{{vendor recipe row | {{vendor recipe row | ||
− | | item = | + | | item = Sword: Decapitate |
− | | cost = | + | | cost = 123 |
| favor = Neutral | | favor = Neutral | ||
}} | }} | ||
Line 43: | Line 41: | ||
|} | |} | ||
− | == | + | == Note == |
− | + | * The sole intent is to improve the transcribing performance so that pages with many recipes can be added. | |
− | |||
− | |||
<includeonly> | <includeonly> | ||
<!-- Categories/interwikis for the template itself --> | <!-- Categories/interwikis for the template itself --> |
Revision as of 10:24, 22 April 2017
Description
- Use this template to create a row in the table of recipes sold by a vendor, if all parameters are known. This template functions identically to Template:Vendor item row except that it will always use a recipe icon, and requires all parameters. If not all parameters are known, use Template:Vendor item row instead.
Syntax
{{vendor recipe row | item = | cost = | favor = }}
Parameters
- item
- The recipe name.
- cost
- The numerical cost eg. "15". If not provided, an empty column is shown.
- favor
- The favor level at which the item is available.
Sample output
{| {{vendor recipe row | item = Sword: Decapitate | cost = 123 | favor = Neutral }} |}
123 councils | [Neutral] |
Note
- The sole intent is to improve the transcribing performance so that pages with many recipes can be added.