localp={}functionp.lua_main(frame)locals=frame.args[1]ifframe.args[3]thenlocalargs={}fori,vinipairs(frame.args)doifi>=2thenargs[#args+1]=vendendargs['style']='display: inline'args['list_style']='display: inline'args['item1_style']='display: inline'h=mw.html.create('div')h:wikitext(s)h:tag('br')-- h:newline() is not working for some reasonh:wikitext('लेखक: ')h:wikitext(frame:expandTemplate{title='Unbulleted list',args=args})returnhelseifframe.args[2]thens=s..'<br />लेखक: '..frame.args[2]returnsendreturnsendfunctionp.main(frame)returnp.lua_main(frame:getParent())endreturnp