-- Taking lua for a spin.local p = local b2s = require("Module:BibTeX2Cite")
function p.test(frame) local s = @book local c = b2s.BibTeX2Cite(s) return frame:expandTemplateend
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/Lesser Cartographies/lua".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.