Module:BibleQuote: Difference between revisions
Content deleted Content added
Johnrdorazio (talk | contribs) No edit summary |
Johnrdorazio (talk | contribs) No edit summary |
||
Line 33:
function p._main( args )
if (in_table(args.version, VERSIONS_AVAILABLE)) then
return "<span class=
else
return args.version .. " is not a valid version"
|