Jump to content

Module:ApplyLinkAnnotations

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by N8wilson (talk | contribs) at 20:06, 11 June 2021 (scaffold). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {};

function p.toSeeAlsoList(frame)
  local wikitext = frame.args[1]
  return wikitext
end

return p