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.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a2307c8aa90b3524

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