All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Know Islam. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:40, 25 June 2024 Menj talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: function calculateAgeAtDeath() { var birthElems = document.querySelectorAll('[data-birth]'); var deathElems = document.querySelectorAll('[data-death]'); birthElems.forEach(function(birthElem, index) { var birthDate = new Date(birthElem.getAttribute('data-birth')); var deathDate = new Date(deathElems[index].getAttribute('data-death')); if (!isNaN(birthDate) && !...")