Module:BibleQuote: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 35: Line 35:
return "<span class=\"bibleQuoteRef\" style=\"color:Blue;font-weight:bold;cursor:pointer;\">" .. args.ref .. "</span><div data-ref=\"" .. args.ref .. "\" data-version=\"" .. args.version .. "\" class=\"bibleGetQuote\"></div>"
return "<span class=\"bibleQuoteRef\" style=\"color:Blue;font-weight:bold;cursor:pointer;\">" .. args.ref .. "</span><div data-ref=\"" .. args.ref .. "\" data-version=\"" .. args.version .. "\" class=\"bibleGetQuote\"></div>"
else
else
return args.version .. " is not a valid version"
return "<span style=\"color:red;\">\"" .. args.version .. "\" is not a valid version supported by the BibleGet project</span>"
end
end
end
end
return p
return p