MediaWiki:FileUploadWizard.js: Difference between revisions

Content deleted Content added
Remove this page from the {{OTRS pending}} categories
Add dated parameters to OTRS pending tag
Line 1,159:
(opts.ThirdPartyEvidenceOptionOTRS ?
("The license agreement has been forwarded to OTRS." +
fuwSurroundString(" Ticket: ", opts.ThirdPartyOTRSTicket) + "{{OTRS " + "pending}}|year=" + fuwSubst("CURRENTYEAR") :+
"|month=" + fuwSubst("CURRENTMONTH") +
"|day=" + fuwSubst("CURRENTDAY2") + "}}") :
(opts.ThirdPartyEvidenceOptionOTRSForthcoming ?
"The license agreement will be forwarded to OTRS shortly. {{OTRS " + "pending}}|year=" :+ fuwSubst("CURRENTYEAR") +
"|month=" + fuwSubst("CURRENTMONTH") +
"|day=" + fuwSubst("CURRENTDAY2") + "}}" :
(opts.ThirdPartyEvidenceOptionNone ?
"Will be provided on request." : null))));