Module:WPSHIPS utilities/data and Module:WPSHIPS utilities/data/sandbox: Difference between pages
Appearance
(Difference between pages)
Content deleted Content added
prevent dangling 'by' in {{Infobox ship career}}; see 'Class after' for similar use... |
No edit summary |
||
Line 361: | Line 361: | ||
local infobox_career_params_t = { -- table of parameters that are rendered in the same way |
local infobox_career_params_t = { -- table of parameters that are rendered in the same way |
||
['Ship name'] = {1, 'Name'}, |
['Ship name'] = {1, 'Name'}, |
||
['Ship |
['Ship hull num'] = {2, '[[Hull number]]'}, |
||
['Ship |
['Ship pennant num'] = {3, '[[Pennant number]]'}, |
||
['Ship |
['Ship namesake'] = {4, 'Namesake'}, |
||
['Ship |
['Ship owner'] = {5, 'Owner'}, |
||
['Ship |
['Ship operator'] = {6, 'Operator'}, |
||
['Ship |
['Ship registry'] = {7, 'Port of registry'}, |
||
['Ship |
['Ship route'] = {8, 'Route'}, |
||
['Ship |
['Ship ordered'] = {9, 'Ordered'}, |
||
['Ship |
['Ship awarded'] = {10, 'Awarded'}, |
||
['Ship |
['Ship builder'] = {11, 'Builder'}, |
||
['Ship |
['Ship original cost'] = {12, 'Cost'}, |
||
['Ship |
['Ship yard number'] = {13, 'Yard number'}, |
||
['Ship |
['Ship way number'] = {14, 'Way number'}, |
||
['Ship |
['Ship laid down'] = {15, 'Laid down'}, |
||
['Ship |
['Ship launched'] = {16, 'Launched'}, |
||
['Ship |
['Ship sponsor'] = {17, 'Sponsored by'}, |
||
['Ship |
['Ship christened'] = {18, 'Christened'}, |
||
['Ship |
['Ship completed'] = {19, 'Completed'}, |
||
['Ship |
['Ship acquired'] = {20, 'Acquired'}, |
||
['Ship |
['Ship commissioned'] = {21, 'Commissioned'}, |
||
['Ship |
['Ship recommissioned'] = {22, 'Recommissioned'}, |
||
['Ship |
['Ship decommissioned'] = {23, 'Decommissioned'}, |
||
['Ship |
['Ship maiden voyage'] = {24, 'Maiden voyage'}, |
||
['Ship |
['Ship in service'] = {25, 'In service'}, |
||
['Ship |
['Ship out of service'] = {26, 'Out of service'}, |
||
['Ship |
['Ship renamed'] = {27, 'Renamed'}, |
||
['Ship |
['Ship reclassified'] = {28, 'Reclassified'}, |
||
['Ship |
['Ship refit'] = {29, 'Refit'}, |
||
['Ship |
['Ship struck'] = {30, 'Stricken'}, |
||
['Ship |
['Ship stricken'] = {31, 'Stricken'}, |
||
['Ship |
['Ship reinstated'] = {32, 'Reinstated'}, |
||
['Ship |
['Ship homeport'] = {33, 'Homeport'}, |
||
['Ship |
['Ship identification'] = {34, 'Identification'}, |
||
['Ship |
['Ship motto'] = {35, 'Motto'}, |
||
['Ship |
['Ship nickname'] = {36, 'Nickname(s)'}, |
||
['Ship |
['Ship honours'] = {37, 'Honours and<br />awards'}, -- make these two the same index? |
||
['Ship |
['Ship honors'] = {38, 'Honors and<br />awards'}, |
||
['Ship |
['Ship captured'] = {39, 'Captured'}, |
||
['Ship |
['Ship fate'] = {40, 'Fate'}, |
||
['Ship |
['Ship status'] = {41, 'Status'}, |
||
['Ship notes'] = {42, 'Notes'}, |
|||
['Ship badge'] = {43, 'Badge'}, |
|||
} |
} |
||
Line 406: | Line 408: | ||
['Ship class'] = {1, 'Class and type'}, |
['Ship class'] = {1, 'Class and type'}, |
||
['Ship type'] = {2, 'Type'}, |
['Ship type'] = {2, 'Type'}, |
||
['Ship tonnage'] = {3, 'Tonnage'}, |
['Ship tonnage'] = {3, '[[Tonnage]]'}, |
||
['Ship displacement'] = {4, 'Displacement'}, |
['Ship displacement'] = {4, '[[Displacement (ship)|Displacement]]'}, |
||
['Ship tons burthen'] = {5, 'Tons burthen'}, |
['Ship tons burthen'] = {5, '[[Tons burthen]]'}, |
||
['Ship length'] = {6, 'Length'}, |
['Ship length'] = {6, 'Length'}, |
||
['Ship beam'] = {7, 'Beam'}, |
['Ship beam'] = {7, '[[Beam (nautical)|Beam]]'}, |
||
['Ship height'] = {8, 'Height'}, |
['Ship height'] = {8, 'Height'}, |
||
['Ship draught'] = {9, 'Draught'}, -- make these two the same index? |
['Ship draught'] = {9, '[[Draft (hull)|Draught]]'}, -- make these two the same index? |
||
['Ship draft'] = {10, 'Draft'}, |
['Ship draft'] = {10, '[[Draft (hull)|Draft]]'}, |
||
['Ship depth'] = {11, 'Depth'}, |
['Ship depth'] = {11, 'Depth'}, |
||
['Ship hold depth'] = {12, 'Depth of hold'}, |
['Ship hold depth'] = {12, '[[Glossary of nautical terms (A-L)#depth of hold|Depth of hold]]'}, |
||
['Ship decks'] = {13, 'Decks'}, |
['Ship decks'] = {13, 'Decks'}, |
||
['Ship deck clearance'] = {14, 'Deck clearance'}, |
['Ship deck clearance'] = {14, 'Deck clearance'}, |
||
['Ship ramps'] = {15, 'Ramps'}, |
['Ship ramps'] = {15, 'Ramps'}, |
||
['Ship ice class'] = {16, 'Ice class'}, |
['Ship ice class'] = {16, '[[Ice class]]'}, |
||
['Ship power'] = {17, 'Installed power'}, |
['Ship power'] = {17, 'Installed power'}, |
||
['Ship propulsion'] = {18, 'Propulsion'}, |
['Ship propulsion'] = {18, 'Propulsion'}, |
||
['Ship sail plan'] = {19, 'Sail plan'}, |
['Ship sail plan'] = {19, '[[Sail plan]]'}, |
||
['Ship speed'] = {20, 'Speed'}, |
['Ship speed'] = {20, 'Speed'}, |
||
['Ship range'] = {21, 'Range'}, |
['Ship range'] = {21, 'Range'}, |
||
['Ship endurance'] = {22, 'Endurance'}, |
['Ship endurance'] = {22, 'Endurance'}, |
||
['Ship test depth'] = {23, 'Test depth'}, |
['Ship test depth'] = {23, '[[Submarine depth ratings|Test depth]]'}, |
||
['Ship boats'] = {24, 'Boats & landing <br /> craft carried'}, |
['Ship boats'] = {24, 'Boats & landing <br /> craft carried'}, |
||
['Ship capacity'] = {25, 'Capacity'}, |
['Ship capacity'] = {25, 'Capacity'}, |