바뀜

둘러보기로 가기 검색하러 가기
32 바이트 추가됨 ,  2020년 7월 31일 (금) 21:12
잔글
편집 요약 없음
2번째 줄: 2번째 줄:     
function p.count2(frame)
 
function p.count2(frame)
return mw.site.stats.pagesInCategory( "중앙운영위원회/", which )
+
return mw.site.stats.pagesInCategory( "중앙운영위원회/" + os.date("%Y"), which )
 
end
 
end
 
function p.count1(frame)
 
function p.count1(frame)
return mw.site.stats.pagesInCategory( "전체학생대표자회의/", which )
+
return mw.site.stats.pagesInCategory( "전체학생대표자회의/" + os.date("%Y"), which )
 
end
 
end
    
return p
 
return p

둘러보기 메뉴