Main Page
Although this is the official Main Page of the wiki, it may be that nobody will ever see it! In any case, it will not be what people see when they go to the web site! So for now, I will put stuff which may be useful from a site-administration point of view here! --Woozle 21:50, 4 September 2007 (EDT)
Editing the site
- comic main page: the contents of this page are what shows up at the main site's homepage
- comic meta tags: actually, anything you want to put in the <head></head> section (for all pages) can go here, but it's mainly for <meta> tags.
- comic test page
Information about the MediaWiki software
- User's Guide for editing help
- administration stuff:
How to do stuff
How to make an image link to an outside page (this requires custom messing-around which I've done and is not standard MediaWiki markup):
The code:
- {{#imgtag:Tnaow.jpg|<nowiki>http://htyp.org</nowiki>|The non-adventures of Wonderella|The non-adventures of Wonderella - rather funny.}}
The result:
{{#imgtag:Tnaow.jpg|http://htyp.org|The non-adventures of Wonderella|The non-adventures of Wonderella - rather funny!}}
Note that the last chunk ("The non-adventures of Wonderella - rather funny.") is the "alt" text, which should be the closest-possible non-graphic equivalent to the image (e.g. for text-to-speech software), while the chunk before that ("The non-adventures of Wonderella") is the "title", which is what pops up when the mouse hovers over the image and can be more descriptive or abbreviated!
The second chunk ("http://htyp.org" in this example) has to have <nowiki></nowiki> tags around it to prevent MediaWiki from wikiizing it and mangling the <a href ...> tag.