The:Editing This Wiki: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
💡Click the Sign Up button in the corner to Sign up to the wiki that you are on currently. | 💡Click the Sign Up button in the corner to Sign up to the wiki that you are on currently. | ||
== Doing CSS == | |||
You can do CSS like this | |||
<pre><nowiki>{{#css: | |||
body { | |||
color: red; | |||
} | |||
}} | |||
</nowiki> | |||
</pre> | |||
Or like this, even | |||
<pre><nowiki>{{#css:CoolStylesheet.css}}</nowiki></pre> | |||
(and then go create [[CoolStylesheet.css]]) |
Revision as of 11:54, 3 August 2024
on the "comouter''. straight up "editing it"
and by it i mean
haha.. let;s justr say
the wiki
edit my pages — wikiman
Registering
Right now, registration is open. I might unopen it if we get too much spam.
💡Click the Sign Up button in the corner to Sign up to the wiki that you are on currently.
Doing CSS
You can do CSS like this
{{#css: body { color: red; } }}
Or like this, even
{{#css:CoolStylesheet.css}}
(and then go create CoolStylesheet.css)