local p = function p.usesProperty(frame) local parent = frame.getParent(frame) local result = local props = parent.args for k, v in pairs(props) do result = result .. "k=" .. k .. ", v=" .. v .. ";" end return resultend return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/Evad37/Uses Wikidata".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.