Module:Vital article: Difference between revisions

Content deleted Content added
don't return anything if it is not vital
reduce the icon size to 11px, as 16px gets overbearing if used multiple times in a paragraph
Line 33:
local page = frame.args.page~='' and frame.args.page or mw.title.getCurrentTitle().subjectPageTitle.text
local link, level = getLink(page)
return link and '[[' .. page .. ']] [[File:Círculos Concéntricos.svg|16px11px|link=|alt=]] [[' .. link .. '|' .. level .. ']]'
end