User talk:Poke: Difference between revisions

(→‎CollapsibleTables: new section)
Line 31: Line 31:
::The userspace won't be up and running for a little while yet, is my best guess... the servers still suffer from lag every so often, as we've just about topped out on activity here. There's a history of huge userspace projects, and that contributed a lot to sever lag, so until a fix is figured out for that, the userspace is disabled.
::The userspace won't be up and running for a little while yet, is my best guess... the servers still suffer from lag every so often, as we've just about topped out on activity here. There's a history of huge userspace projects, and that contributed a lot to sever lag, so until a fix is figured out for that, the userspace is disabled.
::Just let me know when and where you get any scripts set up, so I can move them. --[[user:Jioruji_Derako|<font color="#237d00"> '''J'''ïörüjï '''Ð'''ērākō.'''>'''</font>]]<small>[[user talk:Jioruji Derako|<font color="#237d00">''.cнаt'''''^'''</font>]]</small> 22:58, 9 June 2008 (UTC)
::Just let me know when and where you get any scripts set up, so I can move them. --[[user:Jioruji_Derako|<font color="#237d00"> '''J'''ïörüjï '''Ð'''ērākō.'''>'''</font>]]<small>[[user talk:Jioruji Derako|<font color="#237d00">''.cнаt'''''^'''</font>]]</small> 22:58, 9 June 2008 (UTC)
== CollapsibleTables ==
Completely forgot about that, but now here it is. To install and activate it on this wiki, add the following code on [[MediaWiki:Common.js]]:
<pre style="margin-left: 2em;">
if ( wgIsArticle || window.location.href.indexOf( 'action=submit' ) > -1 )
{
  var script  = document.createElement( 'script' );
  script.src  = '/index.php?title=User:Poke/CollapsibleTables.js&action=raw&ctype=text/javascript';
  script.type = 'text/javascript';
  document.getElementsByTagName( 'head' )[0].appendChild( script );
 
  hookEvent( 'load', function()
  { new CollapsibleTables(); }
}
</pre>
For the mini-manual, see [[User talk:Poke/CollapsibleTables.js]], for some more examples look at [http://wiki.guildwars.com/wiki/User:Poke/sandbox/CollapsibleTables this page]] on the official Guild Wars Wiki, or look at the multiple different things, the collabsible tables are used there. <span style="font-size: 85%;">[[User:Poke|poke]] | [[User talk:Poke|talk]]</span> 19:22, 29 July 2008 (UTC)
17

edits