See documentation at the {{AnnotatedListOfLinks}} template which calls this module.
{{AnnotatedListOfLinks}}
local p = {}; function p.toSeeAlsoList(frame) local wikitext = frame.args[1] return wikitext end return p