dev

Re: OrganizedNotifs

Hello! I'm glad you liked it.

I see you have tinkered a bit with the import code. The correct one is the one starting with @import, no need to double it.

However, the real issue is that currently global code is stored on the UCP wiki, so you have to put the import on https://community.fandom.com/wiki/User:LegendarySims/global.css

(Community Central itself does not apply any global code for now)

Also once you add it, let it about 10 minutes to update.

Hope that helps!

Nam 06:46, 9 March 2021 (UTC)

Now your code is right, but I accidentally gave you the wrong link about where to put it 🙈
As I said, global code should currently be on the UCP wiki: https://ucp.fandom.com/wiki/User:LegendarySims/global.css
Nam 13:03, 9 March 2021 (UTC)

Re: Vignette

Let's take for example the image you were using on Community Central (the one on dev wiki was deleted by an admin). If you go to the file page w:File:Aafed155ce08d1fe6201cbb1dab984ab_84_3_359x200_1_300x150.gif you will see under the image a link to the original file.

The link is https://static.wikia.nocookie.net/central/images/e/e7/Aafed155ce08d1fe6201cbb1dab984ab_84_3_359x200_1_300x150.gif/revision/latest?cb=20210330132320&format=original , and if you simply put that link on a page on any Fandom wiki, the image will show up.

It is also possible to change it's size like that: https://static.wikia.nocookie.net/central/images/e/e7/Aafed155ce08d1fe6201cbb1dab984ab_84_3_359x200_1_300x150.gif/revision/latest/scale-to-width/50?cb=20210330132320&format=original 50?cb=20210330132320&format=original

In case it doesn't work for you with another image, try changing "static" to "vignette" in the link. I'm not sure how exactly this part works.

Nam 05:27, 11 April 2021 (UTC)

I don't know why it gave you an error about HTML tags, but maybe I can figure out if you show me the entire code you tried to put.
As for your global JS, the syntax is
importArticles({
    type: 'script',
    articles: [
        'u:dev:MediaWiki:WHAM/code.2.js',
        // Here you can add other scripts
    ]
});
Nam 22:36, 24 April 2021 (UTC)

Heres the coding I use

<spotify uri="spotify:track:1PZTxijd7R0dq1fOQb8JAC?si=ffd643e404274e1a" height='70' width="250"/> [[File:129714899cd-animated-gif-1 (1).gif]]  [[File:Giphy (6) (1).gif]] <span style="border: gold solid 5px; color:black; border-radius:0em 0em 0em 0em; padding:5px;">[[User:LegendarySims|<span style="color:mint;">LegendarySims♪</span>]]</span> <span style="border: blue solid 5px; color:red; border-radius:0em 0em 0em 0em; padding:4px;">[[User talk:LegendarySims|Message Wall♪]]</span> <span style="border:red solid 5px; color:black; border-radius:0em 0em 0em 0em; padding:4px;">[[User:FANDOMbot|My best friend ♪]]</span> <span style="border: green solid 5px; color:black; border-radius:0em 0em 0em 0em; padding:4px;">[[Special:Contributions/LegendarySims|Contribs♪]]</span> <span style="border: blue solid 5px; color:red; border-radius:0em 0em 0em 0em; padding:4px;">[[Special:Contact|Contact FANDOM♪]]</span> <span style="border: blue solid 5px; color:red; border-radius:0em 0em 0em 0em; padding:4px;">[https://community.fandom.com/wiki/Special:UserActivity Your Wikis♪]</span>

And how long should WHAM take to load? LegendarySims♪ Message Wall♪ My best friend ♪ Contribs♪ Contact FANDOM♪ Your Wikis♪ 22:54, 24 April 2021 (UTC)

I don't see any URL in that code so I'm confused about what you want to change.
The WHAM script should work immediately or after a few minutes (because of browser's cache). Have you enabled personal JS on your Preferences? Also, it will work only on wikis where you have the relevant user rights.
Nam 01:57, 25 April 2021 (UTC)