Module:PersonCall

From Khyentse Lineage - A Tsadra Foundation Project
Revision as of 23:40, 25 August 2023 by Jeremi (talk | contribs) ((by SublimeText.Mediawiker))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:PersonCall/doc

local personData = mw.loadData('Module:PersonCall/data')

local p = {}

function p.main(frame)

    return personData[frame:getParent().args[1]]

end

return p