User:Paper Lily: Difference between revisions

53 editsJoined 29 July 2026
mNo edit summary
Adding a wiki edit guide to this page in case someone needs it
 
Line 5: Line 5:


Available on the discord as Paper Lily.
Available on the discord as Paper Lily.
I'm going to include a bunch of wiki editing guides here in case somebody needs them.
All the resources are available online, but I'll include them for convenience because someone will probably end up checking my page.
==Guide==
If you've seen something on a page and you can't find how to replicate it, either ask me directly or have a look at the code for the page you want to imitate.
Here is the list:
===Preformatted Text (code box)===
<pre>
Use <pre>.
This stops all other tags from going through. I can put links (say, to [[Lacie]]), or ''italic'' or '''bold''' marks and they won't do anything!
It also makes it scroll rather than wrap lines, so this line will probably scroll unless you happen to have a super duper widescreen monitor to render it all at once. This is really good for when you want to match formatting exactly, since it means you don't have to worry about other peoples' screen sizes. However, it can be really annoying to have to keep scrolling to read, as I'm sure you're finding out, so it's important to put line breaks in if there isn't a need for exact formatting. Keep in mind that </br> doesn't work in here either, so just use a normal line break.
This is mainly good for demonstrating code or having consistent formatting. For example, the ritual pages all use a <pre> to state the ritual text exactly.
Make sure you exit <pre>!
A <pre> box looks like this one right here. You're looking at it!
</pre>

Latest revision as of 10:27, 6 September 2026

Hello.

I am planning on slowly expanding the wiki however I am able. If there's something you want help with, or if you want me to have a look at something, feel free to let me know.

Available on the discord as Paper Lily.


I'm going to include a bunch of wiki editing guides here in case somebody needs them. All the resources are available online, but I'll include them for convenience because someone will probably end up checking my page.

Guide

If you've seen something on a page and you can't find how to replicate it, either ask me directly or have a look at the code for the page you want to imitate. Here is the list:

Preformatted Text (code box)

Use <pre>.
This stops all other tags from going through. I can put links (say, to [[Lacie]]), or ''italic'' or '''bold''' marks and they won't do anything!
It also makes it scroll rather than wrap lines, so this line will probably scroll unless you happen to have a super duper widescreen monitor to render it all at once. This is really good for when you want to match formatting exactly, since it means you don't have to worry about other peoples' screen sizes. However, it can be really annoying to have to keep scrolling to read, as I'm sure you're finding out, so it's important to put line breaks in if there isn't a need for exact formatting. Keep in mind that </br> doesn't work in here either, so just use a normal line break.
This is mainly good for demonstrating code or having consistent formatting. For example, the ritual pages all use a <pre> to state the ritual text exactly.
Make sure you exit <pre>!
A <pre> box looks like this one right here. You're looking at it!