Module:BibleQuote: Difference between revisions
Content deleted Content added
Johnrdorazio (talk | contribs) No edit summary |
Johnrdorazio (talk | contribs) No edit summary |
||
Line 32:
function p._main( args )
if (in_table(args.version, VERSIONS_AVAILABLE)) then
return "<span class="bibleQuoteRef" style="color:Blue;font-weight:bold;cursor:pointer;">{{{ref}}}</span><div data-ref="{{{ref}}}" data-version="{{{version}}}" class="BibleGetQuote"></div>"
else
return args.version .. " is not a valid version"
|