[02:22:06] Guest8101: do you have `named args` set in the cargo query call? [04:28:11] Hello! Maybe I'm thinking about this wrong, but in my head it seems do-able. I have a template called CategoryBox. That has the following: [04:28:12] [04:28:12] style="margin:auto; background:{{{bg_color|#FFF}}}; border:{{{border_size|1px}}} {{{border_type|solid}}} {{{border_color|black}}}; text-align:center; padding:{{{border_padding|15px}}}"; [04:28:13] [04:28:13] However, when I try to call it on my page: [04:28:14] {| {{CategoryBox}} [04:28:14] ! colspan=3 | TEST [04:28:14] TEST: Hello, I'm wm-bot. The database for this channel is published at https://wm-bot.wmflabs.org/dump/%23mediawiki.htm More about WM-Bot: https://meta.wikimedia.org/wiki/wm-bot [04:28:15] |- [04:28:15] |[[File:null_150x150.png]]||[[File:null_150x150.png]]||[[File:null_150x150.png]] [04:28:16] |} [04:28:16] It will show the actual text of the template include instead of styling it like I want to. If I were to write the literal text in the include tag it would, why is that ? [04:28:59] Oops I see it says use dpaste, my apologies [04:30:12] wikitext is whitespace sensitive [04:30:39] your paste doesn't make clear but makes it look like you have a newline between your and your style [04:31:35] my apologies, one moment I'll put it in a dpaste for you [04:33:17] https://dpaste.org/XjC5X/raw [04:34:27] yeah, same answer. that template is really `\n