(문서를 비움) 태그: 비우기 수동 되돌리기 |
편집 요약 없음 태그: 되돌려진 기여 |
||
1번째 줄: | 1번째 줄: | ||
<div class="flex flex-col gap-4 mt-4 lg:mt-0"> | |||
<!---- 슬라이드 시작 ----> | |||
<div class="BannerSwiperCover max-w-[1044px]"> | |||
<div class="BannerSwiper swiper rounded-lg shadow"> | |||
<div class="swiper-wrapper"> | |||
<div class="swiper-slide rounded-lg">[[파일:플로라_임춘식_선거벽보_49대.png]]</div> | |||
<div class="swiper-slide rounded-lg">[[파일:플로라_임춘식_선거벽보_50대.png]]</div> | |||
<div class="swiper-slide rounded-lg">[[파일:플로라_임춘식_선거벽보_51대.png]]</div> | |||
<div class="swiper-slide rounded-lg">[[파일:플로라_임춘식_선거벽보_52대.png]]</div> | |||
<div class="swiper-slide rounded-lg">[[파일:플로라_임춘식_선거벽보_민선3기.png]]</div> | |||
<div class="swiper-slide rounded-lg">[[파일:플로라_임춘식_선거벽보_민선2기.png]]</div> | |||
</div> | |||
<div class="swiper-pagination"></div> | |||
<div class="swiper-button-prev"></div> | |||
<div class="swiper-button-next"></div> | |||
</div> | |||
{{#CSS: | |||
.swiper-slide { | |||
width: 800px !important; | |||
height: 300px !important; | |||
}}<html> | |||
<link rel="stylesheet" href="/mainpage/swiper-11.1.3/package/swiper-bundle.min.css"/> | |||
<script src="/mainpage/swiper-11.1.3/package/swiper-bundle.min.js"></script> | |||
<script src="/mainpage/240514/slide.js"></script> | |||
</html> | |||
</div> | |||
<!---- 슬라이드 끝 ----> | |||
<!---- 위키 인포 블록 시작 ----> | |||
<!-- 이브위키는 지금... --> | |||
<div class="flex flex-col gap-5 w-full p-6 bg-white dark:bg-evewiki-010 transition-colors border border-solid border-transparent dark:border-evewiki-040 rounded-lg shadow"> | |||
<!-- 제목 --> | |||
<div class="flex items-center justify-between"><span class="text-xl">이브위키는 지금...🔎</span><span class="opacity-50">업데이트 : {{LOCALYEAR}}년 {{LOCALMONTH1}}월 {{LOCALDAY}}일 {{LOCALTIME}}</span></div> | |||
<!-- 제목 끝 --> | |||
<!-- 내용 --> | |||
<div class="flex flex-row"> | |||
<div class="basis-full w-full"> | |||
<div class="flex flex-row"> | |||
<!-- 전체 가입자 --> | |||
<div class="flex basis-full w-1/2"><div class="flex"> | |||
<div class="inline-flex items-center justify-center relative rounded-full text-info" style="width: 42px; height: 42px; margin-inline-end: 12px;"><html> | |||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24" style="font-size: 24px; height: 24px; width: 24px;"> | |||
<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 7a4 4 0 1 0 8 0a4 4 0 1 0-8 0M3 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2m1-17.87a4 4 0 0 1 0 7.75M21 21v-2a4 4 0 0 0-3-3.85"></path> | |||
</svg></html><div class="absolute top-0 left-0 bottom-0 right-0 bg-current opacity-10 rounded-full"></div></div> | |||
<div class="flex flex-col"><div class="text-xl">{{NUMBEROFUSERS}}</div><div class="text-xs">전체 가입자</div></div> | |||
</div></div> | |||
<!-- 전체 가입자 끝 --> | |||
<!-- 전체 문서 수 --> | |||
<div class="flex basis-full w-1/2"><div class="flex"> | |||
<div class="inline-flex items-center justify-center relative rounded-full text-danger" style="width: 42px; height: 42px; margin-inline-end: 12px;"><html> | |||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24" style="font-size: 24px; height: 24px; width: 24px;"> | |||
<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"> | |||
<path d="M14 3v4a1 1 0 0 0 1 1h4"></path> | |||
<path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2zM9 9h1m-1 4h6m-6 4h6"></path> | |||
</g> | |||
</svg></html><div class="absolute top-0 left-0 bottom-0 right-0 bg-current opacity-10 rounded-full"></div></div> | |||
<div class="flex flex-col"><div class="text-xl">{{문서수}}</div><div class="text-xs">전체 문서 수</div></div> | |||
</div></div> | |||
<!-- 전체 문서 수 끝 --> | |||
</div> | |||
</div> | |||
</div> | |||
<!-- 내용 끝 --> | |||
</div> | |||
<!-- 이브위키는 지금... 끝 --> | |||
<!-- 오늘의 세계관, 카카오톡, 문의, 후원계좌 --> | |||
<div class="flex flex-col lg:flex-row gap-4 w-full"> | |||
<!-- 오늘의 세계관 커버 --> | |||
<div class="flex flex-col w-full lg:w-1/2"> | |||
<!-- 오늘의 세계관 --> | |||
<div class="flex flex-col p-6 bg-white dark:bg-evewiki-010 transition-colors border border-solid border-transparent dark:border-evewiki-040 rounded-lg shadow"> | |||
<div class="relative flex flex-col gap-5"> | |||
<!-- 오늘의 세계관 헤더 --> | |||
<div class="flex items-center justify-between"> | |||
<!-- 제목부 (content/title) --> | |||
<div class="text-xl">[[{{이브위키:오늘의 세계관/목록}}]]</div> | |||
<!-- 더보기 (append) --> | |||
<div class="text-xs">[[{{이브위키:오늘의 세계관/목록}}|더보기<html> | |||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24" style="font-size: 16px; height: 16px; width: 16px; margin-bottom: -3px;"> | |||
<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 6l6 6l-6 6"></path> | |||
</svg></html>]]</div> | |||
<!-- 더보기 끝 --> | |||
</div> | |||
<!-- 오늘의 세계관 헤더 끝 --> | |||
<!-- 오늘의 세계관 본문 --> | |||
<div class="max-h-[500px] lg:max-h-[1000px] overflow-hidden">{{이브위키:오늘의 세계관}}</div> | |||
<html><div class="today_recommend absolute -bottom-6 -left-6 flex items-end justify-center w-[calc(100%+3rem)] h-64 rounded-lg" style="/*backdrop-filter: blur(7.5px)*/; /*-webkit-mask: linear-gradient(0deg, hsl(0, 0%, 0%) 50%, hsla(0, 0%, 0%, 0.738) 59.5%, hsla(0, 0%, 0%, 0.541) 67%, hsla(0, 0%, 0%, 0.382) 73.5%, hsla(0, 0%, 0%, 0.278) 78.25%, hsla(0, 0%, 0%, 0.194) 82.5%, hsla(0, 0%, 0%, 0.126) 86.5%, hsla(0, 0%, 0%, 0.075) 90.1%, hsla(0, 0%, 0%, 0.042) 93.05%, hsla(0, 0%, 0%, 0.021) 95.5%, hsla(0, 0%, 0%, 0.008) 97.6%, hsla(0, 0%, 0%, 0.002) 99.1%, hsla(0, 0%, 0%, 0) 100%);*/"></html>[[{{이브위키:오늘의 세계관/목록}}|<div class="flex items-center justify-center mb-12 px-3 py-2 bg-evewiki-main dark:bg-evewiki-secondary text-white rounded-xl shadow">'''{{이브위키:오늘의 세계관/목록}} 바로가기'''</div>]]<html></div></html> | |||
{{#CSS: | |||
.today_recommend { | |||
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%); | |||
} | |||
.dark .today_recommend { | |||
background: linear-gradient(to bottom, #15172000, #151720 90%); | |||
} | |||
.today_recommend a:hover, | |||
.today_recommend a:focus { text-decoration: none !important; } | |||
.marx { display: none !important; } | |||
}} | |||
<!-- 오늘의 세계관 본문 끝 --> | |||
</div> | |||
</div> | |||
<!-- 오늘의 세계관 끝 --> | |||
<div></div> | |||
</div> | |||
<!-- 오늘의 세계관 커버 끝 --> | |||
<!-- 이브레, 카카오톡, 메일 등 커버 --> | |||
<div class="flex flex-col gap-4 w-full lg:w-1/2"> | |||
<!-- 후원자 전용 --> | |||
<div class="flex flex-col w-full bg-white dark:bg-evewiki-010 transition-colors border border-solid border-transparent dark:border-evewiki-040 rounded-lg shadow overflow-hidden"> | |||
<div class="relative flex flex-col"> | |||
<!-- 후원자 전용 헤더 --> | |||
<div class="w-full"> | |||
<div class="flex items-center justify-between p-6"> | |||
<div class="inline text-xl">후원자의 메시지</div> | |||
<div class="plainlinks text-xs">[https://evewiki.postype.com/membership_plans 후원하기<html> | |||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24" style="font-size: 16px; height: 16px; width: 16px; margin-bottom: -3px;"> | |||
<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 6l6 6l-6 6"></path> | |||
</svg></html>]</div> | |||
</div> | |||
</div> | |||
<!-- 후원자 전용 헤더 끝--> | |||
<!-- 후원자 전용 본문 --> | |||
<div class="plainlinks">[https://evewiki.postype.com/membership_plans <html><img loading="lazy" class="object-cover" src="/mainpage/230806/mainpage_banner_img_230813.webp"></html>]</div> | |||
<!-- 후원자 전용 본문 끝--> | |||
</div> | |||
</div> | |||
<!-- 후원자 전용 끝 --> | |||
<!-- 커버의 커버 --> | |||
<div class="flex flex-col sm:flex-row lg:flex-col gap-4 w-full"> | |||
<!-- 커버의 커버의 커버 --> | |||
<div class="flex flex-col sm:flex-row lg:flex-col gap-4 w-full"> | |||
<!-- 카카오톡 --> | |||
<div class="w-full p-6 bg-white dark:bg-evewiki-010 transition-colors border border-solid border-transparent dark:border-evewiki-040 rounded-lg shadow"> | |||
<div class="flex items-center justify-between sm:justify-center lg:justify-between"><div class="block sm:hidden lg:block text-xl">카카오톡 채팅방</div>[[파일:카카오톡.png|x30px|link=https://open.kakao.com/o/gMzoEune]]</div> | |||
</div> | |||
<!-- 카카오톡 끝 --> | |||
<!-- 메일 --> | |||
<div class="w-full p-6 bg-white dark:bg-evewiki-010 transition-colors border border-solid border-transparent dark:border-evewiki-040 rounded-lg shadow"> | |||
<div class="flex items-center justify-between sm:justify-center lg:justify-between"><div class="block sm:hidden lg:block text-xl">문의하기</div>[[파일:메일.png|x30px|link=mailto:evewiki@yahoo.com]]</div> | |||
</div> | |||
<!-- 메일 끝 --> | |||
</div> | |||
<!-- 커버의 커버의 커버 끝 --> | |||
<!-- 커버의 커버의 커버 --> | |||
<div class="flex flex-col sm:flex-row lg:flex-col gap-4 w-full"> | |||
<!-- 후원 --> | |||
<div class="w-full p-6 bg-white dark:bg-evewiki-010 transition-colors border border-solid border-transparent dark:border-evewiki-040 rounded-lg shadow"> | |||
<div class="flex items-center justify-between sm:justify-center lg:justify-between"><div class="block sm:hidden lg:block text-xl">후원하기</div>[[파일:Toss Symbol Secondary Blue.png|x30px|link=https://toss.me/bigstar12]]</div> | |||
</div> | |||
<!-- 후원 끝 --> | |||
<!-- 정기후원 --> | |||
<div class="w-full p-6 bg-white dark:bg-evewiki-010 transition-colors border border-solid border-transparent dark:border-evewiki-040 rounded-lg shadow"> | |||
<div class="flex items-center justify-between sm:justify-center lg:justify-between"><div class="block sm:hidden lg:block text-xl">정기후원하기</div>[[파일:포스타입_아이콘.svg|x30px|link=https://evewiki.postype.com/membership_plans]]</div> | |||
</div> | |||
<!-- 정기후원 끝 --> | |||
</div> | |||
<!-- 커버의 커버의 커버 끝 --> | |||
</div> | |||
<!-- 커버의 커버 끝 --> | |||
<!-- 푸터 --> | |||
<div class="w-full p-6 bg-white dark:bg-evewiki-010 transition-colors border border-solid border-transparent dark:border-evewiki-040 rounded-lg shadow"> | |||
<div class="flex items-center gap-2">[[이브위키:개인정보처리방침|개인정보처리방침]][[실용:이브위키|이브위키 소개]][[이브위키:면책 조항|면책조항]]</div> | |||
------ | |||
<div class="mt-4 flex items-center gap-2"><html><img src="/w/resources/assets/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/w/resources/assets/poweredby_mediawiki_132x47.png 1.5x, /w/resources/assets/poweredby_mediawiki_176x62.png 2x" style="height:25px;" loading="lazy"></html><html><img src="/w/skins/Liberty/img/designedbylibre.png" style="height:25px;" alt="Designed by Librewiki"></html></div> | |||
</div> | |||
<!-- 푸터 --> | |||
</div> | |||
<!-- 이브레, 카카오톡, 메일 등 커버 끝 --> | |||
</div> | |||
<!---- 위키 인포 블록 끝 ----> | |||
</div>[[분류:이브위키]] | |||
{{#CSS: | |||
.catlinks, .toc, .mw-references-wrap { | |||
display: none !important; | |||
} | |||
.liberty-content { | |||
border: 0 !important; | |||
background-color: transparent !important; | |||
box-shadow: none !important; | |||
} | |||
.liberty-content-header { | |||
display: none !important; | |||
} | |||
.liberty-content-main { | |||
padding: 0 !important; | |||
border-radius: .5rem !important; | |||
background-color: transparent !important; | |||
} | |||
footer { | |||
width: 100%; | |||
} | |||
.liberty-footer { | |||
display: none; | |||
width: calc(50% - 0.5rem); | |||
border-radius: .5rem !important; | |||
border: 1px solid transparent !important; | |||
box-shadow: 0px 4px 20px rgba(0,0,0,.05) !important; | |||
} | |||
}} | |||
<no-comment-streams /> |
2024년 5월 14일 (화) 19:50 판
이브위키는 지금...🔎업데이트 : 2024년 12월 25일 01:11
246
전체 가입자
3,842
전체 문서 수
항일의 녀성영웅 김정숙어머님의 탄생 107돐+1일을 축하합니다! 애미씨발 | × |
당신들의 조선 YOUR JOSON | ||
---|---|---|
장르 | 대체역사 | |
기획 | 《당신들의조선》련재위원회 | |
운영 | ||
연재진
|
대표
|
벨지엄 |
[ 펼치기 · 접기 ] | ||
연재 시작일 | 2021년 9월 16일[1] (연재 시작일로부터 +1195일, 3주년) (연재 시작일로부터 +928일, 2주년) | |
상징 색 | 검정색 (#262626) | |
라이선스 | [4] | |
| | | [시범] |
개요
공산주의 새 언덕이 저기 보인다 천리마 달린다 |
이브위키의 대체역사 장편 세계관.
시놉시스
이브레스트 |
영향을 받은 매체
- 이브위키 내
- 이브위키 외
수상
| ||
[ 펼치기 · 접기 ]
|
| ||
[ 펼치기 · 접기 ]
|
| ||
[ 펼치기 · 접기 ] |
여담
- 약칭은 느그조선. 느그조선으로 검색해도 본 문서로 리다이렉트된다.
- 외전격 세계관으론 굳세어라 금순아가 존재한다. 당신들의 조선 연재자 중 한 명인 솔피가 당신들의 조선 세계관 일부를 차용하여 본인의 취향대로 고쳐서 재탄생시킨 개인 세계관으로 세계관의 전체적인 구조와 주제는 비슷하지만 그 내부를 자세히 파고들면 내용이 세세하게 다르기에 그 차이점을 비교하며 감상하는 것도 세계관의 새로운 묘미가 될 것이다. 자세한 내용은 문서 참고.
《당신들의조선》련재위원회
기존 당신들의 조선 연재를 관장하던 불복하는 이브위키가 2024년 3월 30일부로 해산된 관계로 2024년 4월 4일에 임시적으로 신설된 연재자 조직.
닉네임 | 합류 날짜 | 비고 |
---|---|---|
벨지엄 | 2021년 9월 16일 | 팀장 |
솔피 | 2022년 7월 6일 | 입대로 인한 활동 중지 |
박영환 | 2022년 11월 17일 | |
얏슈 | 2024년 1월 8일 | |
핫산 | 2024년 10월 21일 |
2024년 7월 2일 일시적으로 신이브인민전선의 산하 위원회로 편입되었다.
2024년 8월 4일 《동방홍》련재위원회의 신설과 함께 신이브인민전선 명의의 세계관으로 정식으로 편입되었다.
2024년 10월 21일 《당신들의조선》련재위원회의 고증 담당 솔피가 군 입대 사유로 인해 일시적으로 활동을 중단하게 되었다. 이에 따라 솔피의 군 입대로 인한 인력 공백을 일시적으로 대체할 새로운 고증 담당으로 《동방홍》련재위원회의 고증 담당 핫산이 새롭게 영입되었다.
2024년 11월 10일 여러 복합적 이유[8]로 인해 당신들의 조선이 12월 27일 사회주의헌법절까지 연재를 일시적으로 중단하게 되었다.
2024년 12월 5일 당신들의 조선 외 13개 세계관[9]이 윤석열 정부 비상계엄에 관해 2Q24이라는 제목의 공동 선언을 발표하였다.#
둘러보기
| ||||||||||||||||
[ 펼치기 · 접기 ]
|
| ||
[ 펼치기 · 접기 ] |
| ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
[ 펼치기 · 접기 ]
|
| ||
[ 펼치기 · 접기 ] |
- ↑ 최초 연재 시작일 기준.
- ↑ 이브위키 연재 시작일 기준.
- ↑ 이브위키 런칭 세계관 중 하나다.
- ↑ 위키 문서 본문(텍스트 한정, 법령 문서 제외).
- ↑ 법령 문서 본문(텍스트 한정).
- ↑ 그 외 당신들의 조선 연재진에서 제작한 창작물.
- ↑ 시범
- ↑ 슬럼프, 자료 및 논문 수집, 코믹월드 2024 WINTER 준비, 핫산의 수능 준비.
- ↑ 공금구, 돌아이, 동방홍, 상록수, 아! 대한민국, 조선의 장단, 천마처럼, 분류:컬럼비아 만세, 트레넨, 트롤리버스, 파사현정, End of Summer, Land of hope and glory.