This is an old revision of this page, as edited by Kephir(talk | contribs) at 10:00, 23 February 2013(can we check parents' arguments?). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.Revision as of 10:00, 23 February 2013 by Kephir(talk | contribs)(can we check parents' arguments?)
-- [[User:Kephir]]'s Scribunto sandbox-- do not expect anything to stay here in placereturn{argtest=function(frame)localresult=''forkey,valueinpairs(frame.getParent().args)doresult=result..key..'='..value..'<br/>'endreturnresultend}