Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Module:Remsense/Unicode chart

From Wikipedia, the free encyclopedia
require('strict')
local p = {}

p.uData = require "Module:Unicode data"

function p.uChart(frame)
	-- load arguments module to simplify handling of args
	local getArgs = require('Module:Arguments').getArgs
	
	local args = getArgs(frame)
	return p._uChart(args)
end

function p.uChart(args)
end
-- mw.logObject(p.uData.get_block_info("CJK Radicals Supplement"))
return p