MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
$(function () { | $(function () { | ||
if (mw.config.get('wgNamespaceNumber') === 0) { | |||
$('<div class="global-site-message">Referując do WikiHum należy używać <b>identyfikatorów Dariah.lab</b> (ang. Dariah.lab. ID).</div>') | |||
.prependTo('#content'); | |||
} | |||
}); | }); | ||