MediaWiki:FileUploadWizard.js: Difference between revisions

Content deleted Content added
per tper
load in sandbox updated from User:Dylsss
Line 205:
'ThirdPartyEvidenceOptionNone'],
// choice of PD status in OptionPDOld subsection
'PDOldOptions' : ['PDUS1923PDUSExpired','PDURAA','PDFormality','PDOldOther'],
// choice of PD status in OptionPDOther subsection
'PDOtherOptions': ['PDOtherUSGov','PDOtherOfficial','PDOtherSimple',
Line 286:
[],
['Reserve no rights'],
['cc-zeroself|cc0',
'CC-zeroCC0 Universal Public Domain Dedication'],
[]
],
Line 1,015:
(opts.PDOtherUSGov ? opts.USGovLicense : null) ||
(opts.PDOtherSimple ? opts.IneligibleLicense : null) ||
(opts.PDUS1923PDUSExpired ? 'PD-US-1923expired' : null) ||
(opts.PDURAA ? 'PD-URAA' : null) ||
(opts.PDFormality ? 'PD-US' : null);