Content deleted Content added
im dumb, read the documentation! Tag: Reverted |
gallery is weird Tag: Reverted |
||
Line 38:
results[#results+1] = frame:preprocess("{{#tag:gallery|" .. inputUnpiped .. "|mode=slideshow|class=switcher-container}}")
-- results[#results+1] = frame:preprocess("{{#tag:gallery|" .. inputPiped .. "|mode=slideshow|class=switcher-container}}")
-- results[#results+1] = frame:preprocess(string.gsub(inputPiped,"\n","\n\n"))
-- results[#results+1] = frame:preprocess("{{#invoke:Text|concatParams|" .. inputPiped .. "}}")
-- results[#results+1] = frame:preprocess("{{#tag:gallery|{{#invoke:Text|concatParams|" .. inputPiped .. "}}|mode=slideshow|class=switcher-container}}")
-- results[#results+1] = frame:extensionTag({name="gallery",content=inputPiped,args={mode="slideshow",class="switcher-container"}})
results[#results+1] = '<gallery mode="slideshow" class="switcher-container">' .. inputPiped .. '</gallery>'
results[#results+1] = frame:preprocess('<gallery mode="slideshow" class="switcher-container">' .. inputUnpiped .. '</gallery>')
results[#results+1] = frame:preprocess('<gallery mode="slideshow" class="switcher-container">' .. inputPiped .. '</gallery>')
for a,b in next,results do
mw.log("result",a,":",b)
end
return table.concat(results,"\n\n<hr>\n\n")
|