Main public logs

From TibiaCraft
Jump to navigationJump to search

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

Logs
  • 22:09, 4 October 2025 Root talk contribs created page Module:Block value (Created page with "local p = {} function p.value( f ) local args = f if f == mw.getCurrentFrame() then args = require( 'Module:ProcessArgs' ).merge( true ) end local block = mw.text.trim( args[1] or '' ):lower() local argType = args.type local values = mw.loadData( 'Module:' .. argType .. ' values' ) local value = values[block] local category = '' if not value then value = values[block:gsub( 's$', '' )] if not value then value = '[[Template:' .. argType .. ' values...")