Calculator:Magic/Aurum: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#widget:AurumCalculator}} <!-- This brings in the scroll price & quantity input + JS --> | |||
{{#widget:AurumCalculator}} | |||
<table id="aurum-table" border="1"> | <table id="aurum-table" border="1"> | ||
Line 22: | Line 12: | ||
</thead> | </thead> | ||
<tbody> | <tbody> | ||
{{#cargo_query: | |||
tables=Items | |||
|fields=name,buyprice | |||
|where=name IN ('Item A','Item B','Item C') <!-- Replace with your actual item names --> | |||
|format=template | |||
|template=Calculator/Magic/Aurum | |||
}} | |||
</tbody> | </tbody> | ||
</table> | </table> |