--[==[ To inspect the content of this data module, use [[Special:ExpandTemplates]]and enter the following input text:
To inspect the content of this data module when editing, enter the followinginto the Debug console: local util = require("Module:Road data/util") print(util.arrayToString(p))To inspect a particular route type, change `p` above to include the route type,e.g., `p.I` and `p["US-Hist"]`.]
-- Finlandlocal FIN =
local frame = mw.getCurrentFramelocal util = require("Module:Road data/util")util.addAll(FIN, require("Module:Road data/strings/EUR"))
FIN.E.shield = "Finland road sign F28-%route%.svg"FIN.E.color = "FIN-E"FIN.E.translation = frame:expandTemplateFIN.E.lang = "fi"
FIN.V = FIN.Valtatie = FIN.VFIN.Vt = FIN.VFIN.Highway = FIN.VFIN.National = FIN.V
FIN.K = FIN.Kantatie = FIN.KFIN.Kt = FIN.KFIN.Trunk = FIN.K
FIN.S = FIN.Seututie = FIN.SFIN.St = FIN.SFIN.Regional = FIN.S
FIN.Y = FIN.Yhdystie = FIN.YFIN.Yt = FIN.YFIN.Regional = FIN.Y
FIN["Åland"] = FIN.Aland = FIN["Åland"] return FIN