Module:MasterGunner/data
Appearance
-- South African Master Gunner Data
-- Data Fields
-- Code: This is just a duplicate of the lookup code, but expressed as a number instead of a string
-- Rank: Person's rank. Not wikilinked
--- FirstName: Initials or first name(s)
-- Surname: Person's Surname
-- Year: Year appointed Master Gunner
-- WikiPage: If the person has a Wiki article, name of the article here
-- PostNoms: list of Post Nominal Titles. Stored in Lua table format ie Curly braces with values seperated by commas
-- Post: The name of the post that they held when awarded. Commas will be turned into line breaks
-- Note: Any additional info about this Gunner.
-- RecipCat: Category for recipients. "List of Master Gunners (South Africa)"
local data = {
A1 = {Code = '1', Rank="Colonel", FirstName = "Frans E.C.", Surname = "van den Berg", Year="1970", WikiPage="Frans van den Berg", PostNoms="", Post="OC School of Artillery", Note="", RecipCat="List of Master Gunners (South Africa)" },
A2 = {Code = '2', Rank="Major", FirstName = "A.A.", Surname = "Nell", Year="1970", WikiPage="", PostNoms="", Post="DS Army Col", Note="", RecipCat="List of Master Gunners (South Africa)" },
} -- Closing "}" closes "local GunnerData = {"