Module:Extract short description explained

require('strict');

--

local function extract_from_template (frame, article_title, template_names_tbl) local content = mw.title.new (article_title):getContent; -- read the unparsed article source if not content then return '

error: no article: ' .. article_title .. ''; end

local template_name_pattern; local start; if 'string'