주 콘텐츠로 건너뛰기
와디즈 홈
메이커센터
광고센터
문의 등록
공지사항
프로젝트 만들기
광고 서비스 시작하기
광고 도움말센터
광고 상담 신청
사전예약 서비스 신청
와디즈 홈
메이커센터
광고센터
문의 등록
카테고리
와디즈 도움말센터
메이커
글로벌 서비스
글로벌 프로젝트에도 메이커클럽 전용 혜택이 적용되나요?
현재 메이커클럽 회원이 글로벌 프로젝트를 진행할 때는 전용 혜택이 제공되지 않지만,
점차적으로 글로벌 프로젝트에도 메이커클럽 혜택을 확대해 나갈 예정입니다.
와디즈
공지사항을
확인해 보세요!
<% if (heading) { %>
<%= heading %>
<% } %>
<% if (categories.length > 1) { %> <% categories.forEach(function(category, index) { %>
<%= category.name %>
<% if (category.sections.length) { %>
<% category.sections.forEach(function(section) { %>
<%= section.name %>
<% }) %>
<% } else { %>
비어 있음
<% } %>
<% }) %> <% } else { %> <% sections.forEach(function(section, index) { %>
<%= section.name %>
<% if (section.sections.length) { %>
<% section.sections.forEach(function(section) { %>
<%= section.name %>
<% }) %>
<% } else if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }) %>
<% } else { %>
비어 있음
<% } %>
<% }) %> <% } %>
<% if (articles.length) { %>
<% articles.forEach(function(article) { %>
<%= article.title %>
<%= Util.getExcerpt(article.body, 68) %>
<% }); %>
<% } else { %>
비어 있음
<% } %>
카테고리
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
카테고리
<% categories.forEach(function(category, index) { %>
<% if (category.isActive) { %>
<% } %><%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %> <% var hasParentSection = parent.hasOwnProperty('parent_section_id') %>
<% var sectionsInCategory = sections.slice(0, maxSections) %> <% sectionsInCategory.forEach(function(section, index) { %> <% var isLast = ((index + 1) === sectionsInCategory.length) && !hasParentSection %>
<% if (section.isActive) { %> <% } %> <%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
더보기
<% } %>
<% } %>