{{#lua:
for page,data in stdin:gmatch("&&([%S]+)&&{{{1}}}= *([^\n]+)") do print("* "..page.." "..data) end
|
}}