Template:TradeTable/EntryByItem: Difference between revisions

From CrossCode Wiki
Jump to navigation Jump to search
m (Wrap example results in Template:TradeTable)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly>{{TradeDatabase/{{{1}}}/{{{2}}}|{{#ifeq: {{#if: {{{location|}}} | {{{location}}} | 0 }} | 1 | 1 | 0 }}}}</includeonly><noinclude>Includes TradeTable by ItemName (need to be added to the [[Template:TradeDatabase|Database]])
<includeonly>{{TradeDatabase/{{{1}}}/{{{2}}}|{{#ifeq: {{#if: {{{location|}}} | {{{location}}} | 0 }} | 1 | 1 | 0 }}}}[[Category:TradeDatabaseCall]]</includeonly><noinclude>Includes TradeTable by ItemName (need to be added to the [[Template:TradeDatabase|Database]])


Example (without location):
Example (without location):
<pre>{{TradeTable/EntryByItem|Chef Sandwich|1}}</pre> or <pre>{{TradeTable/EntryByItem|Chef Sandwich|1|location=0}}</pre>
<pre>{{TradeTable/EntryByItem|Chef Sandwich|1}}</pre> or <pre>{{TradeTable/EntryByItem|Chef Sandwich|1|location=0}}</pre>
Result:
Result:
{{TradeTable|
{{TradeTable/EntryByItem|Chef Sandwich|1}}
{{TradeTable/EntryByItem|Chef Sandwich|1}}
}}


Example (with location):
Example (with location):
<pre>{{TradeTable/EntryByItem|Chef Sandwich|1|location=1}}</pre>
<pre>{{TradeTable/EntryByItem|Chef Sandwich|1|location=1}}</pre>
Result:
Result:
{{TradeTable|
{{TradeTable/EntryByItem|Chef Sandwich|1|location=1}}
{{TradeTable/EntryByItem|Chef Sandwich|1|location=1}}
}}


== Database ==
== Database ==
Line 19: Line 23:


== Category ==
== Category ==
All containd items are listed in [[:Category:TradeContains]]. This category is usefull for a reverse search or for updating [[Trades By Component]]</noinclude>
All containd items are listed in [[:Category:TradeContains]]. This category is usefull for a reverse search or for updating [[Trades By Component]].
All pages that are using this Template can be found in [[:Category:TradeDatabaseCall]].</noinclude>

Latest revision as of 05:56, 25 March 2021

Includes TradeTable by ItemName (need to be added to the Database)

Example (without location):

{{TradeTable/EntryByItem|Chef Sandwich|1}}

or

{{TradeTable/EntryByItem|Chef Sandwich|1|location=0}}

Result:

Trade Offers
Chef Sandwich

Veggie Set Fruit Set Spice Set 950 Credits

Example (with location):

{{TradeTable/EntryByItem|Chef Sandwich|1|location=1}}

Result:

Trade Offers
Chef Sandwich

Veggie Set Fruit Set Spice Set 950 Credits

Rookie Harbor Marketplace (before reaching Bergen Trail), Bergen Village Trader's Den, Maroon Valley East Entrance, Ba'kii Kum Market, Rookie Harbor Falling Exit

Database

{{TradeTable/EntryByItem|Chef Sandwich|1}}

is including

{{TradeDatabase/Chef Sandwich/1}}

from the Database into the page. (Template:TradeDatabase/Chef_Sandwich/1)

Database scheme

{{TradeTable/EntryByItem|Itemname|Idname}}

Template:TradeDatabase/Itemname/Idname (parents contains a list of all subpages)

Category

All containd items are listed in Category:TradeContains. This category is usefull for a reverse search or for updating Trades By Component. All pages that are using this Template can be found in Category:TradeDatabaseCall.