Anonymous

Module:Data Table/Tags: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
no edit summary
No edit summary
No edit summary
Line 128: Line 128:
}
}
end,
end,
["N/A"] = function(cell) -- special case: cell starts with N/A
["NotApplicable"] = function(cell) -- special case: cell starts with N/A
local text, info = TermList.separateAdditionalInfo(cell)
local text, info = TermList.separateAdditionalInfo(cell)
local tooltip = utilsMarkup.tooltip("—", "Not Applicable")
local tooltip = utilsMarkup.tooltip("—", "Not Applicable")