Module:Sports table: Difference between revisions

Content deleted Content added
Apply color inherit to rowspan as well
Tags: Mobile edit Mobile web edit Advanced mobile edit
use fullText to match frame:getParent():getTitle()
Line 37:
local baselink = frame:getParent():getTitle()
if baselink == 'Module:Excerpt' then baselink = '' end
if mw.title.getCurrentTitle().textfullText == baselink then baselink = '' end
local template_name = (baselink ~= '' and (':' .. baselink .. (table_anchor ~= '' and '#' .. table_anchor or '')))
or ''