#!if bg1=this["1단계배경색"] ?? "#636363"; color1=this["1단계글자색"] ?? "#fff"; bg2=this["2단계배경색"] ?? "#444"; color2=this["2단계글자색"] ?? "#fff"; 레벨정보배경색 ??= bg1; 레벨정보글자색 ??= color1; 보상배경색 ??= bg1; 보상글자색 ??= color1; 추가정보배경색 ??= bg1; 추가정보글자색 ??= color1; 사운드트랙배경색 ??= bg1; 사운드트랙글자색 ??= color1; 레벨순서배경색 ??= bg1; 레벨순서글자색 ??= color1; 상단배경색 ??= bg2; 상단글자색 ??= color2; 설명배경색 ??= bg2; 설명글자색 ??= color2; ID배경색 ??= bg2; ID글자색 ??= color2; 비밀번호배경색 ??= bg2; 비밀번호글자색 ??= color2; 길이배경색 ??= bg2; 길이글자색 ??= color2; 오브젝트수배경색 ??= bg2; 오브젝트수글자색 ??= color2; 버전배경색 ??= bg2; 버전글자색 ??= color2; 티어배경색 ??= bg2; 티어글자색 ??= color2; 포럼최고순위배경색 ??= bg2; 포럼최고순위글자색 ??= color2; 구포럼최고순위배경색 ??= bg2; 구포럼최고순위글자색 ??= color2; 연작배경색 ??= bg2; 연작글자색 ??= color2; 예상난이도배경색 ??= bg2; 예상난이도글자색 ??= color2; 현상태배경색 ??= bg2; 현상태글자색 ??= color2; 건틀렛배경색 ??= bg2; 건틀렛글자색 ??= color2; 맵팩배경색 ??= bg2; 맵팩글자색 ??= color2; 위클리배경색 ??= bg2; 위클리글자색 ??= color2; 이벤트배경색 ??= bg2; 이벤트글자색 ??= color2;
#!style
.style-levelinfo { background: ; color: ; }
.style-reward { background: ; color: ; }
.style-additional { background: ; color: ; }
.style-soundtrack { background: ; color: ; }
.style-levelorder { background: ; color: ; }
.style-top { background: linear-gradient(90deg\; color: white; }
.style-top a[href] { color: white !important; font-weight: bold; }
.style-description { background: #00006b; color: white; word-break: break-word; }
.style-description a[href] { color: white !important; font-weight: bold; }
.style-id { background: ; color: ; }
.style-password { background: ; color: ; }
.style-length { background: ; color: ; }
.style-object { background: ; color: ; }
.style-version { background: ; color: ; }
.style-tier { background: ; color: ; }
.style-rank { background: ; color: ; }
.style-oldrank { background: ; color: ; }
.style-series { background: ; color: ; }
.style-difficulty { background: ; color: ; }
.style-current { background: ; color: ; }
.style-gauntlet { background: ; color: ; }
.style-mappack { background: ; color: ; }
.style-weekly { background: ; color: ; }
.style-event { background: ; color: ; }
#!if 테두리색 = 테두리색 ?? "#636363"; outer_styles={ "mapPack": "background-image: linear-gradient(90deg, #015eeb, #0049b7, #015eeb); border: 2px solid #ffbb22; padding: 5px 0 5px 0; letter-spacing: -.5px; text-align:center; width: 100%;", "gauntlet": "padding: 5px 0 5px 0; letter-spacing: -.5px; text-align: center; width: 100%;" + 건틀렛스타일, "top1": "background-image: linear-gradient(300deg, #610000, #EE0000); border: 2px solid #EE0000; padding: 5px 0 5px 0; letter-spacing: -.5px; text-align:center; width: 100%;", "event": "background-image: linear-gradient(90deg, #400f50, #4f2d7a, #400f50); border: 2px solid #400f50; padding: 5px 0 5px 0; padding-top: 10px; text-align: center; width: 100%;", "weekly": "background-image: linear-gradient(90deg, #1b4951, #323232, #191919, #323232, #1b4951); border: 2px solid #45a4b5; padding: 5px 0 5px 0; padding-top: 10px; text-align: center; width: 100%;", "default": "border: 2px solid " + 테두리색 }; outer_condition=(포럼최고순위 == "1" || 구포럼최고순위 == "1") ? "top1" : (건틀렛이름 != null) ? "gauntlet" : (맵팩이름 != null) ? "mapPack" : (위클리 != null) ? "weekly" : (이벤트 != null) ? "event" : "default"; outer_style = outer_styles[outer_condition]; is_outer = outer_condition != "default";
#!style
.outer {
;
letter-spacing: -.5px; max-width: calc(1200px * 0.8); width: 100%; margin: auto; margin-bottom: 10px;
}
#!if additional_condition = (건틀렛이름 != null || 맵팩이름 != null || 위클리 != null || 이벤트 != null || 티어 != null || 포럼최고순위 != null || 구포럼최고순위 != null);
#!if 연작문서명 = 건틀렛이름 != null ? "Geometry Dash/건틀렛" : 맵팩이름 != null ? "Geometry Dash/맵팩" : 연작문서명; 연작문서앵커 = 건틀렛이름 != null ? 건틀렛이름 + " Gauntlet" : 맵팩이름 != null ? 맵팩이름 : 연작문서앵커; 연작이름 = 건틀렛이름 != null ? 건틀렛이름 + " Gauntlet" : 맵팩이름 != null ? 맵팩이름 : 연작이름; 연작아이콘 = 건틀렛이름 != null ? 건틀렛이름 + "GauntletIcon.png" : 맵팩이름 != null ? "MapPackFolderGMD.png" : 연작아이콘; 연작문서명2 = (건틀렛이름 != null && 맵팩이름 != null) ? "Geometry Dash/맵팩" : 연작문서명2; 연작문서앵커2 = (건틀렛이름 != null && 맵팩이름 != null) ? 맵팩이름 : 연작문서앵커2; 연작이름2 = (건틀렛이름 != null && 맵팩이름 != null) ? 맵팩이름 : 연작이름2; 연작아이콘2 = (건틀렛이름 != null && 맵팩이름 != null) ? "MapPackFolderGMD.png" : 연작아이콘2;
<tableclass=outer><rowif=is_outer> #!if outer_condition == "top1"
{{{#!if 길이 == null
[[Geometry Dash/포럼 순위/역대 포럼 순위 1위/플랫포머|[[파일:Leaderboard_Top1.webp|width=60]][br]{{{-1 {{{#ffffff '''역대 플랫포머 포럼 순위 1위'''}}}}}}]]}}}{{{#!if 길이 != null
[[Geometry Dash/포럼 순위/역대 포럼 순위 1위|[[파일:Leaderboard_Top1.webp|width=60]][br]{{{-1 {{{#ffffff '''역대 포럼 순위 1위'''}}}}}}]]}}}
#!if outer_condition == "gauntlet"
[[파일:GauntletIcon.png|width=60]][br][[Geometry Dash/건틀렛# Gauntlet|{{{-1 {{{#ffffff ''' Gauntlet의 수록 레벨'''}}}}}}]]
#!if outer_condition == "mapPack"
[[파일:MapPackFolderGMD.png|width=60]][br]'''[[Geometry Dash/맵팩#Random Pack|{{{-1 {{{#ffffff Random Pack의 수록 레벨}}}}}}]]'''
#!if outer_condition == "weekly"
[[Geometry Dash/위클리 데몬|[[파일:WeeklyIcon.png|width=80]]]]
#!if outer_condition == "event"
[[Geometry Dash/이벤트 레벨|[[파일:gdevent.png|width=80]]]] |
<class=style-top> #!if grade = 레이팅 ? (레이팅.indexOf("Mythic") != -1 ? "Mythic" : 레이팅.indexOf("Legendary") != -1 ? "Legendary" : 레이팅.indexOf("Epic") != -1 ? "Epic" : 레이팅.indexOf("Featured") != -1 ? "Featured" : "Rated") : "Rated"; ratingIconSizeByGrade = { "Mythic": 60, "Legendary": 53, "Epic": 50, "Featured": 45, "Rated": 40 }; ratingIconSize = ratingIconSizeByGrade[grade];
파일:UnratedGMD.png#!if 레이팅주석 != null
[* {{{#!html }}}]
CYCLOLCYC#!if 이름주석 != null
[* {{{#!html }}}]
#!if 유저명양식 != null
'''{{{#!html by Eightos & more}}}'''
#!if 유저명양식주석 != null
[* {{{#!html lexy\}}}]
#!if 유저명양식2 != null
'''{{{#!html }}}'''
#!if 유저명양식주석2 != null
[* {{{#!html }}}]
#!if 유저명양식3 != null
'''{{{#!html }}}'''
#!if 유저명양식주석3 != null
[* {{{#!html }}}]
#!if 유저명양식4 != null
'''{{{#!html }}}'''
#!if 유저명양식주석4 != null
[* {{{#!html }}}]
#!if 유저명양식5 != null
'''{{{#!html }}}'''
#!if 유저명양식주석5 != null
[* {{{#!html }}}] |
| |
<class=style-description> Your thirst for cyclone continues? very well let the cyclone spill. let the vortex feed off your unfortunate tornado.#!if 설명주석 != null
[* {{{#!html }}}]
#!if 설명2 != null
'''{{{#!html }}}'''
#!if 설명주석2 != null
[* {{{#!html }}}]
#!if 설명3 != null
'''{{{#!html }}}'''
#!if 설명주석3 != null
[* {{{#!html }}}]
#!if 설명4 != null
'''{{{#!html }}}'''
#!if 설명주석4 != null
[* {{{#!html }}}]
#!if 설명5 != null
'''{{{#!html }}}'''
#!if 설명주석5 != null
[* {{{#!html }}}] |
{{{#!wiki style="margin: -16px -10px;" {{{#!wiki style="display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 21px;" {{{#!wiki style="flex-grow: 1; min-width: 250px; width: 50%; margin-bottom: -21px;" | <class=style-levelinfo> 레벨 정보 |
| <class=style-id> ID | <colbgcolor=#f5f5f5,#191919><colcolor=#000,#fff> 76372236#!if ID주석 != null
[* {{{#!html }}}]
#!if ID2 != null
{{{#!html }}}
#!if ID주석2 != null
[* {{{#!html }}}]
#!if ID3 != null
{{{#!html }}}
#!if ID주석3 != null
[* {{{#!html }}}] |
| <class=style-password> 비밀번호 | X#!if 비밀번호주석 != null
[* {{{#!html }}}]
#!if 비밀번호2 != null
{{{#!html }}}
#!if 비밀번호주석2 != null
[* {{{#!html }}}]
#!if 비밀번호3 != null
{{{#!html }}}
#!if 비밀번호주석3 != null
[* {{{#!html }}}] |
| <class=style-length> 길이 | 6분 19초#!if 길이주석 != null
[* {{{#!html }}}]
#!if 길이2 != null
{{{#!html }}}
#!if 길이주석2 != null
[* {{{#!html }}}]
#!if 길이3 != null
{{{#!html }}}
#!if 길이주석3 != null
[* {{{#!html }}}] |
| <class=style-object> 오브젝트 수 | 300\#!if 오브젝트수주석 != null
[* {{{#!html }}}]
#!if 오브젝트수2 != null
{{{#!html }}}
#!if 오브젝트수주석2 != null
[* {{{#!html }}}]
#!if 오브젝트수3 != null
{{{#!html }}}
#!if 오브젝트수주석3 != null
[* {{{#!html }}}] |
| <class=style-version> 업로드 버전 | 2.1#!if 버전주석 != null
[* {{{#!html }}}]
#!if 버전2 != null
{{{#!html }}}
#!if 버전주석2 != null
[* {{{#!html }}}]
#!if 버전3 != null
{{{#!html }}}
#!if 버전주석3 != null
[* {{{#!html }}}] |
}}}#!if 레이팅 == null || 레이팅 == "Unrated"
{{{#!wiki style="flex-grow: 1; min-width: 250px; width: 50%; margin-bottom: -21px;"
||<-2><tablewidth=100%><tablebgcolor=#f5f5f5,#191919><class=style-additional> '''추가 정보''' ||
||<class=style-difficulty><width=50%> '''예상 난이도''' ||<colbgcolor=#f5f5f5,#191919><colcolor=#000,#fff> {{{#!html 불가능}}}{{{#!if 예상난이도주석 != null
[* {{{#!html ILL 최고 순위 1위.}}}]}}}{{{#!if 예상난이도2 != null
{{{#!html }}}}}}{{{#!if 예상난이도주석2 != null
[* {{{#!html }}}]}}}{{{#!if 예상난이도3 != null
{{{#!html }}}}}}{{{#!if 예상난이도주석3 != null
[* {{{#!html }}}]}}} ||
||<class=style-current> '''현 상태''' || {{{#!html 서버 업로드됨}}}{{{#!if 현상태주석 != null
[* {{{#!html }}}]}}}{{{#!if 현상태2 != null
{{{#!html }}}}}}{{{#!if 현상태주석2 != null
[* {{{#!html }}}]}}}{{{#!if 현상태3 != null
{{{#!html }}}}}}{{{#!if 현상태주석3 != null
[* {{{#!html }}}]}}} ||}}}
#!if 레이팅 != null && 레이팅 != "Unrated"
{{{#!wiki style="flex-grow: 1; min-width: 250px; width: 50%; margin-bottom: -21px;"
||<-2><tablewidth=100%><tablebgcolor=#f5f5f5,#191919><class=style-reward> '''보상''' ||
||<-2> {{{#!style
.flexbox-reward { display: flex; vertical-align: middle; align-items: center; justify-content: center; }
.flexbox-reward-gap { gap: 4px; }
}}}{{{#!if 별 != null
{{{#!wiki class="flexbox-reward flexbox-reward-gap"
{{{#!wiki
{{{+1 ''''''}}}}}}{{{#!wiki
[[파일:StarGMD.png|width=25]]}}}}}}}}}{{{#!if 달 != null
{{{#!wiki class="flexbox-reward flexbox-reward-gap"
{{{#!wiki
{{{+1 ''''''}}}}}}{{{#!wiki
[[파일:moonGMD.png|width=25]]}}}}}}}}}{{{#!if 코인이미지 = 브론즈코인 == null ? "SilverCoinGMD.png" : "BronzeCoinGMD.png"
}}}{{{#!wiki class="flexbox-reward"
{{{#!if +코인 >= 1
{{{#!wiki
[[파일:|width=25]]}}}}}}{{{#!if +코인 >= 2
{{{#!wiki
[[파일:|width=25]]}}}}}}{{{#!if +코인 >= 3
{{{#!wiki
[[파일:|width=25]]}}}}}}}}}{{{#!if 오브변환 = { "1": 0, "2": 50, "3": 75, "4": 125, "5": 175, "6": 225, "7": 275, "8": 350, "9": 425, "10": 500 }; 오브 = (별 != null) ? 오브변환[별] : 오브변환[달]
}}}{{{#!if 오브 && +오브 != 0
{{{#!wiki class="flexbox-reward flexbox-reward-gap"
{{{#!wiki
{{{+1 ''''''}}}}}}{{{#!wiki
[[파일:OrbGMD.png|width=25]]}}}}}}}}}{{{#!if 건틀렛이름 != null
{{{#!if target = (별 != null) ? +별 : +달; 다이아몬드 = target + 2; 주석문구 = ((건틀렛이름 != null) ? "건틀렛" : "");
}}}{{{#!wiki class="flexbox-reward flexbox-reward-gap"
{{{#!wiki
{{{+1 ''''''}}}}}}{{{#!wiki
[[파일:DiamondGMD.png|width=25]][* 한정 보상]}}}}}}}}} ||
||<-2><class=style-additional><rowif=additional_condition> '''추가 정보''' ||
||<rowif=건틀렛이름><class=style-gauntlet><width=50%> '''소속 [[Geometry Dash/건틀렛|{{{#!wiki style="display: inline-block; color: #fff"
건틀렛}}}]]''' ||<colbgcolor=#f5f5f5,#191919><colcolor=#000,#fff> [[Geometry Dash/건틀렛#건틀렛이름 Gauntlet|건틀렛이름 Gauntlet]] ||
||<rowif=맵팩이름><class=style-mappack><width=50%> '''소속 [[Geometry Dash/맵팩|{{{#!wiki style="display: inline-block; color: #fff"
맵팩}}}]]''' || [[Geometry Dash/맵팩#맵팩이름|맵팩이름]] ||
||<rowif=위클리><class=style-weekly><width=50%> '''[[Geometry Dash/위클리 데몬|{{{#!wiki style="display: inline-block; color: #fff"
Weekly}}}]] 수록''' || #0{{{#!if 위클리주석 != null
[* {{{#!html }}}]}}}{{{#!if 위클리2 != null
{{{#!html }}}}}}{{{#!if 위클리주석2 != null
[* {{{#!html }}}]}}}{{{#!if 위클리3 != null
{{{#!html }}}}}}{{{#!if 위클리주석3 != null
[* {{{#!html }}}]}}} ||
||<rowif=이벤트><class=style-event><width=50%> '''[[Geometry Dash/이벤트 레벨|{{{#!wiki style="display: inline-block; color: #fff"
Event}}}]] 수록''' || #0{{{#!if 이벤트주석 != null
[* {{{#!html }}}]}}}{{{#!if 이벤트2 != null
{{{#!html }}}}}}{{{#!if 이벤트주석2 != null
[* {{{#!html }}}]}}}{{{#!if 이벤트3 != null
{{{#!html }}}}}}{{{#!if 이벤트주석3 != null
[* {{{#!html }}}]}}} ||
||<rowif=티어><class=style-tier><width=50%> '''[[GDDLadder|{{{#!wiki style="display: inline-block; color: #fff"
GDDLadder}}}]] 티어''' || {{{#!html 티어}}}{{{#!if 티어주석 != null
[* {{{#!html }}}]}}}{{{#!if 티어2 != null
{{{#!html }}}}}}{{{#!if 티어주석2 != null
[* {{{#!html }}}]}}}{{{#!if 티어3 != null
{{{#!html }}}}}}{{{#!if 티어주석3 != null
[* {{{#!html }}}]}}} ||
||<rowif=포럼최고순위><class=style-rank><width=50%> {{{#!if 길이 != null
'''[[Pointercrate|{{{#!wiki style="display: inline-block; color: #fff"
Pointercrate}}}]] 최고 순위'''}}}{{{#!if 길이 == null
'''[[Pemonlist|{{{#!wiki style="display: inline-block; color: #fff"
Pemonlist}}}]] 최고 순위'''}}} || {{{#!if (+포럼최고순위) == 1
{{{#red '''#순위'''}}}}}}{{{#!if (+포럼최고순위) > 1 && (+포럼최고순위) <= 10
'''#순위'''}}}{{{#!if (+포럼최고순위) > 10 || 포럼최고순위 == null
#순위}}}{{{#!if 포럼최고순위주석 != null
[* {{{#!html }}}]}}}{{{#!if 포럼최고순위2 != null
{{{#!html }}}}}}{{{#!if 포럼최고순위주석2 != null
[* {{{#!html }}}]}}}{{{#!if 포럼최고순위3 != null
{{{#!html }}}}}}{{{#!if 포럼최고순위주석3 != null
[* {{{#!html }}}]}}} ||
||<rowif=구포럼최고순위><class=style-oldrank><width=50%> '''[[Geometry Dash/포럼 순위/GDForum 리스트|{{{#!wiki style="display: inline-block; color: #fff"
GDForum}}}]] 최고 순위''' || {{{#!if (+구포럼최고순위) == 1
{{{#red '''#순위'''}}}}}}{{{#!if (+구포럼최고순위) > 1 && (+구포럼최고순위) <= 10
'''#순위'''}}}{{{#!if (+구포럼최고순위) > 10 || 구포럼최고순위 == null
#순위}}}{{{#!if 구포럼최고순위주석 != null
[* {{{#!html }}}]}}}{{{#!if 구포럼최고순위2 != null
{{{#!html }}}}}}{{{#!if 구포럼최고순위주석2 != null
[* {{{#!html }}}]}}}{{{#!if 구포럼최고순위3 != null
{{{#!html }}}}}}{{{#!if 구포럼최고순위주석3 != null
[* {{{#!html }}}]}}} ||}}}
}}}}}} || <class=style-soundtrack> 사용된 사운드트랙#!if 음악 != null && SFX != null
{{{#!wiki style="display: block;"
(음악: 개, SFX: 개)}}} |
#!if 사운드트랙2 == null
{{{#!html Cyclone - Arcanoid.}}}{{{#!if 사운드트랙주석1 != null
[* {{{#!html }}}]}}}
#!if 사운드트랙2 != null
{{{#!folding [ 펼치기 · 접기 ]
{{{#!if 사운드트랙1 != null
{{{#!wiki style="display: block;"
{{{#!html Cyclone - Arcanoid.}}}{{{#!if 사운드트랙주석1 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙2 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석2 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙3 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석3 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙4 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석4 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙5 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석5 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙6 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석6 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙7 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석7 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙8 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석8 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙9 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석9 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙10 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석10 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙11 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석11 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙12 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석12 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙13 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석13 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙14 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석14 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙15 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석15 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙16 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석16 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙17 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석17 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙18 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석18 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙19 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석19 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙20 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석20 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙21 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석21 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙22 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석22 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙23 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석23 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙24 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석24 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙25 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석25 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙26 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석26 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙27 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석27 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙28 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석28 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙29 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석29 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙30 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석30 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙31 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석31 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙32 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석32 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙33 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석33 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙34 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석34 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙35 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석35 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙36 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석36 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙37 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석37 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙38 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석38 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙39 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석39 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙40 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석40 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙41 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석41 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙42 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석42 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙43 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석43 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙44 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석44 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙45 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석45 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙46 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석46 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙47 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석47 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙48 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석48 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙49 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석49 != null
[* {{{#!html }}}]}}}}}}}}}{{{#!if 사운드트랙50 != null
{{{#!wiki style="display: block;"
{{{#!html }}}{{{#!if 사운드트랙주석50 != null
[* {{{#!html }}}]}}}}}}}}}
}}} |
| <rowif=현재맵이름><class=style-levelorder> 레벨 순서 |
<rowif=현재맵이름 && 연작문서명 && 현재번호2 == null> #!if 연작문서문단 != null
[[파일:gmdcp.png|width=20]] '''[[#s-|{{{#!wiki style="display: inline-block; color: #fff"
}}}]]'''
#!if 연작문서앵커 != null
[[파일:gmdcp.png|width=20]] '''[[#|{{{#!wiki style="display: inline-block; color: #fff"
}}}]]'''
#!if 연작문서문단 == null && 연작문서앵커 == null
[[파일:gmdcp.png|width=20]] '''[[|{{{#!wiki style="display: inline-block; color: #fff"
}}}]]'''
|
<rowif=현재맵이름 && 현재번호2 == null> #!if 이전번호 != null
{{{#!wiki style="flex: 3 1 0; min-width: 150px; text-align: center; border: 1px solid hsl(0, 0%, 82%); border-radius: 5px; padding: 0.5em 1em; font-size: 1.2em;" dark-style="border: 1px solid hsl(218, 7%, 29%)"
{{{#!if 이전문서문단 != null
[[#s-|{{{#000,#fff . }}}]]}}}{{{#!if 이전문서앵커 != null
[[#|{{{#000,#fff . }}}]]}}}{{{#!if 이전문서문단 == null && 이전문서앵커 == null
[[|{{{#000,#fff . }}}]]}}}}}}{{{#!wiki style="flex: 1 1 0; min-width: 0%; text-align: center; white-space: nowrap;"
→}}}
. #!if 다음번호 != null
{{{#!wiki style="flex: 1 1 0; min-width: 0%; text-align: center; white-space: nowrap;"
→}}}{{{#!wiki style="flex: 3 1 0; min-width: 150px; text-align: center; border: 1px solid hsl(0, 0%, 82%); border-radius: 5px; padding: 0.5em 1em; font-size: 1.2em;" dark-style="border: 1px solid hsl(218, 7%, 29%)"
{{{#!if 다음문서문단 != null
[[#s-|{{{#000,#fff . }}}]]}}}{{{#!if 다음문서앵커 != null
[[#|{{{#000,#fff . }}}]]}}}{{{#!if 다음문서문단 == null && 다음문서앵커 == null
[[|{{{#000,#fff . }}}]]}}}}}}
#!if 다음번호 == null && 건틀렛이름 != null
{{{#!wiki style="flex: 1 1 0; min-width: 0%; text-align: center; white-space: nowrap;"
→}}}{{{#!wiki style="flex: 3 1 0; min-width: 150px; text-align: center; border: 1px solid hsl(0, 0%, 82%); border-radius: 5px; padding: 0.5em 1em; font-size: 1.2em;" dark-style="border: 1px solid hsl(218, 7%, 29%)"
[[Geometry Dash/건틀렛#Random Gauntlet 상자|{{{#000,#fff [[파일:LargeChest.webp|width=25]] 보상 획득}}}]]}}}
|
<rowif=현재맵이름 && 현재번호2> {{{#!folding [ 펼치기 · 접기 ] {{{#!wiki style="margin: -5px -1px -11px" | <rowif=연작문서명> #!if 연작문서문단 != null
[[파일:gmdcp.png|width=20]] '''[[#s-|{{{#!wiki style="display: inline-block; color: #fff"
}}}]]'''
#!if 연작문서앵커 != null
[[파일:gmdcp.png|width=20]] '''[[#|{{{#!wiki style="display: inline-block; color: #fff"
}}}]]'''
#!if 연작문서문단 == null && 연작문서앵커 == null
[[파일:gmdcp.png|width=20]] '''[[|{{{#!wiki style="display: inline-block; color: #fff"
}}}]]'''
|
<rowif=현재번호> #!if 이전번호 != null
{{{#!wiki style="flex: 3 1 0; min-width: 150px; text-align: center; border: 1px solid hsl(0, 0%, 82%); border-radius: 5px; padding: 0.5em 1em; font-size: 1.2em;" dark-style="border: 1px solid hsl(218, 7%, 29%)"
{{{#!if 이전문서문단 != null
[[#s-|{{{#000,#fff . }}}]]}}}{{{#!if 이전문서앵커 != null
[[#|{{{#000,#fff . }}}]]}}}{{{#!if 이전문서문단 == null && 이전문서앵커 == null
[[|{{{#000,#fff . }}}]]}}}}}}{{{#!wiki style="flex: 1 1 0; min-width: 0%; text-align: center; white-space: nowrap;"
→}}}
. #!if 다음번호 != null
{{{#!wiki style="flex: 1 1 0; min-width: 0%; text-align: center; white-space: nowrap;"
→}}}{{{#!wiki style="flex: 3 1 0; min-width: 150px; text-align: center; border: 1px solid hsl(0, 0%, 82%); border-radius: 5px; padding: 0.5em 1em; font-size: 1.2em;" dark-style="border: 1px solid hsl(218, 7%, 29%)"
{{{#!if 다음문서문단 != null
[[#s-|{{{#000,#fff . }}}]]}}}{{{#!if 다음문서앵커 != null
[[#|{{{#000,#fff . }}}]]}}}{{{#!if 다음문서문단 == null && 다음문서앵커 == null
[[|{{{#000,#fff . }}}]]}}}}}}
#!if 다음번호 == null && 건틀렛이름 != null
{{{#!wiki style="flex: 1 1 0; min-width: 0%; text-align: center; white-space: nowrap;"
→}}}{{{#!wiki style="flex: 3 1 0; min-width: 150px; text-align: center; border: 1px solid hsl(0, 0%, 82%); border-radius: 5px; padding: 0.5em 1em; font-size: 1.2em;" dark-style="border: 1px solid hsl(218, 7%, 29%)"
[[Geometry Dash/건틀렛#Random Gauntlet 상자|{{{#000,#fff [[파일:LargeChest.webp|width=25]] 보상 획득}}}]]}}}
|
<rowif=연작문서명2> #!if 연작문서문단2 != null
[[파일:gmdcp.png|width=20]] '''[[#s-|{{{#!wiki style="display: inline-block; color: #fff"
}}}]]'''
#!if 연작문서앵커2 != null
[[파일:gmdcp.png|width=20]] '''[[#|{{{#!wiki style="display: inline-block; color: #fff"
}}}]]'''
#!if 연작문서문단2 == null && 연작문서앵커2 == null
[[파일:gmdcp.png|width=20]] '''[[|{{{#!wiki style="display: inline-block; color: #fff"
}}}]]'''
|
<rowif=현재번호2> #!if 이전번호2 != null
{{{#!wiki style="flex: 3 1 0; min-width: 150px; text-align: center; border: 1px solid hsl(0, 0%, 82%); border-radius: 5px; padding: 0.5em 1em; font-size: 1.2em;" dark-style="border: 1px solid hsl(218, 7%, 29%)"
{{{#!if 이전문서문단2 != null
[[#s-|{{{#000,#fff . }}}]]}}}{{{#!if 이전문서앵커2 != null
[[#|{{{#000,#fff . }}}]]}}}{{{#!if 이전문서문단2 == null && 이전문서앵커2 == null
[[|{{{#000,#fff . }}}]]}}}}}}{{{#!wiki style="flex: 1 1 0; min-width: 0%; text-align: center; white-space: nowrap;"
→}}}
. #!if 다음번호2 != null
{{{#!wiki style="flex: 1 1 0; min-width: 0%; text-align: center; white-space: nowrap;"
→}}}{{{#!wiki style="flex: 3 1 0; min-width: 150px; text-align: center; border: 1px solid hsl(0, 0%, 82%); border-radius: 5px; padding: 0.5em 1em; font-size: 1.2em;" dark-style="border: 1px solid hsl(218, 7%, 29%)"
{{{#!if 다음문서문단2 != null
[[#s-|{{{#000,#fff . }}}]]}}}{{{#!if 다음문서앵커2 != null
[[#|{{{#000,#fff . }}}]]}}}{{{#!if 다음문서문단2 == null && 다음문서앵커2 == null
[[|{{{#000,#fff . }}}]]}}}}}}
|
<rowif=연작문서명3> #!if 연작문서문단3 != null
[[파일:gmdcp.png|width=20]] '''[[#s-|{{{#!wiki style="display: inline-block; color: #fff"
}}}]]'''
#!if 연작문서앵커3 != null
[[파일:gmdcp.png|width=20]] '''[[#|{{{#!wiki style="display: inline-block; color: #fff"
}}}]]'''
#!if 연작문서문단3 == null && 연작문서앵커3 == null
[[파일:gmdcp.png|width=20]] '''[[|{{{#!wiki style="display: inline-block; color: #fff"
}}}]]'''
|
<rowif=현재번호3> #!if 이전번호3 != null
{{{#!wiki style="flex: 3 1 0; min-width: 150px; text-align: center; border: 1px solid hsl(0, 0%, 82%); border-radius: 5px; padding: 0.5em 1em; font-size: 1.2em;" dark-style="border: 1px solid hsl(218, 7%, 29%)"
{{{#!if 이전문서문단3 != null
[[#s-|{{{#000,#fff . }}}]]}}}{{{#!if 이전문서앵커3 != null
[[#|{{{#000,#fff . }}}]]}}}{{{#!if 이전문서문단3 == null && 이전문서앵커3 == null
[[|{{{#000,#fff . }}}]]}}}}}}{{{#!wiki style="flex: 1 1 0; min-width: 0%; text-align: center; white-space: nowrap;"
→}}}
. #!if 다음번호3 != null
{{{#!wiki style="flex: 1 1 0; min-width: 0%; text-align: center; white-space: nowrap;"
→}}}{{{#!wiki style="flex: 3 1 0; min-width: 150px; text-align: center; border: 1px solid hsl(0, 0%, 82%); border-radius: 5px; padding: 0.5em 1em; font-size: 1.2em;" dark-style="border: 1px solid hsl(218, 7%, 29%)"
{{{#!if 다음문서문단3 != null
[[#s-|{{{#000,#fff . }}}]]}}}{{{#!if 다음문서앵커3 != null
[[#|{{{#000,#fff . }}}]]}}}{{{#!if 다음문서문단3 == null && 다음문서앵커3 == null
[[|{{{#000,#fff . }}}]]}}}}}}
|
<rowif=연작문서명4> #!if 연작문서문단4 != null
[[파일:gmdcp.png|width=20]] '''[[#s-|{{{#!wiki style="display: inline-block; color: #fff"
}}}]]'''
#!if 연작문서앵커4 != null
[[파일:gmdcp.png|width=20]] '''[[#|{{{#!wiki style="display: inline-block; color: #fff"
}}}]]'''
#!if 연작문서문단4 == null && 연작문서앵커4 == null
[[파일:gmdcp.png|width=20]] '''[[|{{{#!wiki style="display: inline-block; color: #fff"
}}}]]'''
|
<rowif=현재번호4> #!if 이전번호4 != null
{{{#!wiki style="flex: 3 1 0; min-width: 150px; text-align: center; border: 1px solid hsl(0, 0%, 82%); border-radius: 5px; padding: 0.5em 1em; font-size: 1.2em;" dark-style="border: 1px solid hsl(218, 7%, 29%)"
{{{#!if 이전문서문단4 != null
[[#s-|{{{#000,#fff . }}}]]}}}{{{#!if 이전문서앵커4 != null
[[#|{{{#000,#fff . }}}]]}}}{{{#!if 이전문서문단4 == null && 이전문서앵커4 == null
[[|{{{#000,#fff . }}}]]}}}}}}{{{#!wiki style="flex: 1 1 0; min-width: 0%; text-align: center; white-space: nowrap;"
→}}}
. #!if 다음번호4 != null
{{{#!wiki style="flex: 1 1 0; min-width: 0%; text-align: center; white-space: nowrap;"
→}}}{{{#!wiki style="flex: 3 1 0; min-width: 150px; text-align: center; border: 1px solid hsl(0, 0%, 82%); border-radius: 5px; padding: 0.5em 1em; font-size: 1.2em;" dark-style="border: 1px solid hsl(218, 7%, 29%)"
{{{#!if 다음문서문단4 != null
[[#s-|{{{#000,#fff . }}}]]}}}{{{#!if 다음문서앵커4 != null
[[#|{{{#000,#fff . }}}]]}}}{{{#!if 다음문서문단4 == null && 다음문서앵커4 == null
[[|{{{#000,#fff . }}}]]}}}}}}
|
<rowif=연작문서명5> #!if 연작문서문단5 != null
[[파일:gmdcp.png|width=20]] '''[[#s-|{{{#!wiki style="display: inline-block; color: #fff"
}}}]]'''
#!if 연작문서앵커5 != null
[[파일:gmdcp.png|width=20]] '''[[#|{{{#!wiki style="display: inline-block; color: #fff"
}}}]]'''
#!if 연작문서문단5 == null && 연작문서앵커5 == null
[[파일:gmdcp.png|width=20]] '''[[|{{{#!wiki style="display: inline-block; color: #fff"
}}}]]'''
|
<rowif=현재번호5> #!if 이전번호5 != null
{{{#!wiki style="flex: 3 1 0; min-width: 150px; text-align: center; border: 1px solid hsl(0, 0%, 82%); border-radius: 5px; padding: 0.5em 1em; font-size: 1.2em;" dark-style="border: 1px solid hsl(218, 7%, 29%)"
{{{#!if 이전문서문단5 != null
[[#s-|{{{#000,#fff . }}}]]}}}{{{#!if 이전문서앵커5 != null
[[#|{{{#000,#fff . }}}]]}}}{{{#!if 이전문서문단5 == null && 이전문서앵커5 == null
[[|{{{#000,#fff . }}}]]}}}}}}{{{#!wiki style="flex: 1 1 0; min-width: 0%; text-align: center; white-space: nowrap;"
→}}}
. #!if 다음번호5 != null
{{{#!wiki style="flex: 1 1 0; min-width: 0%; text-align: center; white-space: nowrap;"
→}}}{{{#!wiki style="flex: 3 1 0; min-width: 150px; text-align: center; border: 1px solid hsl(0, 0%, 82%); border-radius: 5px; padding: 0.5em 1em; font-size: 1.2em;" dark-style="border: 1px solid hsl(218, 7%, 29%)"
{{{#!if 다음문서문단5 != null
[[#s-|{{{#000,#fff . }}}]]}}}{{{#!if 다음문서앵커5 != null
[[#|{{{#000,#fff . }}}]]}}}{{{#!if 다음문서문단5 == null && 다음문서앵커5 == null
[[|{{{#000,#fff . }}}]]}}}}}}
| }}}}}} |
전 ILL 1위이자, 현 ILL 4위.
최장 기간 ILL 1위였던 맵으로, 2024년 9월 27일까지 367일간 1위를 차지하고 Formosa의 재평가로 인해 ILL 1위를 빼앗겼다.
1974tps 프레임 퍼펙트0.000506초]가 216개나 있는데 그 중 절반이 처음부터 나오는 프레임 퍼펙트 5동타 2개 + 4동타 20개에 쏠려있고, 나머지의 1할은 31%의 볼+UFO 듀얼에 있는 끔찍한 밸런스를 가지고 있다.
매크로 짤 때만 어려운 요소들로 도배된 걸로 악명높은데, 가장 이해하기 쉬운 예시를 하나 들자면 3870클릭보다 적거나 많이 클릭하면 마지막에서 무조건 죽는다. 그 외에는 클릭할 때만 플레이어를 보이게 하는 메커니즘, 속도 포탈을 잘못 밟으면 80%대에서 무조건 죽는 트랩이 있다. 게다가 맵이 6분 20초쯤으로 상당히 긴 편에 그 중 거의 절반이 듀얼 모드라 피로도가 극도로 높다.4동타 20개 + 5동타 2개 점프 구간이다. 이 구간에만 1974tps 프레임 퍼펙트가 무려 90개나 존재한다.큐브 모드와 로봇 모드로 구성된 파트로, 아이콘과 맵이 점멸하는데다가, 정확한 타이밍을 요구한다.
좁은 간격의 비행과 웨이브 연타가 주를 이루는 파트이다.
본격적인 드랍이 시작된다. 여기부터 후술할 53%까지는 2P 듀얼이기 때문에 두개의 아이콘을 따로따로 조작해야하며 투명블록으로 도배되어있어 가시성이 매우 떨어진다.
웨이브 연타로 파트가 시작된다. 웨이브 연타를 넘긴 후 로봇, 큐브파트로 진입하며 정확한 공점 타이밍을 요구한다. 실제로 보이는것보다 히트박스가 훨씬 좁다.
볼, 거미, 비행으로 이루어진 파트. 진입 직후 볼 클릭 타이밍은 프레임 퍼펙트이고, 이후 거미파트와 좁은 비행으로 이어진다.
비행 구간. 매우 좁은 간격의 일자 비행을 2P 듀얼로 해야 한다.
2P 듀얼 웨이브 구간. 파트는 아예 보이지 않는 수준이며, 실제 간격은 매우 좁다.
웨이브 + 웨이브/비행 듀얼 구간. 이전 파트보다는 더 잘보이긴 하지만 여전히 가시성이 최악이고 매우 간격이 좁다.
큐브 공점 연타 구간.
중간중간 감속과 배속으로 이루어진 파트.
웨이브와 비행으로 이루어진 파트.
듀얼 웨이브 구간.
볼 + 비행 듀얼 구간. 이전까지 속도 포탈을 한번이라도 잘못 타면 이 파트에서 죽게 설계되어있다.
큐브 파트.
비행 파트.
웨이브 파트. 가능해 보이지만 실제로는 보정가시때문에 불가능하다. 이후 듀얼 일자비행으로 맵이 끝난다.- 챌린지 리스트 전 1위 The Third Variant가 이 맵의 첫 파트에서 따온 챌린지다. 직접적으로 가져온 건 아니고 데코 스타일만 따온 것.
- 제목의 CYCLOLCYC는
당연하게도어느 사전에도 등재되지 않은 조어이다.
#!if version2 == null
{{{#!wiki style="border:1px solid gray;border-top:5px solid gray;padding:7px;margin-bottom:0px"
[[크리에이티브 커먼즈 라이선스|[[파일:CC-white.svg|width=22.5px]]]] 이 문서의 내용 중 전체 또는 일부는 {{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/데몬(Geometry Dash)|데몬(Geometry Dash)]]}}}{{{#!if external != "o"
[[데몬(Geometry Dash)]]}}}}}} 문서의 {{{#!if uuid == null
'''uuid not found'''}}}{{{#!if uuid != null
[[https://namu.wiki/w/데몬(Geometry Dash)?uuid=68c725da-6433-4cb4-9452-21723cd0fa1f|r866]]}}} 판{{{#!if paragraph != null
, [[https://namu.wiki/w/데몬(Geometry Dash)?uuid=68c725da-6433-4cb4-9452-21723cd0fa1f#s-3.1.1|3.1.1번 문단]]}}}에서 가져왔습니다. [[https://namu.wiki/history/데몬(Geometry Dash)?from=866|이전 역사 보러 가기]]}}}
#!if version2 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="border:1px solid gray;border-top:5px solid gray;padding:7px;margin-bottom:0px"
[[크리에이티브 커먼즈 라이선스|[[파일:CC-white.svg|width=22.5px]]]] 이 문서의 내용 중 전체 또는 일부는 다른 문서에서 가져왔습니다.
{{{#!wiki style="text-align: center"
{{{#!folding [ 펼치기 · 접기 ]
{{{#!wiki style="text-align: left; padding: 0px 10px"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/데몬(Geometry Dash)|데몬(Geometry Dash)]]}}}{{{#!if external != "o"
[[데몬(Geometry Dash)]]}}}}}} 문서의 {{{#!if uuid == null
'''uuid not found'''}}}{{{#!if uuid != null
[[https://namu.wiki/w/데몬(Geometry Dash)?uuid=68c725da-6433-4cb4-9452-21723cd0fa1f|r866]]}}} 판{{{#!if paragraph != null
, [[https://namu.wiki/w/데몬(Geometry Dash)?uuid=68c725da-6433-4cb4-9452-21723cd0fa1f#s-3.1.1|3.1.1번 문단]]}}} ([[https://namu.wiki/history/데몬(Geometry Dash)?from=866|이전 역사]])
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid2 == null
'''uuid2 not found'''}}}{{{#!if uuid2 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph2 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]]){{{#!if version3 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid3 == null
'''uuid3 not found'''}}}{{{#!if uuid3 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph3 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version4 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid4 == null
'''uuid4 not found'''}}}{{{#!if uuid4 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph4 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version5 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid5 == null
'''uuid5 not found'''}}}{{{#!if uuid5 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph5 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version6 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid6 == null
'''uuid6 not found'''}}}{{{#!if uuid6 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph6 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version7 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid7 == null
'''uuid7 not found'''}}}{{{#!if uuid7 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph7 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version8 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid8 == null
'''uuid8 not found'''}}}{{{#!if uuid8 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph8 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version9 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid9 == null
'''uuid9 not found'''}}}{{{#!if uuid9 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph9 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version10 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid10 == null
'''uuid10 not found'''}}}{{{#!if uuid10 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph10 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version11 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid11 == null
'''uuid11 not found'''}}}{{{#!if uuid11 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph11 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version12 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid12 == null
'''uuid12 not found'''}}}{{{#!if uuid12 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph12 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version13 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid13 == null
'''uuid13 not found'''}}}{{{#!if uuid13 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph13 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version14 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid14 == null
'''uuid14 not found'''}}}{{{#!if uuid14 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph14 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version15 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid15 == null
'''uuid15 not found'''}}}{{{#!if uuid15 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph15 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version16 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid16 == null
'''uuid16 not found'''}}}{{{#!if uuid16 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph16 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version17 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid17 == null
'''uuid17 not found'''}}}{{{#!if uuid17 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph17 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version18 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid18 == null
'''uuid18 not found'''}}}{{{#!if uuid18 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph18 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version19 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid19 == null
'''uuid19 not found'''}}}{{{#!if uuid19 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph19 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version20 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid20 == null
'''uuid20 not found'''}}}{{{#!if uuid20 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph20 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version21 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid21 == null
'''uuid21 not found'''}}}{{{#!if uuid21 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph21 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version22 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid22 == null
'''uuid22 not found'''}}}{{{#!if uuid22 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph22 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version23 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid23 == null
'''uuid23 not found'''}}}{{{#!if uuid23 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph23 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version24 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid24 == null
'''uuid24 not found'''}}}{{{#!if uuid24 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph24 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version25 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid25 == null
'''uuid25 not found'''}}}{{{#!if uuid25 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph25 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version26 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid26 == null
'''uuid26 not found'''}}}{{{#!if uuid26 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph26 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version27 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid27 == null
'''uuid27 not found'''}}}{{{#!if uuid27 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph27 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version28 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid28 == null
'''uuid28 not found'''}}}{{{#!if uuid28 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph28 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version29 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid29 == null
'''uuid29 not found'''}}}{{{#!if uuid29 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph29 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version30 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid30 == null
'''uuid30 not found'''}}}{{{#!if uuid30 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph30 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version31 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid31 == null
'''uuid31 not found'''}}}{{{#!if uuid31 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph31 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version32 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid32 == null
'''uuid32 not found'''}}}{{{#!if uuid32 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph32 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version33 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid33 == null
'''uuid33 not found'''}}}{{{#!if uuid33 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph33 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version34 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid34 == null
'''uuid34 not found'''}}}{{{#!if uuid34 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph34 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version35 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid35 == null
'''uuid35 not found'''}}}{{{#!if uuid35 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph35 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version36 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid36 == null
'''uuid36 not found'''}}}{{{#!if uuid36 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph36 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version37 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid37 == null
'''uuid37 not found'''}}}{{{#!if uuid37 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph37 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version38 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid38 == null
'''uuid38 not found'''}}}{{{#!if uuid38 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph38 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version39 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid39 == null
'''uuid39 not found'''}}}{{{#!if uuid39 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph39 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version40 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid40 == null
'''uuid40 not found'''}}}{{{#!if uuid40 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph40 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version41 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid41 == null
'''uuid41 not found'''}}}{{{#!if uuid41 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph41 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version42 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid42 == null
'''uuid42 not found'''}}}{{{#!if uuid42 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph42 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version43 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid43 == null
'''uuid43 not found'''}}}{{{#!if uuid43 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph43 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version44 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid44 == null
'''uuid44 not found'''}}}{{{#!if uuid44 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph44 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version45 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid45 == null
'''uuid45 not found'''}}}{{{#!if uuid45 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph45 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version46 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid46 == null
'''uuid46 not found'''}}}{{{#!if uuid46 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph46 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version47 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid47 == null
'''uuid47 not found'''}}}{{{#!if uuid47 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph47 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version48 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid48 == null
'''uuid48 not found'''}}}{{{#!if uuid48 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph48 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version49 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid49 == null
'''uuid49 not found'''}}}{{{#!if uuid49 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph49 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}{{{#!if version50 != null
{{{#!wiki style="display: block;"
{{{#!wiki style="display: inline-block"
{{{#!if external == "o"
[[https://namu.wiki/w/|]]}}}{{{#!if external != "o"
[[]]}}}}}} 문서의 {{{#!if uuid50 == null
'''uuid50 not found'''}}}{{{#!if uuid50 != null
[[https://namu.wiki/w/?uuid=|r]]}}} 판{{{#!if paragraph50 != null
, [[https://namu.wiki/w/?uuid=#s-|번 문단]]}}} ([[https://namu.wiki/history/?from=|이전 역사]])}}}}}}}}}}}}}}}}}}}}}