Module:BattleHonour/data
Appearance
-- 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