Content deleted Content added
Adding in-cell references and re-instituting length cell ordering based on passed parameter (km or mi) |
Create empty cell where notes=none |
||
Line 211:
local notes = args["notes"] or ''
if notes
elseif notes ~= '' then
return '|' .. notes --display notes in cell
else
return '' --create no cell
end
end
|