User Details
- User Since
- May 27 2021, 9:53 PM (263 w, 6 d)
- Availability
- Available
- LDAP User
- ExE Boss
- MediaWiki User
- ExE Boss [ Global Accounts ]
Yesterday
May 14 2026
Note that the MediaWiki Download ships with CodeEditor, but not CodeMirror, so that needs to be rectified for MediaWiki 1.46.
Mar 17 2026
Feb 24 2026
Jan 24 2025
Dec 24 2023
Feb 20 2023
Sep 15 2022
Oct 16 2021
Oct 8 2021
Oct 5 2021
That’s because the new stylesheet is not yet deployed on Wikipedia.
Sep 28 2021
Sep 19 2021
Sep 11 2021
Sep 2 2021
Aug 25 2021
Aug 14 2021
Aug 13 2021
Aug 8 2021
Jul 28 2021
Jul 23 2021
Jul 21 2021
Jul 18 2021
This directly conflicts with: T285463: FuzzyBot should automatically create wanted categories that are marked for translation
Jul 14 2021
Jun 24 2021
The simple fix is to escape the <![CDATA[...]]> tags in a CSS comment, e.g. change:
<style data-mw-deduplicate="TemplateStyles:r4662631" typeof="mw:Extension/templatestyles mw:Transclusion" about="#mwt1" data-parsoid='{"pi":[[{"k":"1"}]],"dsr":[28,40,null,null]}' data-mw='{"parts":[{"template":{"target":{"wt":"T","href":"./Template:T"},"params":{"1":{"wt":"285463"}},"i":0}}]}'><![CDATA[<![CDATA[<![CDATA[.mw-parser-output .phui-tag{background-color:#e7e7e7;border:1px solid #e7e7e7;border-radius:3px;font:13px"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Lato","Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.51em;padding:0 4px}.mw-parser-output .phui-tag>a.external{background:none!important;padding:0!important}.mw-parser-output .phui-tag>a,.mw-parser-output .phui-tag>a:visited{color:black}.mw-parser-output .phui-tag>a{font-weight:bold}]]]]]]><![CDATA[><![CDATA[>]]]]><![CDATA[>]]></style>
to:
<style data-mw-deduplicate="TemplateStyles:r4662631" typeof="mw:Extension/templatestyles mw:Transclusion" about="#mwt1" data-parsoid='{"pi":[[{"k":"1"}]],"dsr":[28,40,null,null]}' data-mw='{"parts":[{"template":{"target":{"wt":"T","href":"./Template:T"},"params":{"1":{"wt":"285463"}},"i":0}}]}'>/*<![CDATA[*//*<![CDATA[*//*<![CDATA[*/.mw-parser-output .phui-tag{background-color:#e7e7e7;border:1px solid #e7e7e7;border-radius:3px;font:13px"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Lato","Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.51em;padding:0 4px}.mw-parser-output .phui-tag>a.external{background:none!important;padding:0!important}.mw-parser-output .phui-tag>a,.mw-parser-output .phui-tag>a:visited{color:black}.mw-parser-output .phui-tag>a{font-weight:bold}/*]]>*//*]]>*//*]]>*/</style>
Which works in all browsers, see also:
Jun 13 2021
Jun 10 2021
Note that float: inline‑start; and float: inline‑end; are currently only supported in Firefox.
Jun 4 2021
Note that there are some parser functions where the : makes sense, ex.: #invoke: or int:, because #invoke: and int: can be thought of as magic namespaces for specially accessing the Module: and MediaWiki: namespaces respectively.
- Variables: w/o arguments (probably low priority to migrate):
- {{CURRENTYEAR}} => {{#currentyear}} ? ({{#var...}} is already taken...)
Jun 3 2021
The tag-style syntax:
<ext foo="bar"> baz </ext>can be mapped to template-style syntax:
{{#tag:ext|foo=bar|baz}}