Content deleted Content added
I bet there's a better way to do this but I didn't think of it... |
m The page->title thing again! |
||
Line 60:
local result=title[field]
if type(result)=="function" then
return frame.preprocess(frame, "<pre><nowiki>" .. result(
else return tostring(result) -- note that nil values will be returned as "nil", not ""
end
|