Toggle menu
2
16
17
151
The My Singing Monsters Modding Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Mobile.js: Revision history

MediaWiki interface page

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 November 2023

  • curprev 19:5819:58, 4 November 2023Nextg talk contribs 515 bytes +515 Created page with "// syntax highlighter var syntaxElements = document.querySelectorAll("pre"); // for each element do an action syntaxElements.forEach(checkSyntax); function checkSyntax(code) { // check if it has the specified keyword if (code.textContent.indexOf("game.") > -1) { // (technically) insert elements for specified keywords to color them code.innerHTML = code.textContent .replace(".", "<span style='color: #b1ac8b;'>.</span>") .replace("game", "<span styl..." Tags: Mobile edit Mobile web edit
Cookies help us deliver our services. By using our services, you agree to our use of cookies.