Main public logs
Combined display of all available logs of Caves of Qud Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:02, 5 January 2025 Teamtoto talk contribs created page Module:Timing (Created page with "-- module timing individual functions -- @license (CC-BY-SA-3.0) -- @copyright John Erling Blad <jeblad@gmail.com> --usage: https://en.wikipedia.org/wiki/Module:Timing -- @var The table holding this modules exported members local p = { ['_count'] = 100, ['_sets'] = 10, } -- access function for the number of items in each sets -- @param number new count of items in each set -- @return number of items in each set function p.count( num ) if num then assert(num>0, "V...")