Module:Sandbox/User:The Gaffer/Modules/Infobox Recipe: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
The Gaffer (talk | contribs) No edit summary |
The Gaffer (talk | contribs) No edit summary |
||
Line 92: | Line 92: | ||
-- Add debug information to the output as a simple paragraph |
-- Add debug information to the output as a simple paragraph |
||
local debugMessage = 'Debug Info:<br>' .. |
local debugMessage = 'Debug Info:<br>' .. |
||
'params: ' .. (params) .. '<br>' .. |
|||
'rawmat1query: ' .. (rawmat1query or 'nil') .. '<br>' .. |
'rawmat1query: ' .. (rawmat1query or 'nil') .. '<br>' .. |
||
'rawmat1cost: ' .. tostring(rawmat1cost) .. '<br>' .. |
'rawmat1cost: ' .. tostring(rawmat1cost) .. '<br>' .. |