Main public logs
Combined display of all available logs of EthernalRO Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:46, 26 January 2026 Slicer talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: function copiarNavi(mapa, y, x) { const texto = `/navi ${mapa},${y},${x}`; if (navigator.clipboard) { navigator.clipboard.writeText(texto).then(() => { mw.notify(`Copiado: ${texto}`); }); } else { // fallback antigo const temp = document.createElement("textarea"); temp.value = texto; document.body.appendChild(temp); t...")