Module:Hero: 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.

6 August 2024

  • curprev 00:3400:34, 6 August 2024Imahero talk contribs 183 bytes +183 Created page with "local p = {}; function p.plural(frame) local num_heroes = tonumber(frame.args.count) local conj_heroes = num_heroes == 1 and 'hero' or 'heroes' return conj_heroes end return p"