Module:Soldier: Difference between revisions
Interview cue: accept legacy items key as interviews alias |
Infobox: drop Education / Spouse-marital / Occupation (NARA stays in Technical record) |
||
| Line 1,861: | Line 1,861: | ||
local nativity = expandNativity(parentArg(frame, 'nativity')) | local nativity = expandNativity(parentArg(frame, 'nativity')) | ||
local religion = expandReligion(parentArg(frame, 'religion')) | local religion = expandReligion(parentArg(frame, 'religion')) | ||
-- education / marital / occupation stay in Technical record (NARA snapshot); | |||
-- curated life facts belong in Biography / Timeline, not the infobox. | |||
local knownFor = prettyProse(parentArg(frame, 'known_for')) | local knownFor = prettyProse(parentArg(frame, 'known_for')) | ||
local awards = prettyProse(parentArg(frame, 'awards')) | local awards = prettyProse(parentArg(frame, 'awards')) | ||
| Line 1,891: | Line 1,890: | ||
if alias ~= '' or birth ~= '' or death ~= '' or nativity ~= '' | if alias ~= '' or birth ~= '' or death ~= '' or nativity ~= '' | ||
or religion | or religion ~= '' or knownFor ~= '' or awards ~= '' or state ~= '' then | ||
addHeader(tbl, 'Personal details') | addHeader(tbl, 'Personal details') | ||
end | end | ||
| Line 1,901: | Line 1,899: | ||
addRow(tbl, 'Nativity', nativity) | addRow(tbl, 'Nativity', nativity) | ||
addRow(tbl, 'Religion', religion) | addRow(tbl, 'Religion', religion) | ||
addRow(tbl, 'Known for', knownFor) | addRow(tbl, 'Known for', knownFor) | ||
addRow(tbl, 'Awards', awards) | addRow(tbl, 'Awards', awards) | ||