Module:BibleQuote

From BibleVerseWiki
Revision as of 02:48, 8 December 2023 by Kelvin (talk | contribs)

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

local p = {} --p stands for package

function p.single( frame )
    return frame:expandTemplate{ title = frame.args[1] }
end

return p