Template:Paymentmethod

From Istaria Lexica

Paymentmethod is being paid using:
an unknown payment method
1 piece has a value of 10 copper.

For an item offered for 56 copper you have to provide:
6 pieces.
Template documentation (for the template shown above, sometimes hidden or invisible)

Description[edit]

Used to show a hint about the payment method on certain NPCs who do not accept coin for payment.


Syntax[edit]

{{Paymentmethod|title=|method=|value=|currency=}}

Parameters[edit]

 
{{Paymentmethod
|title    = alternative title for the headline. Defaults to: {{PAGENAME}} is being paid using {{{method|an unknown payment method}}}
|method   = accepted payment method (imperial rank token, token of gratitude, etc.). Provide as link if possible.
|value    = How much is a piece (method) worth, in currency? Integer only.
|currency = What is the used currency? (copper, silver, gold, etc.) Integer only.
}}

Examples[edit]

default title, some values[edit]

{{Paymentmethod
|title    = 
|method   = [[Imperial Quartermaster Token]]
|value    = 7
|currency = silver
}}

Results in..

Paymentmethod is being paid using:
Imperial Quartermaster Token
1 Imperial Quartermaster Token has a value of 7 silver.

For an item offered for 56 silver you have to provide:
8 Imperial Quartermaster Token.

no method[edit]

{{Paymentmethod
|title    = 
|method   = 
|value    = 7
|currency = silver
}}

Results in..

Paymentmethod is being paid using:
an unknown payment method
1 piece has a value of 7 silver.

For an item offered for 56 silver you have to provide:
8 pieces.
Visit Template:Paymentmethod/doc to edit this text. (How to: document correctly)