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).
- 19:22, 12 May 2025 Teamtoto talk contribs created page Module:ColorParseSandbox (Created page with "local p = {} local luatable = require'Module:Color' local textutil = require'Module:Text Utility' local process_args = require'Module:ProcessArgs' local shaders = require'Module:ColorParse/Templates' local stringbyte, stringchar = string.byte, string.char local shader_to_class = { ['y'] = 'y-dark', ['Y'] = 'y', ['b'] = 'b-dark', ['B'] = 'b', ['c'] = 'c-dark', ['C'] = 'c', ['r'] = 'r-dark', ['R'] = 'r', ['o'] = 'o-dark', ['O'] = 'o', ['w'] = 'w-dark', ['W'] =...")