پودمان:Road data/strings/CAN/NS

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

NS.NS = {shield = "Nova Scotia %route%.svg",
         link = "Nova Scotia Highway %route%",
         abbr = "Hwy %route%"}

NS.Hwy = NS.NS

NS.Trunk = {shield = "Nova Scotia %route%.svg",
            link = "Nova Scotia Trunk %route%",
            abbr = "Trunk %route%"}

NS.TCH = {shield = "Nova Scotia Highway %route% (TCH).png",
          link = "Nova Scotia Highway %route%",
          abbr = "Hwy %route% (TCH)"}

NS.Route = {shield = {hook = "split",
                      split = 100,
                      above = "NSRoute%route%.PNG",
                      below = "NShw %route%.png"},
            link = "Nova Scotia Route %route%",
            abbr = "Route %route%"}

return NS