Jump to content

Module:MasterGunner/data

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by BoonDock (talk | contribs) at 16:08, 14 April 2023 (Test). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
-- 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 = {"