Module:SocialShare: Revision history

From TwogPedia

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.

23 April 2025

  • curprev 02:4302:43, 23 April 2025Admin talk contribs 636 bytes +636 Created page with "local p = {} function p.generateShareLinks(frame) local socialLinks = { { source = "Twitter" }, { source = "Facebook" }, { source = "Instagram" }, { source = "Linkedin" } } local html = mw.html.create("div"):addClass("right-last-container-news-twogpedia") html:tag("b"):wikitext("Share:"):done() for _, data in ipairs(socialLinks) do local span = html:tag("span"):addClass("icon-container-news-twogpedia")..."