Template:PMarket Row: Difference between revisions

From City of Heroes: Rebirth Wiki
Jump to navigation Jump to search
imported>Sekoia
m (removing stray newline)
imported>Sekoia
No edit summary
Line 7: Line 7:
| {{#if: {{{2|}}} | ${{PP2USD|{{{2}}}}} | {{red|??}} }}
| {{#if: {{{2|}}} | ${{PP2USD|{{{2}}}}} | {{red|??}} }}
| {{#if: {{{2|}}} | €{{PP2EUR|{{{2}}}}} | {{red|??}} }}
| {{#if: {{{2|}}} | €{{PP2EUR|{{{2}}}}} | {{red|??}} }}
| {{#if: {{{2|}}} | £{{PP2GBP|{{{2}}}}} | {{red|??}} }}</includeonly>
| {{#if: {{{2|}}} | £{{PP2GBP|{{{2}}}}} | {{red|??}} }}
</includeonly>
<noinclude>
<noinclude>
== Usage ==
== Usage ==

Revision as of 04:11, 20 January 2012


Usage

For use on Paragon Market and related pages.

{{PMarket Row|<Item Name>|<PP>|<Description>|<VIPs?>}}

There are four parameters, which are all technically optional, but all but VIP result in ?? if left out.

  • The first parameter is for the item name as listed on the market interface. Use a singular name if it comes in packs (i.e. Mission Architect Story Slot instead of Mission Architect Story Slot x5).
  • The second parameter, for Paragon Points, automatically translates the PP cost into the various real-world currencies.
  • The third parameter, is for a human-readable "long description" of the item.
  • The fourth parameter should be a Y if the item is included for free for VIPs, and should be left out if it is not.

Example

{{PMarket Start}}
{{PMarket Row|Standard Points Bundle|400|Example 1}}
{{PMarket Row|Super Duper Awesome Powerset|800|Example 2|Y}}
{{PMarket Row|Free Stuff|0|Example 3}}
{{PMarket Row}}
{{Table End}}
Item PP Date Added Info VIP $ US € EU £ UK
Standard Points Bundle 400 Example 1 2|. }} 2|, }} 2|. }}


Super Duper Awesome Powerset 800 Example 2 Y 2|. }} 2|, }} 2|. }}


Free Stuff 0 Example 3 2|. }} 2|, }} 2|. }}


?? ?? ?? ?? ?? ??


Template:Table End