Content deleted Content added
why do we want frame.preprocess? it introduces the getContent bug. |
No edit summary |
||
Line 64:
if nowiki then
return "<pre><nowiki>" .. tostring(result(title,p1,p2,p3,p4,p5,p6,p7,p8,p9)).. [[</nowiki></pre>]] -- I *think* these are all page:x() calls
else return
end
else return tostring(result) -- note that nil values will be returned as "nil", not ""
|