Jump to content

Module:MilAward/data

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by BoonDock (talk | contribs) at 14:59, 3 April 2023 (Save data as lua table). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local data = {
  { Code = "MMM", Description = "Military Merit Medal", RibbonImage = "File:Ribbon - Military Merit Medal (South Africa).png", PageLink = "Military Merit Medal (South Africa)", PostNom = "MMM", Country = "ZAR" },
  { Code = "PP", Description = "Pro Patria Medal", RibbonImage = "File:Ribbon - Pro Patria Medal (South Africa).gif", PageLink = "Pro Patria Medal (South Africa)", PostNom = "", Country = "ZAR" },
}

return data