Template talk:Wikichievements: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
[[File:Old-Logo.png|thumb|left|100px|OG User Wikichievement]] | [[File:Old-Logo.png|thumb|left|100px|OG User Wikichievement]] | ||
</div> | </div> | ||
<div style="height:200px"> </div> | |||
== 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. [[User:Wisdurm|Wisdurm]] ([[User talk:Wisdurm|talk]]) 12:22, 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) | |||
: {{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 disappears. | |||
<nowiki> | |||
{{Wikichievements/Card | |||
( text ) | |||
}}{{Wikichievements/Card | |||
( text ) | |||
}} | |||
</nowiki> |
Latest 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)
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 disappears.
{{Wikichievements/Card ( text ) }}{{Wikichievements/Card ( text ) }}