Sandbox
From XentaxWiki
This is testing for the layout and styles of the program support box.
Obviously, it still needs work.
| Program support | ||||||||
|---|---|---|---|---|---|---|---|---|
| MultiEx Commander | ||||||||
| MexScript | ||||||||
| ||||||||
| Plugins | ||||||||
| MultiEx Plugin System | Open/Extract/Insert/Delete/Create | |||||||
| Rahly's Plugin Manager | Open/Extract/Insert/Delete/Create | |||||||
| Game Extractor | ||||||||
| Demo | Open/Extract/Insert/Delete/Create | |||||||
| Full version | Open/Extract/Insert/Delete/Create | |||||||
| Dragon UnPACKer | ||||||||
| Open/Extract/Insert/Delete/Create | ||||||||
MexScript
| Author | Script version | MexCom version |
|---|---|---|
| Mr.Mouse | 1.1 | 4.3.0 |
# This is a test MexScript for GeSHI purpose. # Thanks to our fine wikimaster Dinoguy1000!! Give him a big hand, people!! # Notice how the comments work # Here's some MexScript Definitions like StandardTail and ZLib1 ImpType StandardTail; ComType ZLib1 ; #Check out the way strings can be used with quotes Set MyString String "MyStringValue" ; String MyString += "IsReallyCool" ; String MyString += ".AWESOME" ; # Get some junk from the current position Get JUNK Long 0; #Set a Counter variable to 1 and loop the loop Set Counter Long 1 ; Set End Long 100 ; Do; CLog MyString JUNK JUNK JUNK JUNK JUNK JUNK ; # ;) Math Counter += 1; While Counter <> End; # You see that this script really doesn't do anything. But it should be executable! | ||
| This is a collapsible test... does it work? |
|---|
| There should be a "Show/Hide" link at the top of the table, allowing you to expand/collapse the table rows into the header. It seems the NavBox class works fine, but the collapsible class isn't working... Did I miss some JS code? |
It seems there is a problem with the javascript... even after copying Common.js over to Monobook.js to see if common.js was enabled, since I knew that monobook.js worked. IE is complaining about tooltipAccessKeyRegexp and wgBreakFrames, I'll define them in monobook.js and see what goes down.
Interwiki link testing:

