Module:BibleQuote: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 47:
})
-- let's make sure defaults are set
if args.version == nil or args.version or== "NABRE" then
if args.version == "" then
args.version = "NABRE"
end
 
args.ref = args.ref or "John 3:16"
if args.ref == nil or args.ref == "" then
args.ref = "John 3:16"
end
 
args.inline = args.inline or "true"
if args.inline == nil or args.inline == "" or args.inline == 1 or args.inline == "true" then
args.inline = "true"
elseif args.inline == 0 or args.inline == "false" then