Module:Sandbox/RexxS/Wd: Difference between revisions

Content deleted Content added
more examples
Licensed: CC-0
 
(One intermediate revision by the same user not shown)
Line 1:
--[[
Demo of calling Module:Wd from another module
Licensed: CC-0
--]]
 
Line 31 ⟶ 32:
out[#out+1] = val
 
return "===<h3> Demo ===<br/h3>" .. table.concat(out, "<br>")
end