Talk:Community Projects:WikiAdventure:Games:Test Game:Location02
From GPWiki
The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server. However, the GPWiki forums are still active! Come say hello. Haven't been following the WikiAdventure really much, but right now you are storin multiple data things inside one XML tag. Are you sure you want to do that? It's not the way it should be done. Use attributes or a seperate tag instead. btw, MediaWiki has the ability to make special-special pages... maybe there could be one for amkin XSLT transforms just for the WikiAdventure, transforming the data to a readable format. Just my €0.02 :) --Almar Joling 12:00, 15 Jul 2005 (EDT)----
Well, I made like two or three special pages myself for my Weathertoolkit thing. Checkout: http://meta.wikimedia.org/wiki/Write_your_own_MediaWiki_extension And also the "Related links". There was an better explanation somewhere though. Hm, this is better (completely at bottom) http://wise-nano.org/w/Talk:Programming_notes Search for something like: mediawiki "new SpecialPage(" There was a special way t ochange the title of the page, but I forgot how. You had to change the URL to use some different system namespace, which would allow you to edit it. But you do not need that first.
function wfspecialsitedonatepage()
{
global $wgUser, $wgOut, $wgContLang;;
$sk = $wgUser->getSkin();
$s = "content"; $wgOut->addHTML( $s ); } ?> --Almar Joling 13:40, 15 Jul 2005 (EDT)
--Almar Joling 17:51, 15 Jul 2005 (EDT)
|


