Module:BibleQuote: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 36:
function p._main( args )
if (in_table(args.version, VERSIONS_AVAILABLE)) then
return "<span class=\"bibleQuoteRef\" styledata-ref=\"color:Blue;font" .. args.ref .. "\" data-weight:bold;cursor:pointer;version=\"" .. args.version .. "\">" .. args.ref .. "</span>"
-- .. "<div data-ref=\"" .. args.ref .. "\" data-version=\"" .. args.version .. "\" class=\"bibleGetQuote\"></div>"
else
return "<span data-ref=\"" .. args.ref .. "\" data-version=\"" .. args.version .. "\">" .. args.ref .. "</span><sup style=\"color:red;\"> title=\"The Bible version '" .. args.version .. "\"' is not a valid version supported by the BibleGet projectendpoint.\">[!]</spansup>"
end