Brickipedia talk:New page

From Brickipedia, the LEGO Wiki

I've put together a replacement for this at User:ToaMeiko/createpage.js. To use it, go to Special:MyPage/common.js and add:

mw.loader.load( '//en.brickimedia.org/index.php?title=User:ToaMeiko/createpage.js&action=raw&ctype=text/javascript' );

Then clear your cache and go to Special:BlankPage/newpage. --ToaMeiko (talk) 05:26, 14 November 2015 (UTC)

  • Looks great, I'm guessing it'll eventually be added in to the main JS sometime? Just some thoughts-
    • I'd suggest removing the MediaWiki option- only admins can make these pages, and admin probably wouldn't use this form
    • Is there a way to hide the second option section for the preloaders if "Main" isn't selected? It's a bit useless having options there for the other types
    • Maybe consider nowrap styling on those radio buttons- eg, I'm getting a blank radio button on the top line, then "Magazine" on its own on the next line.
    • I would say remove "Part" from the second lot of options, and instead have part as a namespace, then preload the part/new infobox if the part namespace is chosen if you can.
You've probably already considered these, putting them down just in case. It should help anyone who's not a coder though, good idea :) NovaHawk 11:37, 14 November 2015 (UTC)
    • Yup, I'll add it to the main JS whenever the main JS decides to work. I pinged Lcawte about it on IRC because changing MediaWiki:*.(css|js) doesn't seem to actually update it on any Brickimedia wiki, not even after restarting memcached. All those ideas you suggested are things that I had in mind but haven't gotten around to yet. :) --ToaMeiko (talk) 21:10, 14 November 2015 (UTC)