///STORY INFOBOX PROBLEM

From Tardis Wiki, the free Doctor Who reference
< User:SOTO‎ | Forum Archive‎ | The Drax Cave
Revision as of 15:08, 27 April 2023 by SV7 (talk | contribs) (Bot: Automated import of articles)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

User:SOTO/Forum Archive/The Drax Cave/@comment-213828-20140112194014 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.