I'm going to include it when I get enough of a grasp on it to be comprehensive about it.
I didn't want to include a section I didn't feel I could talk about with full confidence. This is more of a formatting guide, than a wikimagic guide. I consider listpages and offsets to be a slightly different category, but I do plan on updating this in the future.
Included the sections regarding listpages. It's not super comprehensive, but it gives an overview of how most of the site uses it. 2998 is black magic, and I have no idea how the offsets there work.
EDIT: There is a listpage section, as of when you posted the reply. If you feel it could be improved, feel free to PM me, or respond here with suggestions, and I can edit them in, if I feel they're necessary.
Maybe if I get a chance during the week I will write something for you, since that gives me something to point people at when they ask me.
Heyo! So this was actually a good bit of fun to write. I learned a lot about wikidot's methodologies, and realized their platform is probably a bit more flexible than we give them credit for. Either way, this should give some insight in to how I pull off the wizardry that I do on some of my articles.
As this is more of a code repo than an "article" I'm gonna include a changelog here:
- Added Listpages (with standard wikidot search terms and whatnot)
- Added a section on using raw HTML (and a tiny example)
Very useful! One mistake, I think? I don't want to fix it myself 'cuz I don't know that much about div, and might just be missing something:
[[div id="myDiv" style="background-color: green; text-color:white;"]]
This is a div!
[[/div]]
This doesn't work, as it's not 'text-color', I don't think — it's just 'color'. You use the correct format in your actual wikidot code:
[[div id="myDiv" style="background-color: green; color:white;"]]
This is a div!
[[/div]]
—which does work.
A collapsible inside of a collapsible?
My life has been solved
This is so useful. Well played! I'm currently BS Computer Science myself but I don't know why these feels complicated. Maybe I should just read it a second time, eh? :D
I can only dream of utilizing some of these, but I'll be damned if I'm not gonna try!!
Thank for this page!