한국   대만   중국   일본 
???????:WikidataIB/nolinks - ?????????? ??????????????? ????? ?? ??????? ??????

??????? : WikidataIB/nolinks

?? ??????????????? ?????? ???????????
????????????? ??????? [ ????? ??? ]
local
 p
 =
{}


--[[

The values here are the English sitelinks for items that should not be linked.

These 36 are not definitive and may be altered to suit.

--]]

p
.
items
 =
 {

	"?????????"
,

	"?????"
,

	"???????"
,

	"??????"
,

	"???"
,

	"????????"
,

	"?????????"
,

	"???????"
,

	"????????"
,

	"?????"
,

	"????????"
,

	"?????????"
,

	"????????"
,

	"????????"
,

	"???????"
,

	"???????"
,

	"???????"
,

	"?????"
,

	"Luxembourg"
,

	"??????"
,

	"???????"
,

	"?????????"
,

	"Northern Ireland"
,

	"??????"
,

	"???????"
,

	"????????"
,

	"??????"
,

	"?????????"
,

	"??????? ????????"
,

	"????????"
,

	"????"
,

	"Switzerland"
,

	"??????"
,

	"??????? ????????"
,

	"?????????"
,

	"???????? ????????????"
,

	"???????"
,

	"?????"
,

}


--[[

This provides a convenient way to create a test whether an item is on the list.

--]]

p
.
itemsindex
 =
 {}

for
 i
,
 v
 in
 ipairs
(
p
.
items
)
 do

	p
.
itemsindex
[
v
]
 =
 true

end


return
 p