Mk IV helmet
Mk IV helmet was a combat helmet used by the British Army in the 1960s to 1970s.[1]
It replaced the Mk III helmet and became the British Army's last metal helmet when it was replaced by the composite material Mk 6 helmet in 1985.
Design
The Mark IV helmet was a modified design of the Mk III helmet with the chinstrap rivet moved down the bottom of the helmet shell as well as the introduction of fastener for the inner liner.[2]
gollark: Not all Lua is created equal.
gollark: It's maaaaaagic.
gollark: From potatOS sandboxing somewhere.
gollark: ```luafunction new.find(wildcard) local function recurse_spec(results, path, spec) -- From here: https://github.com/Sorroko/cclite/blob/62677542ed63bd4db212f83da1357cb953e82ce3/src/emulator/native_api.lua local segment = spec:match('([^/]*)'):gsub('/', '') local pattern = '^' .. segment:gsub('[*]', '.+'):gsub('?', '.') .. '$' if new.isDir(path) then for _, file in ipairs(new.list(path)) do if file:match(pattern) then local f = new.combine(path, file) if new.isDir(f) then recurse_spec(results, f, spec:sub(#segment + 2)) end if spec == segment then table.insert(results, f) end end end end end local results = {} recurse_spec(results, '', wildcard) return results end```
gollark: Yes, occasionally.
References
- "Archived copy". Archived from the original on 2017-10-21. Retrieved 2017-10-21.CS1 maint: archived copy as title (link)
- "Steel Helmet, MkIV (with scrim): British | Imperial War Museums". Iwm.org.uk. Retrieved 2019-03-21.
External links
Wikimedia Commons has media related to Mark IV combat helmet. |
- Mk IV helmet at world-war-helmets.com
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.