I’m getting really close to having the redesign complete. All the parts are loading up correctly, now I just need to put the skin on it–make it look right.
MediaWIki is a great wiki engine. (It is the basis of Wikipedia, if that’s any indication of it’s worth.) But they don’t make it very easy to change the templates. Working with the code for mediawiki is basically like reading a book with the footnotes all printed right inline with the text. (Rather than just looking at a small superscript number which refers somewhere else.) So when you’re trying to figure out why some template code doesn’t work, you can’t just go look through the “footnotes” one at a time until you figure out which one is causing so much pain. Instead, you have to look through the whole “book” trying to figure out which “date” is wrong in any of the “references”. A good template system keeps almost all the code separate from the html, only placing a few small references to the code in the text. Not Mediawiki.
Want to know what the missing code was?
> <?php endif; ?>. Grrrrr.
Technorati Tags:
code, php, mediawiki, templates, dydimustk