Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:SkillPriceInfo: Difference between revisions

Template page
New template
 
Arin Mara (talk | contribs)
mNo edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<span style="cursor: help;" title="The skillbook for this skill costs {{{1}}} ISK">{{{1}}}&nbsp;ISK</span><noinclude>
<span style="cursor: help;" title="The skillbook for this skill costs {{{1}}}">{{{1}}}</span><noinclude>
 
{{documentation}}
== Documentation ==
</noinclude>
 
:This template shows the price of a skillbook, and generates a small tooltip (displayed when moving the mouse over the text) elaborating on the price. 
 
=== Syntax ===
 
<pre><nowiki>{{SkillPriceInfo | price }}</nowiki></pre>
 
;price
:Enter the price of the skillbook (when bought from NPCs). How much the skillbook costs. There is no need to put "ISK" after the price, as it is added automatically. Larger numbers should be abbreviated with ''k'' for thousand, ''M'' for million, and ''B'' for billion. If you don't have the exact price, then an approximation is acceptable (no need to put "~").  If there's a value range, put "-" between the two numbers (without spaces), and add the k, M, or B after the last number. Lastly, the correct fraction denominator is "." and not ",".
 
=== Examples ===
 
:<code><nowiki>{{SkillPriceInfo|10,000}}</nowiki></code> gives {{SkillPriceInfo|10,000}}.
:<code><nowiki>{{SkillPriceInfo|5.2M}}</nowiki></code> gives {{SkillPriceInfo|5.2M}}.
 
__NOTOC__ [[Category:Template]]</noinclude>