Template talk:Wikichievements: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Problem Resolved)
Line 10: Line 10:
: Maybe after adding strings by {{u|N0one}} but can be sure, it’s should be clarify-[[User:NOUG4AT|NOUG4AT]] ([[User talk:NOUG4AT|talk]]) 12:32, 26 March 2024 (PDT)
: Maybe after adding strings by {{u|N0one}} but can be sure, it’s should be clarify-[[User:NOUG4AT|NOUG4AT]] ([[User talk:NOUG4AT|talk]]) 12:32, 26 March 2024 (PDT)
: I don't know what happened when I added strings. --[[User:N0one|N0one]] ([[User talk:N0one|talk]]) 13:30, 26 March 2024 (PDT)
: I don't know what happened when I added strings. --[[User:N0one|N0one]] ([[User talk:N0one|talk]]) 13:30, 26 March 2024 (PDT)
: {{solved}} Found the problem, When doing spacing beween the {{code|<nowiki>{{ }}</nowiki>}} It makes weird spacings.
<nowiki>
{{Wikichievements/Card
( text )
}}
{{Wikichievements/Card
( text )
}}
</nowiki>
: But when i remove the spacings The problem dissapears.
<nowiki>
{{Wikichievements/Card
( text )
}}{{Wikichievements/Card
( text )
}}
</nowiki>

Revision as of 14:20, 26 March 2024

Things to be done

Add the OG user Wikichievement and use the below image. could we also add a customization of colors for the background? --Seal Enthusiast 10:56, 30 November 2023 (PST)

OG User Wikichievement

Weird spacing

What's with the weird random spacing between achievements? You can see in on User:Equalizer5118/Achievements, User:NOUG4AT/Achievements & User:Pee, as well as on any page with more than 1 achievement. Wisdurm (talk) 12:22, 26 March 2024 (PDT)

Maybe after adding strings by N0one but can be sure, it’s should be clarify-NOUG4AT (talk) 12:32, 26 March 2024 (PDT)
I don't know what happened when I added strings. --N0one (talk) 13:30, 26 March 2024 (PDT)
Resolved. Found the problem, When doing spacing beween the {{ }} It makes weird spacings.
 {{Wikichievements/Card
 ( text )
 }}
 {{Wikichievements/Card
 ( text )
 }}
 
But when i remove the spacings The problem dissapears.
 {{Wikichievements/Card
 ( text )
 }}{{Wikichievements/Card
 ( text )
 }}