Content deleted Content added
Sophivorus (talk | contribs) Add entry points |
Sophivorus (talk | contribs) m Idem |
||
Line 848:
function p.getsection(text, section) return getSection(text, section) end -- Temporary entry point for backwards compatibility
function p.parse(text, options, filesOnly) return parse(text, options, filesOnly) end
function p.parseImage(text, start) return parseImage(text, start) end
function p.parseimage(text, start) return parseImage(text, start) end -- Temporary entry point for backwards compatibility function p.parseArgs(frame) return parseArgs(frame) end
function p.argImage(text) return argImage(text) end
function p.argimage(text) return argImage(text) end -- Temporary entry point for backwards compatibility
function p.checkImage(image) return checkImage(image) end
function p.checkimage(image) return checkImage(image) end -- Temporary entry point for backwards compatibility function p.cleanupText(text, options) return cleanupText(text, options) end
function p.main(pageNames, options) return main(pageNames, options) end
function p.err(msg, a, b) return err(msg, a, b) end
function p.
function p.numberflags(str) return numberFlags(str) end -- Temporary entry point for backwards compatibility
return p
|