Template:LocaleDate

From OniGalore
Revision as of 20:42, 3 February 2025 by Iritscen (talk | contribs) (+docs)

This template was an experiment in using template CSS via the TemplateStyles extension to dynamically reformat dates as mdy or dmy based on the user's locale (the locale would need to be read via JavaScript, which would then set some CSS variables accordingly, but the JS code was never written). This hacky attempt failed because the validator used by TemplateStyles to safety-check the CSS does not allow CSS variables. Amazingly MediaWiki still lacks the ability for a template to directly read the user's locale.