"모듈:회의 공고/차수"의 두 판 사이의 차이
둘러보기로 가기
검색하러 가기
(새 문서: local p = {} function p.count2(frame) return mw.site.stats.pagesInCategory( "중앙운영위원회/", which ) end function p.count1(frame) return mw.site.stats.pagesInCategory( "...) |
잔글 |
||
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 |
2020년 7월 31일 (금) 21:12 판
local p = {}
function p.count2(frame)
return mw.site.stats.pagesInCategory( "중앙운영위원회/" + os.date("%Y"), which )
end
function p.count1(frame)
return mw.site.stats.pagesInCategory( "전체학생대표자회의/" + os.date("%Y"), which )
end
return p