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..."
(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 difference)

Navigation menu