<#if topic.type == TOPIC_WIKI>
${user.username?html}
<#if showKarma && karmaEnabled && post.userId != 1>
<#if post.userId != 1> <#assign rankStr = rank.getRankTitle(user.rankId, user.totalPosts)/> <#if rankStr?trim != ""> ${rankStr?html}
<#if showAvatar && (user.avatar?exists && user.avatar?length > 0)> <#if user.isExternalAvatar() || user.avatar.startsWith("http://") || user.avatar.startsWith("https://")> <#if avatarAllowExternalUrl> [Avatar] <#else> [Avatar]

<#if post.userId != 1> ${I18n.getMessage("PostShow.userRegistrationDate")}: ${user.registrationDay}
${I18n.getMessage("PostShow.userTotalMessages")}: ${user.totalPosts}
<#if (user.from?exists && user.from?length > 0)> ${I18n.getMessage("PostShow.userFrom")}: ${user.from?html}
<#if showIP && post.userIp?exists && (isModerator || isAdmin)> ${I18n.getMessage("PostShow.userIP")}: ${post.userIp}
<#if showOnline && (post.userId != 1) > <#if user.isOnline()> ${I18n.getMessage("PostShow.userOnline")} <#else> ${I18n.getMessage("PostShow.userOffline")}
<#if topic.type == TOPIC_WIKI>