Difference between revisions of "Template:Part discount"
Jump to navigation
Jump to search
Stealthify (talk | contribs) m |
Stealthify (talk | contribs) m |
||
| Line 5: | Line 5: | ||
:'''Vender Options''': 3sx, ips, pampena, maximal, ninja, gzp | :'''Vender Options''': 3sx, ips, pampena, maximal, ninja, gzp | ||
| + | :'''Shipped Options''': 0, 1 | ||
==Display== | ==Display== | ||
| Line 51: | Line 52: | ||
|{{{normal_price}}} | |{{{normal_price}}} | ||
|{{{discount_price}}} {{#ifeq: {{{shipped}}} | 1 | Shipped |}} | |{{{discount_price}}} {{#ifeq: {{{shipped}}} | 1 | Shipped |}} | ||
| − | |{{#expr: (1-{{{discount_price}}}/{{{normal_price}}})* | + | |{{#expr: (1-{{{discount_price}}}/{{{normal_price}}})*100 round2}}% |
|} | |} | ||
</includeonly> | </includeonly> | ||
Revision as of 10:31, November 23, 2012
Overview[edit]
This template is used to create a new part discount line, generally used in Black Friday/Cyber Monday articles
- Vender Options: 3sx, ips, pampena, maximal, ninja, gzp
- Shipped Options: 0, 1
Display[edit]
| Part Name | Normal Price | Discounted Price | % Saved |
|---|---|---|---|
| Fidanza Aluminum Flywheel | 459.95 | 309.95 Shipped | 32.61% |
Usage[edit]
To add a new discount row, simple add the following to your article:
{{Part discount
| part_name=
| normal_price=
| discount_price=
| url_path=
| vender=
| shipped=
}}