Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

All public logs

More actions

Combined display of all available logs of Teriock. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:25, 23 January 2025 Gpe talk contribs created page Module:ESTable (Created page with "local p = {} -- Column mappings local columns = { op = 1, flame_verbs = 2, flame_nouns = 3, storm_verbs = 4, storm_nouns = 5, life_verbs = 6, life_nouns = 7, necro_verbs = 8, necro_nouns = 9, nature_verbs = 10, nature_nouns = 11 } -- Helper function to parse the source table local function parseTable(frame) local source = mw.text.split(frame:preprocess('{{:MediaWiki:ESTable}}'), '\n') local data = {} for i, l...")