Jump to content

Module:BattleHonour/data

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by BoonDock (talk | contribs) at 13:07, 16 April 2023 (Created Sample Data). 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)
-- South African Battle Honour Data
-- Data Fields
--      Name: Name of the Battle Honour
--      Image: Name of the image file on wikicommons 
--      Link:  Where to wikilink the battle honour
--      Description: Short description of the Battle Honour (Summary of what it was awarded for)
--      Note: Any additional info about this Battle Honour

local data = {
    SWA1985 = {Name= "South West Africa 1985", Image= "Battlehonour SWA 1985.png", Link= "List of Battle Honours", Description= "", Note= "" },
 
    XX = { Name = "XX", Image="XX", Link="List of Battle Honours", Description="", Note="" }
    
} -- Closing "}" closes "local BattleHonour = {"
-- Initial data by John Dovey (13 April 2023) [[User:BoonDock]]
return data