MediaWiki:Common.js: Difference between revisions
Appearance
Content deleted Content added
Created page with "$(function() { $('<div id="custom-banner" style="background:#fffae6; color:#000; padding:10px; text-align:center;">🔥 नए आर्टिकल लिखें और अपने विकी को बढ़ाएँ! <a href="/wiki/Help:Contents">जानें कैसे</a></div>').prependTo('#mw-content-text'); });" |
No edit summary |
||
Line 1: | Line 1: | ||
$(function() { |
$(function() { |
||
$('<div id="custom-banner" style="background:#fffae6; color:#000; padding:10px; text-align:center;"> |
$('<div id="custom-banner" style="background:#fffae6; color:#000; padding:10px; text-align:center;"><a href="/wiki/Help:Contents"></a></div>').prependTo('#mw-content-text'); |
||
}); |
}); |
Latest revision as of 02:14, 13 July 2025
$(function() {
$('<div id="custom-banner" style="background:#fffae6; color:#000; padding:10px; text-align:center;"><a href="/wiki/Help:Contents"></a></div>').prependTo('#mw-content-text');
});