Module:Navpills: Difference between revisions
From Aeronautica Official Wiki
More actions
Added Colon in the Back |
m Just Adds colon instead of the whole ':Category:' |
||
Line 61: | Line 61: | ||
local linkTarget = pageName | local linkTarget = pageName | ||
if isCategoryPage(pageName) then | if isCategoryPage(pageName) then | ||
linkTarget = ' | linkTarget = ':' .. pageName -- Ensure "Category:" prefix | ||
end | end | ||