Das ist ein Workaround um das Problem, daß <ref> in Datenfeldern nicht aufgelöst wird.
<ref>
local p = {} --p stands for package function p.subrefs( frame ) pf = frame:getParent() args = pf.args t ='This is just a text'..args[1] return t end return p