미디어위키:Minerva.js: 두 판 사이의 차이
Resultofunion (토론 | 기여) 편집 요약 없음 태그: 모바일 편집 모바일 웹 편집 |
Resultofunion (토론 | 기여) 편집 요약 없음 태그: 모바일 편집 모바일 웹 편집 |
||
| 1번째 줄: | 1번째 줄: | ||
/* All JavaScript here will be loaded for users of the MinervaNeue skin */ | /* All JavaScript here will be loaded for users of the MinervaNeue skin */ | ||
function wikiLink(title) { | function wikiLink(title) { | ||
return mw.config.get('wgServer') + '/' + title.replace(/ /g, '_'); | return mw.config.get('wgServer') + '/' + title.replace(/ /g, '_'); | ||
} | } | ||
| 11번째 줄: | 10번째 줄: | ||
'<ul id="p-main-categories" class="recommended-open">' + | '<ul id="p-main-categories" class="recommended-open">' + | ||
'<li class="title-recommended open"><a><span>추천문서</span></a><span class="ico-arrow"></span></li>' + | '<li class="title-recommended open"><a><span>추천문서</span></a><span class="ico-arrow"></span></li>' + | ||
'<li class="recommended"><a href=" | '<li class="recommended"><a href="'+wikiLink("하나님의 교회")+'"><span>하나님의 교회</span></a></li>' + | ||
'<li class="recommended"><a href=" | '<li class="recommended"><a href="'+wikiLink("안상홍")+'"><span>그리스도 안상홍님</span></a></li>' + | ||
'<li class="recommended"><a href="'+wikiLink("어머니 하나님")+'"><span>어머니 하나님</span></a></li>' + | '<li class="recommended"><a href="'+wikiLink("어머니 하나님")+'"><span>어머니 하나님</span></a></li>' + | ||
'<li class="recommended"><a href=" | '<li class="recommended"><a href="'+wikiLink("안식일")+'"><span>안식일</span></a></li>' + | ||
'<li class="recommended"><a href=" | '<li class="recommended"><a href="'+wikiLink("유월절")+'"><span>유월절</span></a></li>' + | ||
'<li class="recommended"><a href=" | '<li class="recommended"><a href="'+wikiLink("복음과 새 언약")+'"><span>복음과 새 언약</span></a></li>' + | ||
'<li class="recommended"><a href=" | '<li class="recommended"><a href="'+wikiLink("하나님의 교회 마지막 종교개혁")+'"><span>마지막 종교개혁</span></a></li>' + | ||
'<li class="title-category"><a><span>카테고리 둘러보기</span></a><span class="ico-arrow"></span></li>' + | '<li class="title-category"><a><span>카테고리 둘러보기</span></a><span class="ico-arrow"></span></li>' + | ||
'<li class="category"><a href="'+wikiLink("분류:하나님의 교회")+'"><span>하나님의 교회</span></a></li>' + | |||
'<li class="category"><a href=" | '<li class="category"><a href="'+wikiLink("분류:아버지")+'"><span>아버지 하나님</span></a></li>' + | ||
'<li class="category"><a href=" | '<li class="category"><a href="'+wikiLink("분류:어머니")+'"><span>어머니 하나님</span></a></li>' + | ||
'<li class="category"><a href=" | '<li class="category"><a href="'+wikiLink("분류:새 언약 복음")+'"><span>새 언약 복음</span></a></li>' + | ||
'<li class="category"><a href=" | '<li class="category"><a href="'+wikiLink("분류:성경 일반")+'"><span>성경 상식</span></a></li>' + | ||
'<li class="category"><a href=" | '<li class="category"><a href="'+wikiLink("분류:성경 이슈")+'"><span>성경 이슈</span></a></li>' + | ||
'<li class="category"><a href=" | '<li class="category"><a href="'+wikiLink("분류:사회 공헌")+'"><span>사회 공헌</span></a></li>' + | ||
'<li class="category"><a href=" | '<li class="category"><a href="'+wikiLink("분류:국제 협력")+'"><span>국제 협력</span></a></li>' + | ||
'</ul>' | '</ul>' | ||
); | ); | ||