MediaWiki:Gadget-armory-core.js: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 20: | Line 20: | ||
supporter: [ 'any', 'yes', 'no' ], | supporter: [ 'any', 'yes', 'no' ], | ||
tradeable: [ 'any', 'yes', 'no' ], | tradeable: [ 'any', 'yes', 'no' ], | ||
modclass: [ 'any', ' | modclass: [ 'any', 'Armor', 'Attack', 'Cargo Salvage', 'Cargo Scanner', 'Cargo Shielding', 'Cargo Space', 'Damage', 'Damage Reduction', 'Damage Reflection', 'Defense', 'Engine Efficiency', 'Evasion', 'Hacking', 'Heat Resistance', 'Intel', 'Salvage Chance', 'Sensor Scan Results', 'Shield', 'Shield Boost', 'Shield Recharge', 'Targeting', 'Threat', 'Weapon Recharge' ], | ||
restriction: [ 'any', 'surface', ' | restriction: [ 'any', 'surface', 'stories', 'missions', 'encounters', 'outlands', 'events', 'removed' ], | ||
augmented: [ 'any', 'able', 'yes' ], | augmented: [ 'any', 'able', 'yes' ], | ||
hiderecolour: [ false, true ], | hiderecolour: [ false, true ], | ||
| Line 92: | Line 92: | ||
items: [ | items: [ | ||
new OO.ui.ButtonOptionWidget({ data: 'any', label: 'Any'}), | new OO.ui.ButtonOptionWidget({ data: 'any', label: 'Any'}), | ||
new OO.ui.ButtonOptionWidget({ data: 'yes', label: 'Supporter\' only' }), | new OO.ui.ButtonOptionWidget({ data: 'yes', label: 'Supporter\'s only' }), | ||
new OO.ui.ButtonOptionWidget({ data: 'no', label: 'Not | new OO.ui.ButtonOptionWidget({ data: 'no', label: 'Not Supporter\'s only' }), | ||
], | ], | ||
align: 'left' | align: 'left' | ||
| Line 299: | Line 299: | ||
new OO.ui.FieldLayout(slotDropdown, { label: 'Slot', align: 'left' }), | new OO.ui.FieldLayout(slotDropdown, { label: 'Slot', align: 'left' }), | ||
new OO.ui.FieldLayout(classSelect, { label: 'Class', align: 'left' }), | new OO.ui.FieldLayout(classSelect, { label: 'Class', align: 'left' }), | ||
new OO.ui.FieldLayout(supporterSelect, { label: ' | new OO.ui.FieldLayout(supporterSelect, { label: 'Supporter', align: 'left' }), | ||
new OO.ui.FieldLayout(tradeableSelect, { label: 'Tradeability', align: 'left' }), | new OO.ui.FieldLayout(tradeableSelect, { label: 'Tradeability', align: 'left' }), | ||
new OO.ui.FieldLayout(restrictionSelect, { label: 'Restriction', align: 'left' }), | new OO.ui.FieldLayout(restrictionSelect, { label: 'Restriction', align: 'left' }), | ||