Module:Librivox book

This is an old revision of this page, as edited by GreenC (talk | contribs) at 13:47, 18 March 2015 (Replaced content with 'local p = {} function p.book(frame) return "Hello" end'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {}

function p.book(frame)

  return "Hello"

end