Difference between revisions of "Template:Order totals"
Jump to navigation
Jump to search
(Created page with '{| class="wikitable" width="200px" !Savings |${{{savings|0}}} |- !Subtotal |${{{subtotal|0}}} |- !Shipping |${{{shipping|0}}} |- !Total |${{#expr: {{{subtotal|0}}} + {{{shipping|…') |
|||
Line 1: | Line 1: | ||
{| class="wikitable" width="200px" | {| class="wikitable" width="200px" | ||
!Savings | !Savings | ||
− | |${{{savings|0}}} | + | |${{format price| {{{savings|0}}} }} |
|- | |- | ||
!Subtotal | !Subtotal | ||
− | |${{{subtotal|0}}} | + | |${{format price| {{{subtotal|0}}} }} |
|- | |- | ||
!Shipping | !Shipping | ||
− | |${{{shipping|0}}} | + | |${{format price| {{{shipping|0}}} }} |
|- | |- | ||
!Total | !Total | ||
− | |${{#expr: {{{subtotal|0}}} + {{{shipping|0}}} }} | + | |${{format price| {{#expr: {{{subtotal|0}}} + {{{shipping|0}}} }} }} |
|}<noinclude> | |}<noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> |
Revision as of 21:18, 8 August 2010
Savings | $0.00 |
---|---|
Subtotal | $0.00 |
Shipping | $0.00 |
Total | $0.00 |
[edit] [ ] Template documentation
Usage
{{order totals |subtotal = |discountedsubtotal = |shipping = }}
Redirects
{{Adafruit totals}}
The above documentation is transcluded from Template:Order totals/doc. (edit | history) Editors can experiment in this template's sandbox (create) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |