Module:Wd
Documentation for this module may be created at Module:Wd/doc
-- Original module located at [[:en:Module:Wd]] and [[:en:Module:Wd/i18n]]. local p = {} -- main function that is supposed to be used by wrapper templates function p.main(frame) return nil end return p