Difference between revisions of "Template:Taxes"

From eRepublik Official Wiki
Jump to: navigation, search
(Translating template)
m (Updated with latest resources for House and with Work Tax field.)
Line 1: Line 1:
<noinclude>{{LangMenu|Template:Taxes}}</noinclude>
+
<noinclude>{{LangMenu|Template:Taxes}}</noinclude><includeonly>
<includeonly>
+
 
{{Taxes/{{TemplateLang|Taxes}}|
 
{{Taxes/{{TemplateLang|Taxes}}|
 
   country={{{country|}}}|
 
   country={{{country|}}}|
 +
  worktax= {{{worktax|}}}|
 
   foodincometax= {{{foodincometax|}}}|
 
   foodincometax= {{{foodincometax|}}}|
 
   foodimporttax= {{{foodimporttax|}}}|
 
   foodimporttax= {{{foodimporttax|}}}|
Line 18: Line 18:
 
   wrmincometax= {{{wrmincometax|}}}|
 
   wrmincometax= {{{wrmincometax|}}}|
 
   wrmimporttax= {{{wrmimporttax|}}}|
 
   wrmimporttax= {{{wrmimporttax|}}}|
 +
  hrmincometax= {{{hrmincometax|}}}|
 +
  hrmimporttax= {{{hrmimporttax|}}}|
  
 
   hospitalimporttax= {{{hospitalimporttax|}}}|
 
   hospitalimporttax= {{{hospitalimporttax|}}}|
Line 29: Line 31:
 
<pre>{{Taxes|
 
<pre>{{Taxes|
 
   country=| <!-- If country is provided, nothing more is needed and other values don't have any effect on the output -->
 
   country=| <!-- If country is provided, nothing more is needed and other values don't have any effect on the output -->
 +
  worktax= |
 
   foodincometax= |
 
   foodincometax= |
 
   foodimporttax= |
 
   foodimporttax= |
Line 44: Line 47:
 
   wrmincometax= |
 
   wrmincometax= |
 
   wrmimporttax= |
 
   wrmimporttax= |
 +
  hrmincometax= |
 +
  hrmimporttax= |
  
 
   hospitalimporttax= |
 
   hospitalimporttax= |
Line 57: Line 62:
 
When country parameter is provided, the template uses [[Template:Taxes/Data|/Data]] to get the data. In that case, the other variables have no effect on the output.
 
When country parameter is provided, the template uses [[Template:Taxes/Data|/Data]] to get the data. In that case, the other variables have no effect on the output.
 
==Example==
 
==Example==
All taxes are 1%
+
All taxes are 1% except work tax (2%)
 
{{Taxes|
 
{{Taxes|
 +
  worktax= 2%|
 
   foodincometax= 1%|
 
   foodincometax= 1%|
 
   foodimporttax= 1%|
 
   foodimporttax= 1%|
Line 101: Line 107:
 
   frmincometax= 1%|
 
   frmincometax= 1%|
 
   frmimporttax= 1%|
 
   frmimporttax= 1%|
 +
  wrmincometax= 1%|
 +
  wrmimporttax= 1%|
 
   wrmincometax= 1%|
 
   wrmincometax= 1%|
 
   wrmimporttax= 1%|
 
   wrmimporttax= 1%|
Line 117: Line 125:
 
<pre>{{Taxes/Core|
 
<pre>{{Taxes/Core|
 
   iproduct= Product|
 
   iproduct= Product|
   iincome= income tax|
+
  iwork= Work tax|
 +
   iincome= Income tax|
 
   iimport= Import tax|
 
   iimport= Import tax|
 
   ivat= VAT|
 
   ivat= VAT|
 
   ifood= Food|
 
   ifood= Food|
   ihousing= Housing|
+
   ihousing= Houses|
 
   iweapon= Weapon|
 
   iweapon= Weapon|
 
   itickets= Tickets|
 
   itickets= Tickets|
Line 133: Line 142:
 
   ifrm= Food raw material|
 
   ifrm= Food raw material|
  
 +
  worktax= {{{worktax|}}}|
 
   foodincometax= {{{foodincometax|}}}|
 
   foodincometax= {{{foodincometax|}}}|
 
   foodimporttax= {{{foodimporttax|}}}|
 
   foodimporttax= {{{foodimporttax|}}}|
Line 148: Line 158:
 
   wrmincometax= {{{wrmincometax|}}}|
 
   wrmincometax= {{{wrmincometax|}}}|
 
   wrmimporttax= {{{wrmimporttax|}}}|
 
   wrmimporttax= {{{wrmimporttax|}}}|
 +
  hrmincometax= {{{hrmincometax|}}}|
 +
  hrmimporttax= {{{hrmimporttax|}}}|
  
 
   hospitalimporttax= {{{hospitalimporttax|}}}|
 
   hospitalimporttax= {{{hospitalimporttax|}}}|
Line 155: Line 167:
 
   country={{{country|}}}
 
   country={{{country|}}}
 
}}</pre>
 
}}</pre>
|}
+
|}</noinclude>
 
+
</noinclude>
+

Revision as of 10:16, 22 July 2014

Languages: 
EnglishIcon-English.png
中文(繁體)Icon-Republic of China (Taiwan).png
HrvatskiIcon-Croatia.png
FrançaisIcon-France.png
ΕλληνικάIcon-Greece.png
ItalianoIcon-Italy.png
PolskiIcon-Poland.png
RomânăIcon-Romania.png
СрпскиIcon-Serbia.png
EspañolIcon-Spain.png


Usage

{{Taxes|
  country=| <!-- If country is provided, nothing more is needed and other values don't have any effect on the output -->
  worktax= |
  foodincometax= |
  foodimporttax= |
  foodvat= |
  houseimporttax= |
  housevat= |
  weaponincometax= |
  weaponimporttax= |
  weaponvat= |
  movingimporttax= |
  movingvat=|

  frmincometax= |
  frmimporttax= |
  wrmincometax= |
  wrmimporttax= |
  hrmincometax= |
  hrmimporttax= |

  hospitalimporttax= |
  hospitalvat= |
  defenseimporttax= |
  defensevat= |

  weaponincometax= |
  weaponimporttax= |
  weaponvat= |
}}

When country parameter is provided, the template uses /Data to get the data. In that case, the other variables have no effect on the output.

Example

All taxes are 1% except work tax (2%)

Product Work Tax Import Tax VAT
Icon - Food Q3.png Food 2% 1% 1%
Icon - Weapon Q2.png Weapon 2% 1% 1%
Icon - Aircraft Q1.png Aircraft weapon 2%
Icon - Moving ticket Q3.png Moving ticket 2% 1% 1%
Icon - House Q3.png House 2% 1% 1%
Raw material Work Tax Import Tax VAT
Icon - Food Raw Materials.png Food raw material 2% 1% -
Icon - Weapon Raw Materials.png Weapon raw material 2% 1% -
Icon - Aircraft Weapon Raw Materials.png Aircraft weapon raw material 2% -
Icon - House Raw Materials.png House raw material 2% -

This template is an actualization to Rising version of the one created by VSkyzv.

Translating template

  • Create page Template:Taxes/yourlang
  • Copy following code to page
  • Translate the strings in the code to your language (word after '=' -sign).