Module talk:Documentation

Latest comment: 12 days ago by Pppery in topic Dark mode fix request

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
Return to "Documentation" page.