Calculator:Magic/Aurum: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
{{#widget:Calculator/Magic/Aurum}} <!-- Your input + JS widget -->
{{#widget:Calculator/Magic/Aurum}}


<html>
<table id="aurum-table" border="1">
<table id="aurum-table" border="1">
   <thead>
   <thead>
Line 11: Line 12:
     </tr>
     </tr>
   </thead>
   </thead>
   {{#cargo_query:
   <tbody>
    tables=Items
</html>
    |fields=name,buyprice
 
    |where=name IN ('Item A','Item B','Item C')
{{#cargo_query:
    |format=template
tables=Items
    |template=Calculator/Magic/Aurum
|fields=name,buyprice
  }}
|where=name IN ('Item A','Item B','Item C')
|format=template
|template=Calculator/Magic/Aurum
}}
 
<html>
  </tbody>
</table>
</table>
</html>