Latest Neocron News and Information
- New test server patch #563 has been released to Vedeena
Difference between revisions of "User talk:Delphi"
(New section: Common.js) |
|||
Line 50: | Line 50: | ||
Ok, can I go through the common.js file, and take out the stuff that isn't being used, or not likely to be used. (Like most of it!) --[[User:Brammers|Brammers]] 18:54, 12 May 2008 (BST) | Ok, can I go through the common.js file, and take out the stuff that isn't being used, or not likely to be used. (Like most of it!) --[[User:Brammers|Brammers]] 18:54, 12 May 2008 (BST) | ||
+ | |||
+ | : Right Common.JS is cleaned down to it's bare min now. Did this a little earlier today. |
Revision as of 19:38, 13 May 2008
Contacting me and archives | ||
---|---|---|
|
|
Recommended update to the deletion policy
A dozen files where deleted this morning, nothing major since they was duplicates of another file and not in use, but they didn't get flagged as {{deletion}}. I didn't think it was possible to add the {{deletion}} to the image, but you can. See the Image:Fac_fa.jpg page and it shows up nicely in the Category:Candidates_for_deletion page.
However the deletion policy isn't that clear, in it only seems to cover "articles" where it needs to cover anything in all namespaces including images and files. (Except User and User talk, since thats upto the user.) --Brammers 17:27, 5 May 2008 (BST)
Image Hotspots
Image hotspots, after you reminded me how it's done via html, I'm sure I can cook up an extension that will allow image hotspots. Been a while since I've done html hotpsots, so let me look into it and come up with a spec, and let me know of any crazy extra ideas you want added. --Brammers 20:14, 5 May 2008 (BST)
- Ok thanks for the link - I should be able to work something with that. I'll look into what Jquery can provide as well, but keep it simple for now and just do the pure html extension, then add the Jquery stuff on top. --Brammers 20:52, 5 May 2008 (BST)
- Ok done a rough spec - User:Brammers/Wiki_Map_Plugin could you have a look at it when you get a spare moment? Thanks! --Brammers 11:16, 6 May 2008 (BST)
- I think I've found a plugin that will do the work for that is very close to what I've speced out - http://www.mediawiki.org/wiki/Extension:ImageMap I can add the JQuery bits on top of that code. (And add the spot parameter) - you think this will be ideal as a starting point? --Brammers 17:41, 12 May 2008 (BST)
Rendering issues
Ok I've had a look at my talk page, and I think I've tracked it down to your current sig doing something to upset the parser. A little Demo (Excuse me for borrowing Logans and Your sig.)
-- Logan Ford (t) (c)14:25, 6 May 2008 (BST)
-- Logan Ford (t) (c)14:25, 6 May 2008 (BST)
-- Logan Ford (t) (c)14:25, 6 May 2008 (BST)
-- Logan Ford (t) (c)14:25, 6 May 2008 (BST)
-- Logan Ford (t) (c)14:25, 6 May 2008 (BST)
--δρ • Delphi (t) • (c) 00:35, 10 April 2008 (BST)
--δρ • Delphi (t) • (c) 00:35, 10 April 2008 (BST)
--δρ • Delphi (t) • (c) 00:35, 10 April 2008 (BST)
--δρ • Delphi (t) • (c) 00:35, 10 April 2008 (BST)
--δρ • Delphi (t) • (c) 00:35, 10 April 2008 (BST)
--δρ • Delphi (t) • (c) 00:35, 10 April 2008 (BST)
--δρ • Delphi (t) • (c) 00:35, 10 April 2008 (BST)
- Right fixed the problem, it was yours and Logan's sigs. The wiki doesn't like parsing raw unicode characters, so I've changed them to the html codes. So δρ became δρ in the page; So it's all fixed, my talk page works, and so do the others! --Brammers 21:01, 7 May 2008 (BST)
Common.js
Ok, can I go through the common.js file, and take out the stuff that isn't being used, or not likely to be used. (Like most of it!) --Brammers 18:54, 12 May 2008 (BST)
- Right Common.JS is cleaned down to it's bare min now. Did this a little earlier today.