def getEditHTML(self, type, ident, linkonly=0):
if type == "skfile":
args = getFormatManager().getPluginArguments('file', ident)
return filter.wikiFiles(args, True, None)
if type == "skimg":
args = getFormatManager().getPluginArguments('image', ident)
return filter.wikiImages(args, True, None)
if type == "personnelimage":
args = getFormatManager().getPluginArguments('personnelimage', ident)
return filter.personnelWikiImages(args, True, None)