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

5 February 2024

  • curprev 20:5520:55, 5 February 2024Imahero talk contribs 205 bytes +205 Created page with "local p = {} function p.players(frame) local num_players = tonumber(frame.args[1]) or 0 local conj_players = num_players == 1 and 'Player' or 'Players' return conj_players end return p"