MediaWiki:Common.css: Różnice pomiędzy wersjami
Z Nonsensopedii, polskiej encyklopedii humoru
M |
M |
||
Linia 1: | Linia 1: | ||
[http://nonsensopedia.wikia.com/index.php?title=MediaWiki:Common.css&action=purge purge] |
[http://nonsensopedia.wikia.com/index.php?title=MediaWiki:Common.css&action=purge purge] |
||
<pre> |
|||
function edittips() { |
|||
if((document.title.indexOf('Edytuje') != -1)&&(wgNamespaceNumber == 2)) { |
|||
var editnote = '<div style="border:1px solid black;padding:5px;text-align:center;background-color:#ffeeff;margin:5px;">'; |
|||
editnote += 'text here la la la'; |
|||
editnote += '</div>'; |
|||
document.getElementById('bodyContent').innerHTML = editnote + document.getElementById('bodyContent').innerHTML; |
|||
} |
|||
} |
|||
addOnloadHook(edittips); |
|||
</pre> |