Jump to content

Main public logs

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

Logs
  • 19:17, 3 January 2026 Sharkius talk contribs created page Module:ConvertMaxWidth (Created page with "local p = {} function p.main(frame) local args = frame.args -- Get input value (yards) local yards = tonumber(args[1]) if not yards then return "Error: Invalid or missing yard value." end -- Decimal precision (default: 1) local precision = tonumber(args['precision']) or 1 -- Abbreviation toggle local abbr = args['abbr'] or 'on' -- Conversions local miles = yards / 1760 local km = yards * 0.0009144 -- Forma...")