Content deleted Content added
Copy from sandbox, allow no problems with empty template name |
|||
Line 116:
end
-- Get VTE button text
local template_name = Args['template_name']
local VTE_text = ''
if template_name
VTE_text = frame:expandTemplate{ title = 'navbar', args = { mini=1, style='float:right', template_name} }
end
|