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