I wanted to add the following template style to a page of our new MediaWiki:
So I added the following line to the beginning of the page in source code mode:
`<templatestyles src="Div col/styles.css" />`
However, that only caused that line to be displayed on the page in plain text, and the Div Col tags were displayed as links to nonexisting pages.
I have also tried `<templatestyles src="Div_col/styles.css" />`, but to no avail either.
How do I correctly use template styles?