-- Main table to hold all functionslocalp={}p.hello=function(frame)localstr="Hello World!"returnstrendp.helloMath=function(frame)localformula="\\frac{a}{b}"-- Ensure the string isn't misinterpretedreturnformula--return mw.text.nowiki(formula) endreturnp