Jump to content

Module:Fedi-share

Permanently protected module
From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by MusikBot II (talk | contribs) at 18:00, 26 October 2023 (Protected "Module:Fedi-share": High-risk template or module: 3107 transclusions (more info) ([Edit=Require extended confirmed access] (indefinite) [Move=Require extended confirmed access] (indefinite))). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

-- Helper  for https://fedi-share.toolforge.org/

local p = {}

function p.link( frame )
	local message = frame.args[1];
	return "https://fedi-share.toolforge.org/?json=" .. mw.uri.encode( mw.text.jsonEncode( message ) )
end

return p