Module:Unicode chart/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 214:
elseif abbr then
abbrCell(abbr)
cell:tag('div'):addClass("codepoint"):wikitext(codepoint.hex)
else
local unicodeChar = '&#x'.. codepoint.hex .. ';'
Line 226 ⟶ 225:
unicodeChar = expandTemplate(args['wrapper'], {unicodeChar})
elseif args['font'] then
cell:css("font-family", "'" .. args['font'] .. "'")
--unicodeChar = tostring(
mw.html.create("div")
-- mw.html.create("div")
-- :css("font-family", "'" .. args['font'] .. "'")
-- :wikitext(unicodeChar)
--)
end
cell:wikitext(unicodeChar)
cell:tag('div'):addClass("codepoint"):wikitext(codepoint.hex)
end
local name = mUnicode.lookup_name(codepoint.int)
Line 264 ⟶ 263:
local row = body:tag("tr")
row:tag("th"):wikitext("U+".. rowHex .. "<i>x</i>")
:attr("rowspan", "2")
for colIndex=0, 15 do
local cell = row:tag("td")
--rowHex .. string.format("%X", colIndex)
createCell(cell,
newCodepoint(rowHexrowIndex*16 .. string.format("%X",+ colIndex)),
args
)
end
local subrow = body:tag("tr")
for colIndex=0, 15 do
cell subrow:tag('div'"td"):addClass("codepoint"):wikitext(codepoint.hex)
:wikitext(string.format("%04X", rowIndex*16 + colIndex))
end
end
Line 351 ⟶ 357:
end
end
-- look up block by na,e
if args['blockname'] then
local range = mUnicode.get_block_info(args['blockname'])
Line 361 ⟶ 369:
args
)
-- block given as start and end of range
elseif args['rangestart'] and args['rangeend'] then
return createTable(