Wiki Website Workshop: Difference between revisions
No edit summary |
|||
| Line 11: | Line 11: | ||
==<span style="color:red;">Style your Wiki page</span>== | ==<span style="color:red;">Style your Wiki page</span>== | ||
<div style="color:red;"> | <div style="color:red;"> | ||
Styling the wiki with CSS is a bit quirky because we are writing a mix of Wiki-Markdown and inline-CSS. | |||
* why Inline CSS? | |||
* some things tips and tricks: | |||
** most things you want to style you can just wrap in a <code><nowiki><div></div></nowiki></code> element. | |||
</div> | </div> | ||
Revision as of 08:50, 3 October 2025
What is this about?
We want to use the mediaWiki api to turn a wiki page into a website.
How are we going to do it?
- basics of styling any wiki page using inline css
- what is an API?
- Set up and Boilerplate
Style your Wiki page
Styling the wiki with CSS is a bit quirky because we are writing a mix of Wiki-Markdown and inline-CSS.
- why Inline CSS?
- some things tips and tricks:
- most things you want to style you can just wrap in a
<div></div>element.
- most things you want to style you can just wrap in a