Module:Vital article: Difference between revisions

Content deleted Content added
using section links when available
m cleaning up
Line 36:
local page = frame.args.page~='' and frame.args.page or mw.title.getCurrentTitle().subjectPageTitle.text
local link, level = getLink(page)
return '[[' .. page .. ']]' .. (link and ' [[File:Círculos Concéntricos.svg|11px|link=|alt=]] [[' .. link .. '|' .. level .. ']]' or '')
end