All public logs
Jump to navigation
Jump to search
Combined display of all available logs of I-Pixelmon. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:49, 19 May 2025 NewAdmin talk contribs created page Module:StatRow (Created page with "-- Module:StatRow • builds one row of the StatTable local p = {} local tints = { hp = { light = "hp", class = "hp" }, atk = { light = "atk", class = "atk" }, def = { light = "def", class = "def" }, spa = { light = "spa", class = "spa" }, spd = { light = "spd", class = "spd" }, spe = { light = "spe", class = "spe" }, } local function numOrNA( val ) return tonumber( val ) or 'N/A' end function p.make( frame ) local args = frame.args loc...")