#switch might be an option
{{#switch: {{{1|}}}
|Twisted=
<th style="width:20%; border-style: solid; border-width: 4px; border-color: black; background:linear-gradient(to bottom, #414141, #191919);">[[{{{basepage|{{NAMESPACE}}:Twisted {{BASEPAGENAME}}}}}|Twisted]]</th>
}}
Wikipedia uses Module:Build bracket so have added to your wiki. Module:Build bracket does not offer merging rows so Wikipedia used a dash in the timed rows. So I tried to place the 3 wrestlers in the same row using <br> but created spacing in the pin row. I have realigned the brackets to hide. The spacing will return if the single wrestler is not top in the brackets.
https://puroresusystem.fandom.com/wiki/Template:Build_bracket
There is Module:Build bracket so will go left-to-right instead of top-to-bottom
The cons it has default headers so I renamed them "Level 1" "Level 2" "Level 3"
The pros it uses simple labels so I find it quick to create
{{#invoke:Build bracket|main
| rounds = 3
| teams-per-match = 1
| team-width = 50
| legs = 0
| col-spacing = 20
| RD1 = Level 1
| RD2 = Level 2
| RD3 = Level 3
| col1-matches = 7
| col2-matches = 4, 6, 8, 10
| col3-matches = 3, 5, 8
| col1-col2-paths = 7-4, 7-6, 7-8, 7-10
| col2-col3-paths = 4-3, 4-5, 8-8
| RD1-seed1 = 10
| RD1-team1 = <br> A <br>
| RD2-seed1 = 8
| RD2-team1 = <br> B <br>
| RD2-seed2 = 7
| RD2-team2 = <br> C <br>
| RD2-seed3 = 8
| RD2-team3 = <br> D <br>
| RD2-seed4 = 9
| RD2-team4 = <br> E <br>
| RD3-seed1 = 4
| RD3-team1 = <br> F <br>
| RD3-seed2 = 3
| RD3-team2 = <br> G <br>
| RD3-seed3 = 1
| RD3-team3 = <br> H <br>
}}
Try this and see if it works/is suitable
<span class="countdown" style="display:none;">You've been on my page for <span class="countdowndate">{{CURRENTMONTHNAME}} {{CURRENTDAY2}} {{CURRENTYEAR}} {{CURRENTTIME}}</span>.</span>
turns out the page is updated only when a new post is added
Isn't this about purging/refreshing of your device.
When I originally read this message the blog said it was posted 10 hours earlier. I have just revisited the wiki and now reads that the blog was posted 15 hours ago.
So as a reader each time I visited the wiki my cache is refreshed, But as the creator of the blog, your device is only refreshed every time you post a new blog. There will be help pages on the most convenient way to refresh your device based on browser.
{{#ifeq: Class | Minor
| 10
| {{#ifeq: Class | Major | 4 | 2 }}
}}
Change MediaWiki:Common.css to this
/* Background for textboxes */
.background {
background-image:url(https://static.wikia.nocookie.net/earthbound/images/7/73/Template_Background.png);
opacity: 0.7;
}
Color has been set to #000 which I expect will be too dark
<noinclude> on a new line creates a line break. I have edited the infobox to remove it.
Have a look at https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions##time to see if any of them are practical
There is {{#time: j |YYYY-MM-DD}} which numbers the day of month
{{#time: j|2025-06-16}} → 16
There is {{#time: z |YYYY-MM-DD}} which numbers the day of year
{{#time: z|2025-06-16}} → 166
Then create template(s) which changes on that number
Your coding is too complicated for me to understand how it works. Using my original system I have got it to work
Step 1: remove suffix
{{#sub:{{PAGENAME}}||-4}}
{{#sub:Fichier:Couverture BR Saison 20 Piece 4.png||-4}} → Fichier:Couverture BR Saison 20 Piece 4
Step 2: #explode
{{#explode:{{#sub:{{PAGENAME}}||-4}}| |-1}}
{{#explode:{{#sub:Fichier:Couverture BR Saison 20 Piece 4.png||-4}}| |-1}} → 4
Step 3: padleft
{{padleft: {{#explode:{{#sub:{{PAGENAME}}||-4}}| |-1}} |2}}
{{padleft: {{#explode:{{#sub:Fichier:Couverture BR Saison 20 Piece 4.png||-4}}| |-1}} |2}} → 04
Step 4: DEFAULTCATEGORYSORT
To be listed in "C" instead of "0" prefix with Couverture
{{DEFAULTCATEGORYSORT:Couverture {{padleft: {{#explode:{{#sub:{{PAGENAME}}||-4}}| |-1}} |2}} }}
Upload background image onto wiki
Goto background image file page, Click on image to obtain the vignette/static name
Goto MediaWiki:Common.css. To link to template, it needs a classname. I will use "background"
.background {
background-image:url(https://vignette.wikia.nocookie.net/...);
opacity: 0.7;
}
opacity: 0.7 = 70%
Create a template using the classname
{| class="background"
| <template content>
|}
Are there any ways to make the infobox smaller?
Old Boot is using Template:Blook. Template:Blook is using a <infobox>. <infobox> settings are stored in MediaWiki:Common.css. MediaWiki:Common.css can only be changed by rights holders.
You could change it for your personal setting via https://blooket.fandom.com/wiki/User:DarkSide0925/common.css
I have used "type" but "theme" or "theme-source" maybe more appropriate.
User:DarkSide0925/common.css
.portable-infobox.type-200 {
width: 200px;
}
Template:Blook
<infobox type="200">
https://vcha.fandom.com/wiki/MediaWiki:Common.css
.page__main {
background-color: transparent;
}
.resizable-container .page::before {
opacity: 0.2;
background: transparent url("https://static.wikia.nocookie.net/vcha/images/f/f1/VCHA_background.jpg/revision/latest?cb=20240315103924&format=original") center fixed;
background-size: 1300px;
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
}
{{#switch: {{{1|}}}
| A = 1
| B = 2
| C = 3
|#default = Error
}}
it may just be something fandom inherently supports as like a widget or something and it would be easy to implement into my wiki.
<bloglist summary="true" summarylength="450" timestamp="true" type="plain" count="4" order="date">
</bloglist>
https://community.fandom.com/wiki/Help:Blogs/Bloglist?so=search#How_to_create_an_embedded_bloglist
Change Template:OnThisDay to the below which changes everyday
[[Template:{{CURRENTMONTHNAME}} {{CURRENTDAY}}]]
[[Template:{{CURRENTMONTHNAME}} {{CURRENTDAY}}]] >> Template:November 16
Tabber needs {{Clear}} to reset the following tabber
position:relative > next available space
position:absolute > where instructed to be
<div style="position:relative">
[[File:Picrodon.jpg]]
<div style="position:absolute; left:35px; top:25px; color:red">I AM A BOOK COVER</div>
</div>
https://community.fandom.com/wiki/Community_Central:Sandbox
Would {{subst:xyz}} work?
In the wikitext, the tag is substituted by the content (single-level evaluation only)
{{subst:CURRENTTIME}}, {{subst:CURRENTDAY}} {{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}
I use https://en.wikipedia.org/wiki/Template:Composition_bar#Examples
Then you can edit like remove text, round ends and set colors to match the game.