Soft launch: Soldier biographies and research notes vary in completeness. Prefer class-roster, NARA, newspapers, and other cited sources for contested facts — treat Research notes as leads, not settled history. Anyone can correct a page; contact us with questions.

Module:TeamCanon: Difference between revisions

From Ritchie Boys Wiki
Jump to navigation Jump to search
MII letter map: unlettered codes follow the lettered team
 
Do not map MII 540/545/546 to -R
 
Line 97: Line 97:
['537'] = 'G',
['537'] = 'G',
['538'] = 'G',
['538'] = 'G',
['540'] = 'R',
['545'] = 'R',
['546'] = 'R',
}
}
return p
return p

Latest revision as of 04:10, 19 August 2026

Documentation for this module may be created at Module:TeamCanon/doc

-- Preferred MII letter when an unlettered code appears and a lettered form exists.
-- Prefer -G when present; do not invent letters for numbers that never had one.
local p = {}
p.letter = {
	['402'] = 'G',
	['403'] = 'G',
	['404'] = 'G',
	['407'] = 'G',
	['408'] = 'G',
	['409'] = 'G',
	['410'] = 'G',
	['411'] = 'G',
	['412'] = 'G',
	['413'] = 'G',
	['414'] = 'G',
	['415'] = 'G',
	['416'] = 'G',
	['417'] = 'G',
	['418'] = 'G',
	['420'] = 'G',
	['421'] = 'G',
	['423'] = 'G',
	['424'] = 'G',
	['425'] = 'G',
	['426'] = 'G',
	['427'] = 'G',
	['428'] = 'G',
	['430'] = 'G',
	['432'] = 'G',
	['435'] = 'G',
	['436'] = 'G',
	['437'] = 'G',
	['438'] = 'G',
	['439'] = 'G',
	['440'] = 'G',
	['441'] = 'G',
	['442'] = 'G',
	['443'] = 'G',
	['444'] = 'G',
	['445'] = 'G',
	['446'] = 'G',
	['447'] = 'G',
	['448'] = 'G',
	['451'] = 'G',
	['452'] = 'G',
	['453'] = 'G',
	['454'] = 'G',
	['456'] = 'G',
	['457'] = 'G',
	['458'] = 'G',
	['459'] = 'G',
	['462'] = 'G',
	['463'] = 'G',
	['466'] = 'G',
	['468'] = 'G',
	['471'] = 'G',
	['472'] = 'G',
	['473'] = 'G',
	['474'] = 'G',
	['475'] = 'G',
	['476'] = 'G',
	['477'] = 'G',
	['479'] = 'G',
	['480'] = 'G',
	['481'] = 'G',
	['482'] = 'G',
	['483'] = 'G',
	['484'] = 'G',
	['485'] = 'G',
	['487'] = 'G',
	['488'] = 'G',
	['489'] = 'G',
	['490'] = 'G',
	['491'] = 'G',
	['492'] = 'G',
	['493'] = 'G',
	['494'] = 'G',
	['495'] = 'G',
	['496'] = 'G',
	['497'] = 'G',
	['498'] = 'G',
	['499'] = 'G',
	['500'] = 'G',
	['501'] = 'G',
	['502'] = 'G',
	['503'] = 'G',
	['508'] = 'G',
	['512'] = 'G',
	['521'] = 'G',
	['527'] = 'G',
	['528'] = 'G',
	['529'] = 'G',
	['530'] = 'G',
	['534'] = 'G',
	['535'] = 'G',
	['536'] = 'G',
	['537'] = 'G',
	['538'] = 'G',
}
return p