Jump to content

Template:Infobox module/profitcalc: Difference between revisions

From UFOpaedia
Madned (talk | contribs)
start
 
Madned (talk | contribs)
m adjusted value to use #expr function
Line 2: Line 2:
|-
|-
! {{StdTable_Sub_Heading}} | Net Manufacturing Profit
! {{StdTable_Sub_Heading}} | Net Manufacturing Profit
| ${{formatnum:{{{1}}}-({{{2}}}x{{{3}}})}}  
| ${{formatnum:{{#expr:{{{1}}}-({{{2}}}*{{{3}}})}}}}  
|}</includeonly><noinclude>
|}</includeonly><noinclude>
template to display calculated manufacturing cost or Real Manufacturing Cost = Sale Price - ($Profit/Hr x Engineer Hours)<br>
template to display calculated manufacturing cost or Real Manufacturing Cost = Sale Price - ($Profit/Hr x Engineer Hours)<br>

Revision as of 22:51, 2 February 2011

template to display calculated manufacturing cost or Real Manufacturing Cost = Sale Price - ($Profit/Hr x Engineer Hours)
labeled here as net profit
usage:

{{Infobox module/profitcalc|(saleprice)|(hourprofit)|(technhours)}}