Content deleted Content added
No edit summary |
No edit summary |
||
Line 10:
return 'failed to extract Infobox television episode/sandbox'
end
local template_name = 'Infobox television episode/sandbox'
-- return frame:callParserFunction ('#tag:syntaxhighlight', tostring(ibox_text))▼
local template_content = ibox_text:gsub ('{{%s' .. template_name, ''):gsub ('}}$', '')
-- preprocess the template then apply syntax highlighting to get the raw html
▲
end
|