The Drax Cave/STORY INFOBOX PROBLEM

From Tardis Wiki, the free Doctor Who reference
< User:SOTO‎ | Forum Archive‎ | The Drax Cave
Revision as of 18:44, 27 April 2023 by SV7 (talk | contribs) (Bot: Automated text replacement (-'''User:(SOTO/Forum Archive)/(.*?)/\@comment-(.*?)'''([\s\S]*) ?\{\{retitle\|///(.*?)\}\} +{{retitle|\2/\5}}\n'''User:\1/\2/@comment-\3'''\4, -'''User:(SOTO/Forum Archive)/(.*?)/\@comment-([\d\.]+)-(\d+)'''\n([\s\S]*)\[\[Category:SOTO archive posts\]\] +\5\2/\4-\3))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The template for the story infobox has a coding error that is causing any second behind the scenes video to not be reduced to a 250px size, which causes the page itself to be completely messed.

I've already identified the problem.

Basically, this part of the story infobox template:

{{#if:{{{bts2|}}}|{{!}}class="info-both" colspan="2" style="margin-top:3px;"{{!}}[[File:{{{bts2}}}]] }}

It should be replaced with this:

{{#if:{{{bts2|}}}|{{!}}class="info-both" colspan="2" style="margin-top:3px;"{{!}}[[File:{{{bts2}}}|250px]] }}

Just wanted to let you know.