matmarex added a comment.
In https://phabricator.wikimedia.org/T120452#2232451, @Yurik wrote: > I found MediaWiki:Licenses <https://commons.wikimedia.org/wiki/MediaWiki:Licenses> - I am not sure what it is used for. They're used for the licensing dropdown at Special:Upload <https://commons.wikimedia.org/wiki/Special:Upload> (try loading the page with JS disabled, otherwise Commons-specific scripts will muddle it up). > Also, there is a list in preferences <https://commons.wikimedia.org/wiki/Special:Preferences#mw-prefsection-uploads> that I don't know what code controls. This one is from UploadWizard (the whole preferences tab is specific to UW). It's controlled by `$wgUploadWizardConfig['licensing']` (https://github.com/wikimedia/mediawiki-extensions-UploadWizard/blob/master/UploadWizard.config.php#L428). I'm not sure if either of these is worth reusing. They were both created to match the already existing license templates at Commons. If you want machine-readable identifiers, try the SPDX ones (https://spdx.org/licenses/). TASK DETAIL https://phabricator.wikimedia.org/T120452 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Yurik, matmarex Cc: TheDJ, Eloy, Jdforrester-WMF, brion, ThurnerRupert, intracer, TerraCodes, Pokefan95, gerritbot, -jem-, Bawolff, MZMcBride, Milimetric, Thryduulf, JEumerus, MarkTraceur, Yurik, Matanya, ekkis, matmarex, Lydia_Pintscher, Aklapper, Steinsplitter, StudiesWorld, DannyH, Riley_Huntley, D3r1ck01, Izno, JAllemandou, Wikidata-bugs, aude, El_Grafo, Ricordisamoa, Shizhao, Fabrice_Florin, Mbch331, Jay8g, Krenair, jeremyb _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
