پرش به محتوا

پودمان:Road data/strings/NLD

از ویکی‌پدیا، دانشنامهٔ آزاد
توضیحات پودمان[ایجاد] [پاکسازی]
-- Netherlands
local NLD = {}

NLD.E = {shield = "Tabliczka E%route%.svg",
         link = "European route E%route%",
         abbr = "E%route%"}

NLD.A = {shield = "NL-A%route%.svg",
         link = "A%route% motorway (Netherlands)",
         abbr = "A%route%"}

NLD.N = {shield = {ifexists = true,
                   default = "NL-N%route%.svg",
                   otherwise = "NL-N%route%.png"},
         link = "Provincial road N%route% (Netherlands)",
         abbr = "N%route%"}

NLD.R = {shield = "NL-R%route%.png",
         link = "Recreational road R%route% (Netherlands)",
         abbr = "R%route%"}

return NLD