Fruity Wiki
Advertisement

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

-- <pre>  --  Interlanguage Links Module - Wonders
--[==============================================================================[
    !! 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 = {

    ["Wonders"] = {
        it = "",
        },
        
--[=====[World Wonders]=====]
    ["Alhambra"] = {
        it = "",
        },
        
    ["Angkor Wat"] = {
        it = "",
        },
        
    ["Big Ben"] = {
        it = "",
        },
        
    ["Borobudur"] = {
        it = "",
        },
        
    ["Brandenburg Gate"] = {
        it = "",
        },
        
    ["Broadway"] = {
        it = "",
        },
        
    ["Chichen Itza"] = {
        it = "",
        },
        
    ["CN Tower"] = {
        it = "",
        },
        
    ["Colossus"] = {
        it = "",
        },
        
    ["Cristo Redentor"] = {
        it = "",
        },
        
    ["Eiffel Tower"] = {
        it = "",
        },
        
    ["Forbidden Palace"] = {
        it = "",
        },
        
    ["Globe Theatre"] = {
        it = "",
        },
        
    ["Great Firewall"] = {
        it = "",
        },
        
    ["Great Library"] = {
        it = "",
        },
        
    ["Great Lighthouse"] = {
        it = "",
        },
        
    ["Great Mosque of Djenne"] = {
        it = "",
        },
        
    ["Great Wall"] = {
        it = "",
        },
        
    ["Hagia Sophia"] = {
        it = "",
        },
        
    ["Hanging Gardens"] = {
        it = "",
        },
        
    ["Himeji Castle"] = {
        it = "",
        },
        
    ["Hubble Space Telescope"] = {
        it = "",
        },
        
    ["International Space Station"] = {
        it = "",
        },
        
    ["Kremlin"] = {
        it = "",
        },
        
    ["Leaning Tower of Pisa"] = {
        it = "",
        },
        
    ["Louvre"] = {
        it = "",
        },
        
    ["Machu Picchu"] = {
        it = "",
        },
        
    ["Mausoleum of Halicarnassus"] = {
        it = "",
        },
        
    ["Neuschwanstein"] = {
        it = "",
        },
        
    ["Notre Dame"] = {
        it = "",
        },
        
    ["Oracle"] = {
        it = "",
        },
        
    ["Parthenon"] = {
        it = "",
        },
        
    ["Pentagon"] = {
        it = "",
        },
        
    ["Petra"] = {
        it = "",
        },
        
    ["Porcelain Tower"] = {
        it = "",
        },
        
    ["Pyramids"] = {
        it = "",
        },
        
    ["Red Fort"] = {
        it = "",
        },
        
    ["Sistine Chapel"] = {
        it = "",
        },
        
    ["Statue of Liberty"] = {
        it = "",
        },
        
    ["Statue of Zeus"] = {
        it = "",
        },
        
    ["Stonehenge"] = {
        it = "",
        },
        
    ["Sydney Opera House"] = {
        it = "",
        },
        
    ["Taj Mahal"] = {
        it = "",
        },
        
    ["Temple of Artemis"] = {
        it = "",
        },
        
    ["Terracotta Army"] = {
        it = "",
        },
        
    ["Uffizi"] = {
        it = "",
        },
        
    ["Volkshalle"] = {
        it = "",
        },
        
--[=====[National Wonders]=====]

    ["Center of Progress"] = {
        it = "",
        },
        
    ["Circus Maximus"] = {
        it = "",
        },
        
    ["East India Company"] = {
        it = "",
        },
        
    ["Grand Temple"] = {
        it = "",
        },
        
    ["Hermitage"] = {
        it = "",
        },
        
    ["Heroic Epic"] = {
        it = "",
        },
        
    ["Ironworks"] = {
        it = "",
        },
        
    ["Falu Gruva"] = {
        it = "",
        },
        
    ["National College"] = {
        it = "",
        },
        
    ["National Epic"] = {
        it = "",
        },
        
    ["National Intelligence Agency"] = {
        it = "",
        },
        
    ["National Visitor Center"] = {
        it = "",
        },
        
    ["Oxford University"] = {
        it = "",
        },
        
    ["Palace"] = {
        it = "",
        },
        
--[=====[Other]=====]

    ["Apollo Program"] = {
        it = "",
        },
        
    ["Manhattan Project"] = {
        it = "",
        },
        
    ["Grand Bazaar"] = {
        it = "",
        },
        
    ["Grand Monument"] = {
        it = "",
        },
        
--[=====[Removed]=====]

    ["Prora"] = {
        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