词条 | Module:Sandbox/RichardW57m/expand |
释义 | local p = {} function p.expand(page) ctxt=mw.getCurrentFrame() local newargs = {} for t, v in pairs(ctxt.args) do newargs[t] = v end newargs.p2="Fake parameter" newargs.valign="super" local ctxt2 = ctxt:newChild{args=newargs} local text1 = ctxt2:preprocess("p1={{{p1}}} p2={{{p2}}}") local text2 = ctxt2:preprocess("xx{{huge|up}}xx") -- Fails to take effect! local text3 = ctxt2:expandTemplate{title='huge', args={'works', valign='super'}} return text1..'\\'..text2..'\\xx'..text3..'xx' end
return p |
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。