Fruity Wiki
Advertisement

Documentation for this module may be created at Module:Interlanguage Links/Buildings/doc

-- <pre>  --  Interlanguage Links Module - Buildings
--[==============================================================================[
    !! Last updated 2017-12-27
 
    This module lists wiki pages' English names and their translated equivalents for wiki projects in other languages.
    
    This module must be updated to match on each Fruity Wiki project. It is used to create their interlanguage links.
------------------------------------------------------
  Translation template:      |   For example (translated by Google):
                             | 
  ["English Name"] = {       |   ["Settler"] = {
      de = "German Name",    |       de = "Siedler",
      fr = "French Name",    |       fr = "Colon",
      it = "Italian Name",   |       it = "Colonizzatore",
      ja = "Japanese Name",  |       ja = "セトラー",
      ru = "Russian Name",   |       ru = "отстойник",
      },                     |       },
------------------------------------------------------
Notes:
    - The first letter should always be capitalized. The wiki automatically formats page names this way and these text values should match.
]==============================================================================]
 
local data = {
        
    ["Buildings"] = {
        it = "",
        },
        
--[=====[Ancient Era]=====]
 
    ["Barracks"] = {
        it = "",
        },
        
    ["Dojo"] = {
        it = "",
        },
        
    ["Ikanda"] = {
        it = "",
        },
        
    ["Krepost"] = {
        it = "",
        },
        
    ["Circus"] = {
        it = "",
        },
        
    ["Plaza de Toros"] = {
        it = "",
        },
        
    ["Granary"] = {
        it = "",
        },
        
    ["Hunting Lodge"] = {
        it = "",
        },
        
    ["Library"] = {
        it = "",
        },
        
    ["Paper Maker"] = {
        it = "",
        },
        
    ["Royal Library"] = {
        it = "",
        },
        
    ["Monument"] = {
        it = "",
        },
        
    ["Stele"] = {
        it = "",
        },
        
    ["Shrine"] = {
        it = "",
        },
        
    ["Pyramid"] = {
        it = "",
        },
        
    ["Stone Works"] = {
        it = "",
        },
        
    ["Walls"] = {
        it = "",
        },
        
    ["Walls of Babylon"] = {
        it = "",
        },
        
    ["Water Mill"] = {
        it = "",
        },
        
    ["Floating Gardens"] = {
        it = "",
        },
 
--[=====[Classical Era]=====]
 
 
    ["Amphitheater"] = {
        it = "",
        },
        
    ["Aqueduct"] = {
        it = "",
        },
        
    ["Caravansary"] = {
        it = "",
        },
        
    ["Colosseum"] = {
        it = "",
        },
        
    ["Conservatory"] = {
        it = "",
        },
        
    ["Consulate"] = {
        it = "",
        },
        
    ["Consulate Wing 1"] = {
        it = "",
        },
        
    ["Consulate Wing 2"] = {
        it = "",
        },
        
    ["Consulate Wing 3"] = {
        it = "",
        },
        
    ["Consulate Wing 4"] = {
        it = "",
        },
        
    ["Courthouse"] = {
        it = "",
        },
        
    ["Gallery"] = {
        it = "",
        },
        
    ["Lighthouse"] = {
        it = "",
        },
        
    ["Market"] = {
        it = "",
        },
        
    ["Bazaar"] = {
        it = "",
        },
        
    ["Mint"] = {
        it = "",
        },
        
    ["Treasury"] = {
        it = "",
        },
        
    ["Scriptorium"] = {
        it = "",
        },
        
    ["Stable"] = {
        it = "",
        },
        
    ["Ducal Stable"] = {
        it = "",
        },
        
    ["Temple"] = {
        it = "",
        },
        
    ["Burial Tomb"] = {
        it = "",
        },
        
    ["Mud Pyramid Mosque"] = {
        it = "",
        },
        
    ["Watch Tower"] = {
        it = "",
        },
        
    ["Writers' Guild"] = {
        it = "",
        },
 
--[=====[Medieval Era]=====]
 
    ["Armory"] = {
        it = "",
        },
        
    ["Artists' Guild"] = {
        it = "",
        },
        
    ["Castle"] = {
        it = "",
        },
        
    ["Mughal Fort"] = {
        it = "",
        },
        
    ["Forge"] = {
        it = "",
        },
        
    ["Garden"] = {
        it = "",
        },
        
    ["Candi"] = {
        it = "",
        },
        
    ["Governor's Mansion"] = {
        it = "",
        },
        
    ["Harbor"] = {
        it = "",
        },
        
    ["University"] = {
        it = "",
        },
        
    ["Wat"] = {
        it = "",
        },
        
    ["Warehouse"] = {
        it = "",
        },
        
    ["Workshop"] = {
        it = "",
        },
        
    ["Longhouse"] = {
        it = "",
        },
 
--[=====[Renaissance Era]=====]
 
    ["Arsenal"] = {
        it = "",
        },
        
    ["Bank"] = {
        it = "",
        },
        
    ["Hanse"] = {
        it = "",
        },
        
    ["Satrap's Court"] = {
        it = "",
        },
        
    ["Constabulary"] = {
        it = "",
        },
        
    ["Musicians' Guild"] = {
        it = "",
        },
        
    ["Observatory"] = {
        it = "",
        },
        
    ["Opera House"] = {
        it = "",
        },
        
    ["Ceilidh Hall"] = {
        it = "",
        },
        
    ["Seaport"] = {
        it = "",
        },
        
    ["Windmill"] = {
        it = "",
        },
        
    ["Coffee House"] = {
        it = "",
        },
        
    ["Zoo"] = {
        it = "",
        },
 
--[=====[Industrial Era]=====]
 
    ["Factory"] = {
        it = "",
        },
        
    ["Hospital"] = {
        it = "",
        },
        
    ["Hydro Plant"] = {
        it = "",
        },
        
    ["Military Academy"] = {
        it = "",
        },
        
    ["Museum"] = {
        it = "",
        },
        
    ["Police Station"] = {
        it = "",
        },
        
    ["Public School"] = {
        it = "",
        },
        
    ["Stock Exchange"] = {
        it = "",
        },
 
--[=====[Modern Era]=====]
 
    ["Broadcast Tower"] = {
        it = "",
        },
        
    ["Hotel"] = {
        it = "",
        },
        
    ["Military Base"] = {
        it = "",
        },
        
    ["Research Lab"] = {
        it = "",
        },
        
    ["Stadium"] = {
        it = "",
        },
 
--[=====[Atomic Era]=====]
 
    ["Airport"] = {
        it = "",
        },
        
    ["Medical Lab"] = {
        it = "",
        },
        
    ["Nuclear Plant"] = {
        it = "",
        },
        
    ["Recycling Center"] = {
        it = "",
        },
        
    ["Solar Plant"] = {
        it = "",
        },
 
--[=====[Information Era]=====]
 
    ["Bomb Shelter"] = {
        it = "",
        },
        
    ["Spaceship Factory"] = {
        it = "",
        },
 
--[=====[Faith-Bought Buildings]=====]
 
    ["Basilica"] = {
        it = "",
        },
        
    ["Cathedral"] = {
        it = "",
        },
        
    ["Chantry"] = {
        it = "",
        },
        
    ["Church"] = {
        it = "",
        },
        
    ["Gurdwara"] = {
        it = "",
        },
        
    ["Madrassa"] = {
        it = "",
        },
        
    ["Monastery"] = {
        it = "",
        },
        
    ["Mosque"] = {
        it = "",
        },
        
    ["Pagoda"] = {
        it = "",
        },
        
    ["Synagogue"] = {
        it = "",
        },
}
 
return data
-- Interlanguage links: to find the corresponding wiki's module, place that language's code at the beginning of this page's URL, ex. Italian = it.fruity.wiki.....
-- </pre> [[Category:Modules]]
Advertisement