Template:Regional Price: Difference between revisions

From Horizon Wiki Mirror
Content deleted Content added
imported>Aramachus
Created page with "<includeonly><onlyinclude>{{Price|{{{1|}}}|{{{2|}}}}}</onlyinclude></includeonly> ==Usage== This template forwards all arguments to Template:Price. The reason for this template is to programmatically distinguish prices in dpl calls. This template works alongside Template:Guild Price and Template:Standard Price."
 
imported>Aramachus
testing cargo for item prices
 
Line 1: Line 1:
<includeonly><onlyinclude>{{Price|{{{1|}}}|{{{2|}}}}}</onlyinclude></includeonly>
<includeonly><onlyinclude>{{Price|{{{1|}}}|{{{2|}}}}}
{{#cargo_store:
_table = RegionalPrices
| Item = {{{item|{{PAGENAME}}}}}
| Low = {{{1|}}}
| High = {{{2|}}}
}}</onlyinclude></includeonly>
{{#cargo_declare:
_table = RegionalPrices
| Item = Page
| Low = Integer
| High = Integer
}}
==Usage==
==Usage==



Latest revision as of 10:42, 27 September 2025

This template defines the table "RegionalPrices". This table has not been created yet.

Usage

This template forwards all arguments to Template:Price. The reason for this template is to programmatically distinguish prices in dpl calls.

This template works alongside Template:Guild Price and Template:Standard Price.