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' : ['
// choice of PD status in OptionPDOther subsection
'PDOtherOptions': ['PDOtherUSGov','PDOtherOfficial','PDOtherSimple',
Line 286:
[],
['Reserve no rights'],
['
'
[]
],
Line 1,015:
(opts.PDOtherUSGov ? opts.USGovLicense : null) ||
(opts.PDOtherSimple ? opts.IneligibleLicense : null) ||
(opts.
(opts.PDURAA ? 'PD-URAA' : null) ||
(opts.PDFormality ? 'PD-US' : null);
|