r109 vs r110
......
1818
}}}}}}{{{#!if (위키.substr(0, 5)=="아카라이브")||(위키=="채널위키")
1919
##아카라이브 채널위키는 arca 값을 true로 줍니다. 그리고 채널에 해당되는 슬러그를 적어야 합니다.
2020
##"아카라이브 ○○ 채널 위키"를 인식하는 조건문은 아직 만들어지지 않았습니다.
21
{{{#!if this.arca=true, this.border="#3d414d", this.도메인="arca.live", this.wiki_defined=(채널명!=null)&&(채널명!=""), wiki_domain_defined = (슬러그!=null)&&(슬러그!="'), 위키="아카라이브"
21
{{{#!if arca=true, this.border="#3d414d", this.도메인="arca.live", this.wiki_defined=(채널명!=null)&&(채널명!=""), wiki_domain_defined = (슬러그!=null)&&(슬러그!="'), 위키="아카라이브"
2222
}}}}}}{{{#!if (위키=="커스텀")
2323
##커스텀일때 custom 값을 true로 주며 변수를 추가적으로 정의합니다.
2424
{{{#!if this.custom=true, wiki_defined = (위키이름!=null)&&(위키이름!=""), wiki_domain_defined = (도메인!=null)&&(도메인!=""), wiki_license_defined = (라이선스!=null)&&(라이선스!="")
......