22.401
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 388: | Zeile 388: | ||
"?#-", mainlabel = "-", limit = 10000} | "?#-", mainlabel = "-", limit = 10000} | ||
query = mw.smw.ask(query) | query = mw.smw.ask(query) | ||
t = t .. "<nowiki>{{{for template|Datei/ZeigeNichtInStraße/Work}}}</nowiki>\n" | |||
t = t .. "<gallery mode=\"nolines\">\n" | t = t .. "<gallery mode=\"nolines\">\n" | ||
for _, b in ipairs(query) do | for _, b in ipairs(query) do | ||
b = b[1] | b = b[1] | ||
t = t .. b .. "\n" | t = t .. b .. "|" .. | ||
"<nowiki>{{{field|" .. b .. "|input type=checkbox}}}</nowiki>\n" | |||
end | end | ||
t = t .. "</gallery>\n" | t = t .. "</gallery>\n" | ||
t = t .. "<nowiki>{{{end template}}}</nowiki>\n" | |||
t = frame:preprocess(t) | t = frame:preprocess(t) | ||
return t | return t | ||