User talk:Euss/todo: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
(Created page with "== ToDo == * <strike>MediaWiki:Common.js & upload custom edit buttons</strike> * <strike>MediaWiki:Common....")
 
m (Text replacement - "ps3devwiki.com" to "psdevwiki.com/ps3")
 
(3 intermediate revisions by one other user not shown)
Line 12: Line 12:
* <strike>[[Help:Contents]]</strike>
* <strike>[[Help:Contents]]</strike>
* ''selectively'' [[:Category:Templates]]
* ''selectively'' [[:Category:Templates]]
** [http://www.ps3devwiki.com/wiki/Wiki_Sandbox_Test Wiki_Sandbox_Test]
** [http://www.psdevwiki.com/ps3/wiki/Wiki_Sandbox_Test Wiki_Sandbox_Test]
** <span style="text-decoration: line-through;">[http://www.ps3devwiki.com/wiki/TemplateTest TemplateTest]</span>
** <span style="text-decoration: line-through;">[http://www.psdevwiki.com/ps3/wiki/TemplateTest TemplateTest]</span>
* <span style="text-decoration: line-through;">[[MediaWiki:Sidebar]]</span>
* <span style="text-decoration: line-through;">[[MediaWiki:Sidebar]]</span>
* <span style="text-decoration: line-through;">prepare Sidebar + main menu pages content</span>
* <span style="text-decoration: line-through;">prepare Sidebar + main menu pages content</span>
* rethink Category and usage of [[Template:Navbox|Templated NavBoxes]] / [http://www.ps3devwiki.com/wiki/Category:Navigation_Templates Category:Navigation Templates] (get it right from the start)
* rethink Category and usage of [[Template:Navbox|Templated NavBoxes]] / [http://www.psdevwiki.com/ps3/wiki/Category:Navigation_Templates Category:Navigation Templates] (get it right from the start)
** <span style="text-decoration: line-through;">[[Template:Main]]</span> <span style="text-decoration: line-through;">(target) see also [http://www.ps3devwiki.com/wiki/Template:PS4:Main Template:PS4:Main] (sandbox/test page)</span>
** <span style="text-decoration: line-through;">[[Template:Main]]</span> <span style="text-decoration: line-through;">(target) see also [http://www.psdevwiki.com/ps3/wiki/Template:PS4:Main Template:PS4:Main] (sandbox/test page)</span>
*** Need to split that in subtemplates (with own icon) e.g. <span style="text-decoration: line-through;">Console Information, Peripherals, Components, Motherboard Components, Software, Development, Homebrew</span> ...etc...
*** Need to split that in subtemplates (with own icon) e.g. <span style="text-decoration: line-through;">Console Information, Peripherals, Components, Motherboard Components, Software, Development, Homebrew</span> ...etc...
* [[Special:UploadUpload|Upload]] or move [[http://www.ps3devwiki.com/wiki/Category:PS4|PS4]] images
* [[Special:UploadUpload|Upload]] or move [[http://www.psdevwiki.com/ps3/wiki/Category:PS4|PS4]] images
** [[File:UHDTV resolution chart.svg]] (no visible image)
** [[File:UHDTV resolution chart.svg]] (no visible image)
**
**
Line 25: Line 25:
**
**
* <span style="text-decoration: line-through;">split and copy PS4 and related content / when fine, clear page, put redirect and lock old page when done</span>
* <span style="text-decoration: line-through;">split and copy PS4 and related content / when fine, clear page, put redirect and lock old page when done</span>
** <span style="text-decoration: line-through;">http://www.ps3devwiki.com/wiki/Category:PS4</span>
** <span style="text-decoration: line-through;">http://www.psdevwiki.com/ps3/wiki/Category:PS4</span>
*** <span style="text-decoration: line-through;">http://www.ps3devwiki.com/wiki/PS4</span>
*** <span style="text-decoration: line-through;">http://www.psdevwiki.com/ps3/wiki/PS4</span>
*** <span style="text-decoration: line-through;">http://www.ps3devwiki.com/wiki/PS4_Devkit_%28codename:Orbis%29</span>
*** <span style="text-decoration: line-through;">http://www.psdevwiki.com/ps3/wiki/PS4_Devkit_%28codename:Orbis%29</span>
* <span style="text-decoration: line-through;">[[PS4devwiki:Userboxes]] (based on [http://wiiubrew.org/wiki/WiiUBrew:Userboxes WiiUBrew:Userboxes])</span>
* <span style="text-decoration: line-through;">[[PS4devwiki:Userboxes]] (based on [http://wiiubrew.org/wiki/WiiUBrew:Userboxes WiiUBrew:Userboxes])</span>
** consider [[PS4devwiki:Titleboxes]] (based on [[PS4devwiki:Userboxes]], but then for Game Titles / homebrew etc)
** consider [[PS4devwiki:Titleboxes]] (based on [[PS4devwiki:Userboxes]], but then for Game Titles / homebrew etc)
Line 55: Line 55:
* http://www.maschek.hu/imagemap/imgmap
* http://www.maschek.hu/imagemap/imgmap
* http://www.image-maps.com/index.php?
* http://www.image-maps.com/index.php?
== $wgExpensiveParserFunctionLimit ==
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:
<source lang="html4strict">
<!--
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
-->
</source>
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
<source lang="html4strict">
<!--
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
-->
</source>
In [[User_talk:Euss/stats|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
{{Template:User_talk:Euss:menu}}

Latest revision as of 07:02, 15 April 2023

ToDo[edit source]

Check missing/needed extensions[edit source]


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]

Imagemaps[edit source]

$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