Module:HashAnchor: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 June 2024

  • curprev 20:1920:19, 11 June 2024Md143rbh7f talk contribs 325 bytes +325 Created page with "local function _render(name) name = name :gsub(" ", "_") :gsub("''", "") :gsub("'''", "") return mw.html.create("span") :addClass("hash-anchor") :attr("id", name) :wikitext("#") end local function render(frame) return _render(frame.args[1]) end return { render=render, _render=_render }"