User:SOTO/Forum Archive/The Drax Cave/@comment-213828-20140112194014: Difference between revisions
From Tardis Wiki, the free Doctor Who reference
< User:SOTO | Forum Archive | The Drax Cave
(Bot: Automated import of articles) |
m (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)) |
||
Line 1: | Line 1: | ||
{{retitle|The Drax Cave/STORY INFOBOX PROBLEM}} | |||
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. | 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. | ||
Line 12: | Line 12: | ||
<nowiki>{{#if:{{{bts2|}}}|{{!}}class="info-both" colspan="2" style="margin-top:3px;"{{!}}[[File:{{{bts2}}}|250px]] }}</nowiki> | <nowiki>{{#if:{{{bts2|}}}|{{!}}class="info-both" colspan="2" style="margin-top:3px;"{{!}}[[File:{{{bts2}}}|250px]] }}</nowiki> | ||
Just wanted to let you know. | Just wanted to let you know. | ||
<noinclude>[[Category:SOTO archive posts]]</noinclude> | <noinclude>[[Category:SOTO archive posts|The Drax Cave/20140112194014-213828]]</noinclude> |
Latest revision as of 18:44, 27 April 2023
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.