Difference between revisions of "Template:Game Menu"

From eRepublik Official Wiki
Jump to: navigation, search
Line 6: Line 6:
 
<span id="submenu" style="{{#ifeq: {{{expand1|}}}|true|display:block;}} {{#ifeq:{{{expand|}}}|all|display:block;}} height:184px;">
 
<span id="submenu" style="{{#ifeq: {{{expand1|}}}|true|display:block;}} {{#ifeq:{{{expand|}}}|all|display:block;}} height:184px;">
 
<span>{{L|Marketplace|{{Game Menu/Strings|marketplace_{{Game Menu/Lang|{{Lang}}}}}}}}</span>
 
<span>{{L|Marketplace|{{Game Menu/Strings|marketplace_{{Game Menu/Lang|{{Lang}}}}}}}}</span>
<span>{{L|Monetary market|{{Game Menu/Strings|monetary_{{Game Menu/Lang|{{Lang}}}}}}}}</span>
 
 
<span>{{L|Job market|{{Game Menu/Strings|job_{{Game Menu/Lang|{{Lang}}}}}}}}</span>
 
<span>{{L|Job market|{{Game Menu/Strings|job_{{Game Menu/Lang|{{Lang}}}}}}}}</span>
 +
<span>{{L|Monetary market|{{Game Menu/Strings|monetary_{{Game Menu/Lang|{{Lang}}}}}}}}</span>
 
<span>{{L|Companies for sale|{{Game Menu/Strings|cmarket_{{Game Menu/Lang|{{Lang}}}}}}}}</span>
 
<span>{{L|Companies for sale|{{Game Menu/Strings|cmarket_{{Game Menu/Lang|{{Lang}}}}}}}}</span>
 
</span>
 
</span>

Revision as of 13:05, 15 September 2012


[edit] [purge]

Documentation





Usage

{{Game Menu}}

This is used to display the same game menu there is in the game. To expand all menus add expand=all| parameter.

Expanding single menu

To expand a single menu, use the following code:

  • expand1=true| - to expand Market menu
  • expand2=true| - to expand Community menu
  • expand3=true| - to expand My places menu

Hiding some menus / show only specific menus

If you want to hide some menus, use the following code:

  • hide0=true| - to hide Homepage button
  • hide1=true| - to hide My places button
  • hide2=true| - to hide Wars button
  • hide3=true| - to hide Market button
  • hide4=true| - to hide Community button
  • hide5=true| - to hide Gold and Extras button

If you hide some menus, the bar will be aligned to the left side of the page.

Instructions for translators

To add a new language you need to

  1. Choose an abbreviation for your language (English = en, Finnish = fi, etc.)
    • Add following line to this page: Name of your lang = your lang abbreviation| (e.g. Hrvatski = hr|)
    • Add that line right after the "English = en|" line and save the page.
  1. Translate the strings
    • Copy the code underneath to Template:Game Menu/Strings page.
    • Replace the "_en" abbreviation with the abbreviation you added in the first step (e.g. for Croatian you need to replace "_en" with "_hr")
    • Translate the strings and save

If you don't understand these instructions, ask for help on bar page or discord wiki chat

  <!-- Language?? translation -->
  home_en = Homepage|
  places_en = My places|
  residence_en = Residence|
  companies_en = Companies|
  tgrounds_en = Training grounds|
  armory_en = Armory|
  manageemployees_en = Manage employees|
  storage_en = Storage|
  advbuildings_en = Advanced buildings|
  travel_en = Travel|
  wars_en = Wars|
  market_en = Market|
  marketplace_en = Marketplace|
  monetary_en = Monetary market|
  job_en = Job market|
  cmarket_en = Companies for sale|
  tokens_en = Game Tokens|
  community_en = Community|
  country_en = My country|
  militaryunit_en = My military unit|
  party_en = My party|
  newspaper_en = My newspaper|
  forum_en = Forum|
  invite_en = Invite friends|
  leaderboards_en = Leaderboards|
  alliances_en = Alliances|
  elections_en = Elections|
  rankings_en = Rankings|
  latestupdates_en = Latest updates|
  map_en = World map|
  extras_en = Gold & Extras|
  badges_en = Badges|