{{ t('dialog.world.info.memo') }}
{{ t('dialog.world.info.youtube_preview') }}
https://www.youtube.com/watch?v={{ worldDialog.ref.previewYoutubeId }}
{{ t('dialog.world.info.author_tags') }}
{{ worldTags }}
-
{{ t('dialog.world.info.players') }}
{{ commaNumber(worldDialog.ref.occupants) }}
{{ t('dialog.world.info.favorites') }}
{{ commaNumber(worldDialog.ref.favorites)
}}
({{ favoriteRate }}%)
{{ t('dialog.world.info.visits') }}
{{ commaNumber(worldDialog.ref.visits) }}
{{ t('dialog.world.info.capacity') }}
{{ commaNumber(worldDialog.ref.recommendedCapacity) }} ({{
commaNumber(worldDialog.ref.capacity)
}})
{{ t('dialog.world.info.created_at') }}
{{ formatDateFilter(worldDialog.ref.created_at, 'long') }}
{{ t('dialog.world.info.labs_publication_date') }}
{{ formatDateFilter(worldDialog.ref.labsPublicationDate, 'long') }}
{{ t('dialog.world.info.publication_date') }}
{{ t('dialog.world.info.time_in_labs') }}
{{ timeInLab }}
{{ formatDateFilter(worldDialog.ref.publicationDate, 'long') }}
{{ t('dialog.world.info.version') }}
{{ t('dialog.world.info.heat') }}
{{ commaNumber(worldDialog.ref.heat) }} {{ '🔥'.repeat(worldDialog.ref.heat) }}
{{ t('dialog.world.info.popularity') }}
{{ commaNumber(worldDialog.ref.popularity) }}
{{ '💖'.repeat(worldDialog.ref.popularity) }}
{{ t('dialog.world.info.platform') }}
{{
worldDialogPlatform
}}
{{ t('dialog.world.info.last_visited') }}
{{
formatDateFilter(worldDialog.lastVisit, 'long')
}}
{{ t('dialog.world.info.time_spent') }}
{{ worldDialog.timeSpent === 0 ? ' - ' : timeSpent }}