Is it possible to have an extra style file in DokuWiki? I´m using Plantuml Parser to generate diagrams, and currently my styles look like this:
<uml>
skinparam backgroundColor transparent
skinparam monochrome true
.....
</uml>
Can i have an extra file, e.g style.iuml where i can write all my style code?