Template:Staff noticeboard header: Difference between revisions
mNo edit summary Tag: Reverted |
mNo edit summary Tag: Reverted |
||
| Line 9: | Line 9: | ||
*Some style elements, particularly on the mobile site, display incorrectly due to changes to some skins behind the scenes. | *Some style elements, particularly on the mobile site, display incorrectly due to changes to some skins behind the scenes. | ||
*Equations render differently due to changes to the [[mediawikiwiki:Extension:Math|math extension]] in newer versions. This is not a bug and it improves performance that way, but how it looks can be changed with CSS based on your feedback. | *Equations render differently due to changes to the [[mediawikiwiki:Extension:Math|math extension]] in newer versions. This is not a bug and it improves performance that way, but how it looks can be changed with CSS based on your feedback. | ||
*Some text generated with [[Help:Cargo|Cargo]] queries displays an error message saying "Identifier must not contain quote, dot or null characters." This can be fixed by adding an alias to the field in the query (e.g. change <code>fields=CONCAT("[[", _pageName, "|", name, "]]")</code> to <code>fields=CONCAT("[[", _pageName, "|", name, "]]") = text</code>). | |||