(Translated by https://www.hiragana.jp/)
Module talk:Documentation - Meta Jump to content

Module talk:Documentation

Add topic
From Meta, a Wikimedia project coordination wiki

Protected edit request on 15 April 2023

[edit]

Please implement my changes in the Module:Documentation/sandbox. This makes mirroring work for modules, where wikitext generally does not work. Aasim 15:58, 15 April 2023 (UTC)Reply

Protected edit request on 2 June 2023

[edit]

Please implement my changes in the Module:Documentation/sandbox. This makes Module:Module wikitext work allowing modules to add wikitext to their output. —Uzume (talk) 15:41, 2 June 2023 (UTC)Reply

Dark mode fix request

[edit]

Please add the following lines at the bottom of Module:Documentation/styles.css. Thank you!

/* fix headers in dark mode */
.ts-doc-content .mw-headline {
	color:#222
}
.mw-templatedata-caption,
.mw-templatedata-format {
	color:#222
}
/* fix icon for templatedata params (inline/block) in dark mode */
.mw-templatedata-doc-params .oo-ui-widget {
	filter: unset !important;
}

(Note: I've tested these at Mediawiki-wiki, and I asked for dev-confirmation that it's ok (they said yes)). Quiddity (talk) 00:16, 9 July 2024 (UTC)Reply

Done * Pppery * it has begun 15:51, 9 July 2024 (UTC)Reply

Urgent: Please update Module:Documentation/styles.css

[edit]

Firstly, apologies for writing in English if this is not your first language (this is an automated message).

This template has been detected as one of 436 pages using styles that break the page when printed when the user is using dark mode. The fix is very straightforward - all your styles relating to dark mode must be scoped to. Since there is a high risk of this templates being copied to other wikis it is important this notice is acted on ASAP.

To fix this:

  1. Update `@media (prefers-color-scheme: dark` to `@media screen and (prefers-color-scheme: dark`
  2. Wrap any styles relating to `html.skin-theme-clientpref-night` in `@media screen`

If this message has not been acted on in 7 days, this will be fixed by an automated script. Thank you for your help fixing this important issue.

For any questions feel free to ask them at phab:T369874.

Jon (WMF) (talk) 21:17, 2 August 2024 (UTC) on behalf of the web team.Reply