Difference between revisions of "Template:Game Menu"

From eRepublik Official Wiki
Jump to: navigation, search
m (Unprotected "Template:Game Menu")
m (Added My Places submenus.)
Line 2: Line 2:
 
<ul id="nav">
 
<ul id="nav">
 
{{#ifeq:{{{hide0|}}}|true||<li id="menu1">{{L|Homepage|<span> </span>}}</li>}}
 
{{#ifeq:{{{hide0|}}}|true||<li id="menu1">{{L|Homepage|<span> </span>}}</li>}}
{{#ifeq:{{{hide1|}}}|true||<li id="menu2">{{L|My places|<span>{{Game Menu/String|places}}</span>}}</li>}}
+
{{#ifeq:{{{hide1|}}}|true||<li id="menu2">{{L|My places|<span>{{Game Menu/String|places}}</span>}}}}
 +
<ul style="{{#ifeq: {{{expand1|}}}|true|display:block;}} {{#ifeq:{{{expand|}}}|all|display:block;}}">
 +
<li>{{L|Company_(presentation_page)|{{Game Menu/String|companies}}}}</li>
 +
<li>{{L|Train|{{Game Menu/String|tgrounds}}}}</li>
 +
<li>{{L|Storage|{{Game Menu/String|storage}}}}</li>
 +
<li>{{L|Buildings#Special_buildings|{{Game Menu/String|spbuildings}}}}</li>
 +
</ul>
 +
}}
 
{{#ifeq:{{{hide2|}}}|true||<li id="menu3">{{L|Wars|<span>{{Game Menu/String|wars}}</span>}}</li>}}
 
{{#ifeq:{{{hide2|}}}|true||<li id="menu3">{{L|Wars|<span>{{Game Menu/String|wars}}</span>}}</li>}}
 
{{#ifeq:{{{hide3|}}}|true||<li id="menu4">{{L|Market|<span>{{Game Menu/String|market}}</span>}}
 
{{#ifeq:{{{hide3|}}}|true||<li id="menu4">{{L|Market|<span>{{Game Menu/String|market}}</span>}}

Revision as of 01:26, 11 April 2014


[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|