r85 vs r86
......
99
'wiki' 네임스페이스가 기본적으로 탑재가 되어있다. 그냥 검색창에서 {{{-1 네임스페이스 이름:문서 이름}}} 이렇게 하고 문서를 생성하면 그냥 자동적으로 네임스페이스가 생긴다.
1010
1111
=== [[the seed]] ===
12
{{{#!style
13
.nslist {width: 100%; background-color: transparent; align-items: center}; .nslist tbody {border: 2px solid #ddd}; .nslist tbody tr:nth-of-type(n+2) td:nth-of-type(2){color:#4188f1}; .nslist tbody tr:nth-of-type(n+2) td:nth-of-type(3){color:#00a495}; .nslist tbody tr:nth-of-type(n+2) td:nth-of-type(4){color:#abcdef}; .nslist tbody tr:nth-of-type(n+2) td:nth-of-type(5){color:#00d1b2};
14
}}}
1215
the seed의 경우 기본 탑재 이름공간을 제외하면 설정파일에서 직접 추가하는 방식이다. 서버 설정파일을 직접 수정해야 하므로 일반적인 관리자가 할 수는 없고, [[namu]]에게 만들어달라고 요청해야 한다. 각 위키의 RandomPage를 들어가보면 네임스페이스 목록을 확인할 수 있다.
1316
다음은 the seed 엔진 위키별로 탑재된 네임스페이스의 비교표이다. ☆표는 the seed 엔진으로 새 위키를 만들 시 기본적으로 탑재되어있는 네임스페이스를 가리킨다.
14
||<tablebgcolor=transparent><table bordercolor=#ddd><tablewidth=500px><width=28%> '''이름공간''' ||<bgcolor=#4188f1,#4188f1><width=18%> '''[[더시드위키|{{{#white,#white 더시드}}}]]''' ||<bgcolor=#00a495,#00a495><width=18%> '''[[나무위키|{{{#white,#white 나무}}}]]''' ||<bgcolor=#abcdef,#abcdef><width=18%> '''[[알파위키|{{{#white,#white 알파}}}]]''' ||<bgcolor=#00d1b2,#00d1b2><width=18%> '''[[위브위키|{{{#white,#white 위브}}}]]''' ||
17
||<tableclass=nslist><tablewidth=500px><width=28%> '''이름공간''' ||<bgcolor=#4188f1,#4188f1><width=18%> '''[[더시드위키|{{{#white,#white 더시드}}}]]''' ||<bgcolor=#00a495,#00a495><width=18%> '''[[나무위키|{{{#white,#white 나무}}}]]''' ||<bgcolor=#abcdef,#abcdef><width=18%> '''[[알파위키|{{{#white,#white 알파}}}]]''' ||<bgcolor=#00d1b2,#00d1b2><width=18%> '''[[위브위키|{{{#white,#white 위브}}}]]''' ||
1518
|| {{{[위키 이름]}}}위키[*추가 현재 모든 위키에 존재하지만, 기본으로 만들어진 것이 아니라 추가된 것이다.] || {{{#4188f1,#4188f1 O}}} || {{{#00a495,#00a495 O}}} || {{{#abcdef,#abcdef O}}} || {{{#00d1b2,#00d1b2 O}}} ||
1619
|| [[문서]]☆ || {{{#4188f1,#4188f1 O}}} || {{{#00a495,#00a495 O}}} || {{{#abcdef,#abcdef O}}} || {{{#00d1b2,#00d1b2 O}}} ||
1720
|| [[파일]]☆ || {{{#4188f1,#4188f1 O}}} || {{{#00a495,#00a495 O}}} || {{{#abcdef,#abcdef O}}} || {{{#00d1b2,#00d1b2 O}}} ||
......
3437
|| [[삭제된 사용자|삭제된사용자]]☆ || {{{#4188f1,#4188f1 O}}} || {{{#00a495,#00a495 O}}} || {{{#abcdef,#abcdef O}}} || {{{#00d1b2,#00d1b2 O}}} ||
3538
|| [[아이피사용자]] || {{{#4188f1,#4188f1 O}}} || {{{#00a495,#00a495 O}}} || {{{#abcdef,#abcdef O}}} || {{{#00d1b2,#00d1b2 O}}} ||
3639
|| [[일부공개]] || {{{#4188f1,#4188f1 O}}} || {{{#00a495,#00a495 X}}} || {{{#abcdef,#abcdef X}}} || {{{#00d1b2,#00d1b2 X}}} ||
40
|| [[편집필터]] || O || O || O || O ||
3741
3842
[include(pagecount)]
3943
\[pagecount({{{이름}}})\]에서 {{{이름}}}이 위키에 탑재되어 있는 네임스페이스 이름일 경우 값이 제대로 출력되며, 그렇지 않은 이름일 경우에는 문서 전체 수가 출력되는 일종의 함수(function)로 보인다.[* 모종의 오류로 값이 음수(...)가 된 적이 있었다.]
......