Editing Module:BibleQuote2

Revision as of 00:43, 2 January 2024 by Kelvin (talk | contribs) (Created page with "local p = {} --p stands for package local getArgs = require('Module:Arguments').getArgs local function verseNamespace() return "VerseTemplate" end local function removePilcrow(verse) return (string.gsub(verse, "^<span class=\"pilcrow\">ΒΆ</span>%s*", "")) end local function addSingleSpace(verse) return (string.gsub(verse, "^", "<br>")) end local function addDoubleSpace(verse) return (string.gsub(verse, "^", "<br><br>")) end local function addIndent(v...")
(diff) ← Older revision | Latest revision (diff) | Newer revision β†’ (diff)

Warning: You are editing an out-of-date revision of this page. If you publish it, any changes made since this revision will be lost.

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

To insert a Bible quote use this format: {{Bible|Joshua 1:9}}. For more examples and other editing tips see Help:Editing.

Cancel Editing help (opens in new window)

Template used on this page: