Sandbox
Dmax
film foo
{{#lua:
for sp, id in stdin:gmatch("&?&?([%w\. ]+)&&([%w\., ]+)&&([^\n]+)") do
print(id)
end
|
}}
Dmax
film foo
{{#lua:
for sp, id in stdin:gmatch("&?&?([%w\. ]+)&&([%w\., ]+)&&([^\n]+)") do
print(id)
end
|
}}