Module:ElementAchievementHeader: Difference between revisions
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
| Line 56: | Line 56: | ||
) | ) | ||
else | else | ||
-- No achievement found - create phantom row with debug info | -- No achievement found - create phantom row with visible debug info | ||
return string.format( | return string.format( | ||
'|-\n! colspan="2" class="achievement-header-phantom" | %s', | '|-\n! colspan="2" class="achievement-header-phantom" | No Achievement Found %s', | ||
debugInfo | debugInfo | ||
) | ) | ||