dataset =
local p =
function p.set(frame) dataset[frame.args[1]] = 'true'end
function p.get(frame) return 'this is ' .. dataset[frame.args[1]]end
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/Xeror/Test".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.