Module:Monsters: Revision history

Jump to navigation Jump to search

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.

2 November 2025

1 November 2025

  • curprev 18:1218:12, 1 November 2025Choco talk contribs 2,383 bytes +2,383 Created page with "local p = {} local data = {} -- Called by the data templates to register themselves function p.register(frame) local args = frame.args local name = args.name or "Unknown" data[name] = args return "" -- don't output anything directly end -- Get data for a monster function p.get(monster) return data[monster] end -- Generate a table row for the monster list function p.row(frame) local monster = frame.args[1] local m = data[monster] if not..."