Module:Lua test: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
function p.hello(frame) | function p.hello(frame) | ||
return ' | return frame:preprocess( "'''Bold''' and ''italics'' is {{Foo}}" ) | ||
end | end | ||
return p | return p | ||