#how to make this box not appear

1 messages · Page 1 of 1 (latest)

charred stump
#

I feel like the solution is very easy but i just dont have the mental capacity to figure it out right now. I just want the text to not transform into that box if i were to type text after that template

https://tlb.miraheze.org/wiki/Template:StatusEffectColor

Televising Angel

Usage: STAGGER IVTarget will be staggered, interrupting their current action and pausing them momentarily.

So this is why this is so BLEEDING VLeave behind a trail of blood and take 1*level damage every 0.7 seconds until health is below 10.

WHY IS THERE A BOX HERE

Usage: RAGDOLLRagdolled and cannot act. Most damage taken during this state is ...

wicked bay
#

the issue is that with the way the <noinclude>s are set up means that the template takes up multiple lines. You could redo the noincludes so that you only have one set like </includeonly><noinclude>...</noinclude> (end of page), or you could use onlyinclude like

- <includeonly><span.../span></includeonly>
+ <includeonly><onlyinclude><span.../span></onlyinclude></includeonly>
charred stump
#

yeah it was definitely because of how I positioned my noincludes

#

I just had to move <noinclude> right next to </includeonly> and it fixed everything

#

🤦