The page has not been checked
Documentation for this module may be created at Module:Mainmodulesub/doc
-- test. Submodule to import. local sub = {} function sub.fromsub1() return "From Sub #1<br/>" end function sub.fromsub2() return "From Sub #2>>{{toto}}<<<br/>" end return sub