Module:Process ask query results 1
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Process ask query results 1/doc
local p = {}
function p.processData(frame)
local full_query_arg = frame.args["full_query"]
local extra_arg = frame.args["extra"]
local my_log = {}
property_names_array = {"Source Page", "Newspaper Item Number", "Newspaper Title", "Newspaper Page", "Newspaper Column", "Publication Date", "Newspaper Full Text", "Newspaper Excerpt", "Newspaper Summary", "Newspaper Online Source", "Mentions"}
return "<ul><li>" .. full_query_arg .."</li></ul>"
end
return p