All public logs
Combined display of all available logs of Forsaken Saga Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:08, 13 June 2024 176.40.36.35 talk created page Module:Singular-plural (Created page with "local getArgs = require('Module:Arguments').getArgs local ul = require('Module:Ul').main local listify = require('Module:Listify') local p = {} function p.label(frame) local args = getArgs(frame) local singular = args['singular'] or args['s'] local plural = args['plural'] or args['p'] local items = listify(args[1]) if #items == 1 then return singular else return plural end end function p.value(frame) local args = getArgs(frame) local class =...")