-- Creates a link that opens the editor screen for whatever page this module is invoked onreturnfunction(text)localpage_title=mw.title.getCurrentTitle().fullTextlocalurl=tostring(mw.uri.fullUrl(page_title,'action=edit'))return'['..url..' '..(textor'edit')..']'end