Module:Sandbox/Qnm

From Meta, a Wikimedia project coordination wiki
Module documentation
127'"`UNIQ--nowiki-00000000-QINU`"'
Japan-themed edit-a-thon was held in Türkiye, hosted by BİLGİ Wikipedia Student Club
On November 30, 2023, a Japan-themed edit-a-thon was held within the scope of the Wikimedia Japan-Türkiye Friendship Project, hosted by the İstanbul Bilgi University Wikipedia...
Kurmanbek 2023-12-05 17:34:59
CEE Youth Group Meeting in Prague, 2023 – my first international Wikimedia gathering
During 24 and 25 November 2023, a historical first was achieved for the CEE region, as for the first time young editors up to 26...
NikosLikomitros 2023-12-05 16:25:42
Monthly report from Eugene, Caner and Taufik (October 2023)
Eugene Ormandy from Japan, Caner from Turkey and Taufik Rosman from Malaysia introduce their activities in October 2023.
Eugene Ormandy 2023-12-04 23:57:58
Growth team newsletter #29
Welcome to the twenty-ninth newsletter from the Growth team!  Community Conversations The Growth team will host its first community conversation Monday, 4 December (19:00 – 20:30...
Benoît Evellin 2023-12-04 23:54:26
127'"`UNIQ--rss-00000002-QINU`"'abc

--[=[ Qnm is EdwardAlexanderCrowley's alt account

]=]

local export = {}

function export.show(frame)
	local s = frame.args[1]
	local t = {}
	
	return s:sub(1, 1):byte() .. s:sub(2)
end

return export