Jump to content

Module:Fedi-share

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by commons>Legoktm at 04:18, 26 March 2023 (new module). 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)

-- 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