Module:Soldier: Difference between revisions
Fix 5th class exact-string map to Italian 5 |
Remove assignment from soldier infobox |
||
| Line 777: | Line 777: | ||
end | end | ||
return table.concat(out, ', ') | return table.concat(out, ', ') | ||
end | end | ||
| Line 1,158: | Line 1,145: | ||
addRow(tbl, 'Enlisted', enlist) | addRow(tbl, 'Enlisted', enlist) | ||
end | end | ||
addRow(tbl, 'Unit / division', prettyProse(parentArg(frame, 'division'))) | addRow(tbl, 'Unit / division', prettyProse(parentArg(frame, 'division'))) | ||
addRow(tbl, 'IPW (German)', teamLinkList(parentArg(frame, 'ipw_ge'), 'IPW ', 'IPW')) | addRow(tbl, 'IPW (German)', teamLinkList(parentArg(frame, 'ipw_ge'), 'IPW ', 'IPW')) | ||