MediaWiki:Mobile.js: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→All JavaScript here will be loaded for users of the mobile site: mw.loader.using( 'mediawiki.util' ).then( function () { var header = document.querySelector('.minerva-header .branding-box'); if (header) { var img = document.createElement('img'); img.src = '/w/images/FormulaOneLogo.svg'; // ← replace with your actual file path img.alt = 'Formula One Wiki'; img.style.height = '48px'; // Or larger if you like img.style...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* All JavaScript here will be loaded for users of the mobile site */ | /* All JavaScript here will be loaded for users of the mobile site */ | ||
Latest revision as of 09:25, 5 August 2025
/* All JavaScript here will be loaded for users of the mobile site */