본문으로 이동

개인적인 사정으로 큰숲백과 관리를 무기한 중단합니다. 데이터베이스 덤프 관련 공지도 조만간 올리겠습니다.

  1. 큰숲백과:청사진에서 위키 발전의 대략적인 방향성을 제시했습니다. 의견이 있으신 분은 큰숲백과토론:청사진에서 의견을 남겨주시면 좋겠습니다.
  2. 기능상의 오류로 지원하지 않고 있는 기능에 대해서는 큰숲백과토론:이슈 트래커에 요약했습니다. 참고하시기 바랍니다.
  3. 큰숲백과 단축도메인 bigforest.wiki 열렸습니다.

모듈:UnicodeBlock: 두 판 사이의 차이

16 바이트 제거됨 ,  2021년 12월 23일 (목)
편집 요약 없음
편집 요약 없음
편집 요약 없음
268번째 줄: 268번째 줄:
local p = {}
local p = {}
function p.main(data)
function p.main(data)
local char
if type(data) == 'table' then
if type(data) == 'table' then
local char = data.args[1]
char = data.args[1]
local codepoint = mw.ustring.codepoint(char)
else
codepoint = codepoint, '16'
char = data
for n= 1, endN do
end
local start_ = tonumber(uniBlock[n][1], 16)
local codepoint = mw.ustring.codepoint(char)
local end_ = tonumber(uniBlock[n][2], 16)
codepoint = codepoint, '16'
if start_ <= codepoint and codepoint <= end_  then
for n= 1, endN do
return uniBlock[n][3]
local start_ = tonumber(uniBlock[n][1], 16)
end
local end_ = tonumber(uniBlock[n][2], 16)
if start_ <= codepoint and codepoint <= end_  then
return uniBlock[n][3]
end
end
else mw.log(tostring(ref[data]))
end
end
end
end
return p
return p
익명 사용자