<aside> <img src="/icons/home_red.svg" alt="/icons/home_red.svg" width="40px" /> 템플릿 가이드
</aside>
<aside> 📢 알림
</aside>
<aside> 📜 목차
메인 페이지
서브 페이지
간편 사용법
커버 이미지
</aside>
<aside> <img src="/icons/document_gray.svg" alt="/icons/document_gray.svg" width="40px" />
버전
</aside>
<aside> <img src="/icons/alert_gray.svg" alt="/icons/alert_gray.svg" width="40px" /> $𝗘𝘁𝗰$
</aside>
<aside> <img src="/icons/send_gray.svg" alt="/icons/send_gray.svg" width="40px" />
게임 커버 이미지 신청
</aside>
<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/f0ff1bdd-49fc-4e5c-a17d-619f7a6d1ef0/loraticon_logo.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/f0ff1bdd-49fc-4e5c-a17d-619f7a6d1ef0/loraticon_logo.png" width="40px" /> by Loraticon
Instagram
@loraticon
</aside>
<aside> 📌 목차
</aside>
🔵 파랑색 숫자 : 블록에 표시되는 요소
게임의 이름을 입력하고 게임 아이콘을 업로드합니다.
Ver 1.1
게임의 플레이 시간을 입력하세요.
이곳에 작성하는 플레이 시간은 게임 라이브러리에 표시됩니다.
텍스트를 모두 선택한 후, cmd/ctrl+E
를 눌러서 코드로 표시할 수 있습니다.
Ver 1.2
Ver 1.2에서는 속성이 텍스트
에서 수식
으로 변경되었습니다.
플레이 시간
속성에서 숫자를 입력하면 자동으로 완성됩니다.
기본으로 🟨 이모지가 적용되어 있으며 선호도에 따라 바꾸실 수 있습니다.
플레이시간
속성을 클릭하여 속성 편집을 선택한 후, 이름을 플레이시간 (분)
으로 수정합니다.플레이시간 (디스플레이용)
속성을 클릭하고 속성 편집을 선택한 후, 유형을 **수식
**으로 바꿉니다.if(floor(prop("플레이시간 (분)") / 60) > 0, "🟨 " + format(floor(prop("플레이시간 (분)") / 60)) + "시간", "") + if(prop("플레이시간 (분)") % 60 != 0, if(floor(prop("플레이시간 (분)") / 60) > 0, " ", "🟨 ") + format(prop("플레이시간 (분)") % 60) + "분", "")
플레이시간 (디스플레이용)
속성을 클릭하고 🟨 이모지를 지운 다음에 원하는 이모지를 붙여넣기하고 저장합니다.
Ver 1.1
위와 동일하게 플레이 시간을 입력하되 숫자만 입력합니다.
이곳에 작성한 플레이 시간은 라이브러리를 플레이 시간 순으로 정렬할 때 사용됩니다.