<aside> <img src="/icons/home_red.svg" alt="/icons/home_red.svg" width="40px" /> 𝗧𝗲𝗺𝗽𝗹𝗮𝘁𝗲 𝗚𝘂𝗶𝗱𝗲
</aside>
<aside> 📢 $𝗡𝗼𝘁𝗶𝗰𝗲$
</aside>
<aside> 📜 $𝗖𝗼𝗻𝘁𝗲𝗻𝘁𝘀$
𝗠𝗮𝗶𝗻 𝗣𝗮𝗴𝗲
𝖲𝗎𝖻 𝗉𝖺𝗀𝖾𝗌
𝖡𝖺𝗌𝗂𝖼 𝗎𝗌𝖺𝗀𝖾
𝗖𝗼𝘃𝗲𝗿 𝗶𝗺𝗮𝗴𝗲
𝖧𝗈𝗐 𝗍𝗈 𝗆𝖺𝗄𝖾 𝖺 𝗆𝗎𝗌𝗂𝖼 𝖺𝗅𝖻𝗎𝗆 𝖼𝗈𝗏𝖾𝗋 𝗂𝗆𝖺𝗀𝖾
</aside>
<aside> <img src="/icons/alert_gray.svg" alt="/icons/alert_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> 📌 Contents
</aside>
🔵 Blue Color Number : Displayed on the Block
Enter the name of the game and select the icon.
Ver 1.1
Enter the game's play time.
The play time entered here is displayed on the Game Library.
With text selected, press cmd/ctrl+E
.
Ver 1.2
Changed property from text
to formula
in Ver 1.2
Automatically completes when you enter numbers in the Play Time
property.
The 🟨 emoji is applied by default, but you can change it according to your preference.
Play Time
property, select Edit Property, and change the name to Play Time (m)
.Play Time (Display)
property, select Edit Property, and change the type to Formula.if(floor(prop("Play Time (m)") / 60) > 0, "🟨 " + format(floor(prop("Play Time (m)") / 60)) + " hours", "") + if(prop("Play Time (m)") % 60 != 0, if(floor(prop("Play Time (m)") / 60) > 0, " and ", "🟨 ") + format(prop("Play Time (m)") % 60) + " minutes", "")
Click on the Play Time (Display)
property, remove the 🟨 emoji, paste your preferred emoji, and then save the changes.
Ver 1.1
Enter the game's play time.
This is used to sort by playtime. Please write the same as above.