MediaWiki:Gadget-OrathicNameGen.js: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 March 2025

  • curprev 00:2800:28, 23 March 2025 Oros talk contribs 906 bytes +906 Created page with "// Orathic Name Generator mw.loader.using('mediawiki.util').then(function () { $(function () { function generateOrathicName() { const core = ["Thar", "Jek", "Morak", "Orak", "Surn", "Tahrûn", "Zhen", "Voll", "Tahr", "Kel", "Valh", "Oskaet"]; const mod = ["Lak", "Thak", "Hael", "Karun", "Neh", "Vak", "Zal", "Un", "Uth", "Kesh", "Drohn", "Mhal"]; const name = core[Math.floor(Math.random() * core.length)] + "-" + mod[Math.flo..."