I was turning Infobox Episode into the default one, but it wouldn't work when I added infobox navigation.
What's on your mind?
TEXT
POLL
- All43764 posts
- General17662 posts
- Support Requests - Getting Started3799 posts
- Support Requests - Getting Technical14037 posts
- Support Requests - Designing Your Wiki4984 posts
- Support Requests - Community Management2435 posts
- New Features554 posts
- Technical Updates286 posts
- Introductions7 posts
Sort by
Card Layout
Support Requests - Designing Your Wiki
I was trying to change the Username look in user page, message wall, contribs, blog and activity of a certain user (me in this case)
I used
.page-User_DarkZeus2002 .user-identity-header .user-identity-header__attributes h1,
.page-Message_Wall_DarkZeus2002 .user-identity-header .user-identity-header__attributes h1,
.page-User_blog_DarkZeus2002 .user-identity-header .user-identity-header__attributes h1,
.page-Special_Contributions_DarkZeus2002 .user-identity-header .user-identity-header__attributes h1,
.page-Special_UserProfileActivity_DarkZeus2002 .user-identity-header .user-identity-header__attributes h1
{
background: -webkit-linear-gradient(-45deg, #800000, #e73c7e, #add8e6, #001fff);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
background-size: 400% 400%;
animation: gradient 10s ease infinite;
font-weight: bold !important;
font-family: Underdog !important;
}
And it does work fine on edge normal. But if I use chrome message wall and blog styling disappears. others work fine. If I use mobile chrome in desktop mode different combination comes in...
Does anyone know whats happening and how to fix it?
So I'm trying to rename the Third Claric wiki to just "Claric wiki" but while it's changing for the page areas, it's not changing for the discussions area, mobile view or links for some reason. Can any of you help with this? Thanks.
I'm using this CSS for the rainbow animation: But I also want to change the font
@keyframes rainbow {
0% {color:#f22;}
12% {color:#ff2;}
24% {color:#2f2;}
36% {color:#2f2;}
48% {color:#2ff;}
60% {color:#22f;}
72% {color:#f2f;}
100% {color:#f22;}
}
a[href$="wiki/User:USERNAME"] {
animation: rainbow 1s infinite;
}
Pretty self explanatory. I've tried to do it based on a fandom page I found but it's not working.
(P.S. The font I was using was the Mali font)
https://fonts.google.com/specimen/Mali
From what I had understood from other posts, simply adding style="text-align:left;" should do the trick but I have tried placing that thing everywhere with no effect, be it in the table header, the cells themselves, or in spans. I’m not really sure what else to try.
The table in question is the second collapsible table on this page. As you can see, some columns have significantly more text than others. I would like the shorter texts to float upwards rather than leaving an unslightly gap as they do.
https://newtyrantunleashed.fandom.com/wiki/Reward
When I change it's colour, it does nothing, so what does this actually do?
Hi, this is not really related to this community or any wiki in there. But it is about my own wiki. So, I made the wiki back in September 2021. Great. I have badges. Even better. Why did I add them? Probably just wanted the system to give me a award for making edits, heh. I once lost the "contribute to the wiki" badge. It was back in October. I lost one month. I felt so bad. I didn't give up though. Since then, I have been CHECKING EVERY DAY IF I MADE A EDIT. It was the first thing to do when I open my computer. I was there for 252 days. Once I was on trip, we came at 10 pm and all the time I was only thinking about making my edits, I couldn't at there. That is nothing, it was December. I could check the contributions twice a day, just to make sure. I was so waiting for October 2022 to come. I could get the one year badge and I could have rest. But no. Yesterday, I didn't make the edit. It was an totally average day. Today I was going to make the edit. While the page was opening, I clicked on another wiki to meanwhile make another daily edit. Buuuut, when I came back on my own wiki, I noticed that I did my last edit TWO DAYS AGO. Strange, huh? I RARELY EDIT MY OWN USER PAGE. Then, what else I could edit? Huuuh!? NOTHING. I LOST A DAY. IF I MAKE EDIT TODAY, I WILL LOOSE IT. TELL ME WHAT TO DO. IT IS END OF 5PM, NO EXCUSE FOR TIME ZONES. PLEASE HELP. GIVE ME MY DAY BACK. I DON'T WANT TO SPEND ANOTHER YEAR. AND I DON'T WANT TO GIVE UP EITHER. MAKE AN EXCEPTION. PLEASE. IF I JUST DISAPPEAR, THE LATER I WILL ACTUALLY GET MY BADGE. Once I could make two edits on both the article and my user page, just to make sure I won't loose a day. And now, me flexing on many wikis, I FORGOT. Please fix it. I don't know, change the time I guess. Make it 24th June, I don't care. Please, just please, give it back.
This is a link: https://morbrick.fandom.com/wiki/Morbrick_Wiki
Hello! I would like to ask if it is possible to add unique values to Tabs in Infoboxes without using:
<gallery>
Example.jpg|a
Example2.jpg|b
</gallery>
As it makes it impossible to add captions to the images too.
Currently, there is this section in the code of the Infoboxes I use:
<panel>
<section>
<label>{{#if: {{{Image2|}}} | a }}</label>
<image source="Image">
<caption source="Caption"/>
</image>
</section>
<section>
<label>b</label>
<image source="Image2">
<caption source="Caption2"/>
</image>
</section>
<section>
<label>c</label>
<image source="Image3">
<caption source="Caption3"/>
</image>
</section>
<section>
<label>d</label>
<image source="Image4">
<caption source="Caption4"/>
</image>
</section>
</panel>
So instead of always having "a", "b", "c" and/or "d" as the values in the Tabs, I would like to be able to add unique values to the Tabs that I can freely choose depending on the pages the Infobox is used on, just like regular data in Infoboxes.
Does anyone know of a code that would make this possible? (Btw, I have tried to use <data source="Label"></data>, <data source="Label2"></data>, etc. at the specific spots in the code, but this doesn't work.)
I was looking through a few fandom wiki pages to get ideas for my own and noticed that people were able to create a listing in their "headings". What code do they use for this? When I clicked edit to see, it made no sense to me.
What's the base code to make something like this?
I saw this code:
<pre>{{Transcript/Direct
|title = Series 1
|previous =
|next = [[Mermaid High/Series 2|Series 2]]}}</pre>
Is this some sort of template? Something to place in CSS? If so, what's the base template, without the text the admin placed in? I don't want to forget something when building the template.
Secondly, I've also seen this type of gallery on many fandom wikis, and I can't understand how they got it to look like this. The code isn't fully visible on my end.
Last, I saw this kind of table, and I'm not sure how it's created. Is this created by a template as well in CSS?
This isn't from my fandom page. This is from Mermaid High fandom wiki https://mermaid-high.fandom.com/wiki/Mermaid_High/Series_1
Thanks for anyone who can help me. I've been searching and searching for the answers. I can't seem to find it because I don't know the technical words for them.
I just got my wiki back then i decided to edit my wiki and then i see this error.
How come there’s no good documentation for wikitext on here? I’m trying to figure out how to have a colored name for my wiki, but I know nothing about wikitext. Any help?
Hi, I want to add a css, if possible, that would make all the images in the wiki have rounded corners but I'm not sure what the code could be like.
Another thing is, can I add colored borders to the images? Not a general css but specific. I tried doing something like this by creating a class but I'd need to use div or p to actually use it with an image, and in this case the borders don't exactly stick to the full image either. Is there any way to go about this?
Thanks!
Hi
I’m busy uploading photos for some infoboxes. For some reason, I already uploaded some for this page, but when featured in the Category, the first photo is not showing up, while all the others are. Is this some like of bug or a mistake?
I need help expanding the Twin Crowns Wiki.
How do I add discussions categories?
How do I code infoboxes, navigation, and disambiguations?
How do I add guidelines?
Hi, the wiki I'm working on has two different color palettes for the light and dark theme.
What I wanted to do is add a css class that will add/change the background & border color of a table depending on the theme.
Is it something doable?
UPDATE (SOLVED):
Apparently I just had to take out "th" and "table".
PROBLEM:
I tried this for the background and it worked at first but for some reason now it doesn't.
th .theme-fandomdesktop-light .maincolor {
background: #1e4720;
color:white;
}
And for the border I tried this but it doesn't work.
table .theme-fandomdesktop-light .maincolor {
border: 2px solid #1e4720;
}
So I started a wiki recently and recently found out that for some reason I don't have administrative permissions. I'm not really sure what happened but how can I fix this?
What’s this? How to insert the Discord server?
I realize the custom buttons in the main page doesn't look good in mobile, and have been meaning to see how to rework it soon. I was to ask what is the best practice in going around custom css with mobile? In this case with custom buttons and headers I was thinking the best way to use div classes like mobileonly and nomobile, but I think it will also use a ton of bytes too