모듈:Team appearances list: 두 판 사이의 차이

내용 삭제됨 내용 추가됨
편집 요약 없음
test
2번째 줄:
 
local p = {}
 
local param_ko = {
['국가'] = 'team',
['대회'] = 'competition',
['첫참가'] = 'begin_year',
['마지막참가'] = 'end_year',
['연속'] = 'interval',
}
 
local function localname(parameter)
return param_ko[parameter] or parameter
end
 
local data_competitions