User talk:Euss/todo
ToDo[edit source]
MediaWiki:Common.js & upload custom edit buttonsMediaWiki:Common.cssMediaWiki:Vector.cssMediaWiki:Cavendish.cssMediaWiki:TitleblacklistMediaWiki:Autoblock_whitelistMediaWiki:Ipbreason-dropdownMediaWiki:AboutsiteMediaWiki:Uploadtext(improve instructions at Upload file)- "Permitted file types: png, gif, jpg, jpeg." -> "Permitted file types: png, gif, jpg, jpeg, svg, tiff, bmp, cr2, crw, dng, exr, hdr, mrw, nef, orf, pcx, raf, x3f, svg."
Help:Contents- selectively Category:Templates
- MediaWiki:Sidebar
- prepare Sidebar + main menu pages content
- rethink Category and usage of Templated NavBoxes / Category:Navigation Templates (get it right from the start)
- Template:Main (target) see also Template:PS4:Main (sandbox/test page)
- Need to split that in subtemplates (with own icon) e.g. Console Information, Peripherals, Components, Motherboard Components, Software, Development, Homebrew ...etc...
- Template:Main (target) see also Template:PS4:Main (sandbox/test page)
- Upload or move [[1]] images
- split and copy PS4 and related content / when fine, clear page, put redirect and lock old page when done
- PS4devwiki:Userboxes (based on WiiUBrew:Userboxes)
- consider PS4devwiki:Titleboxes (based on PS4devwiki:Userboxes, but then for Game Titles / homebrew etc)
- Crosscheck Localsettings.php
Check missing/needed extensions[edit source]
- CategoryTree -> not used much
- Oversight -> is now built-in
- TopTenPages
- User Administration
- EmbedVideo
- ParserFunctions
- SyntaxHighlight -or- GoogleCodePrettify (one is enough)
- ConfirmEdit
- Google Site Search
Note: If someone else does any of the above, please use <strike> old text </strike> to mark it on the list so that it can be crosschecked
Test 123[edit source]
Timeline title | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Imagemaps[edit source]
- http://www.wikihow.com/Use-the-MediaWiki-ImageMap-Extension
- http://toolserver.org/~dapete/ImageMapEdit/ImageMapEdit.html?en
- http://www.maschek.hu/imagemap/imgmap
- http://www.image-maps.com/index.php?
$wgExpensiveParserFunctionLimit[edit source]
If this wiki is ever going to use language templates, make sure the parsing does not exceed the limit (either reduce the amount of languages thus the parsing, or increase the limit) If the limit is exceeded ( Pages that exceed this limit are automatically categorized into Category:Pages with too many expensive parser function calls), not all items will be parsed and thus the links for consecutive languages will not be made. The parsing count can be seen inside the source of the page as seen in this example:
<!--
NewPP limit report
Preprocessor visited node count: 1589/1000000
Preprocessor generated node count: 3629/1000000
Post‐expand include size: 27853/2097152 bytes
Template argument size: 4210/2097152 bytes
Highest expansion depth: 10/40
Expensive parser function count: 45/100
-->
In above example, the language template was reduced by removing languages that are not covered by PS4 releases to begin with, while the page in question has over 100 language subpages
<!--
NewPP limit report
Preprocessor visited node count: 1598/1000000
Preprocessor generated node count: 4221/1000000
Post‐expand include size: 24926/2097152 bytes
Template argument size: 3880/2097152 bytes
Highest expansion depth: 9/40
Expensive parser function count: 61/100
-->
In above example, the amount of used expensive parser function calls was reduced to only do stats for the most important categories
See also: http://www.mediawiki.org/wiki/Manual:$wgExpensiveParserFunctionLimit
|