A new extension is available for use with WikiFYD.
Have you ever needed a few one-off styles for a wiki article? This new extension allows you to add CSS rules to any article.
As always, if you have any questions, don’t hesitate to contact us!
Usage
If you have a wiki article called “Projects/CSS”, which includes styles intended for use with the article “Projects”, you would add the following wiki markup to the latter.
{{#css:Projects/CSS}}
CSS rules can also be included directly within the target wiki article (inline).
{{#css: body { background: yellow; font-size: 18px; color: red; } }}
Examples adapted from mediawiki.org.