Editing User talk:Euss/todo
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 12: | Line 12: | ||
* <strike>[[Help:Contents]]</strike> | * <strike>[[Help:Contents]]</strike> | ||
* ''selectively'' [[:Category:Templates]] | * ''selectively'' [[:Category:Templates]] | ||
** [http://www. | ** [http://www.ps3devwiki.com/wiki/Wiki_Sandbox_Test Wiki_Sandbox_Test] | ||
** <span style="text-decoration: line-through;">[http://www. | ** <span style="text-decoration: line-through;">[http://www.ps3devwiki.com/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. | * 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) | ||
** <span style="text-decoration: line-through;">[[Template:Main]]</span> <span style="text-decoration: line-through;">(target) see also [http://www. | ** <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> | ||
*** 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. | * [[Special:UploadUpload|Upload]] or move [[http://www.ps3devwiki.com/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. | ** <span style="text-decoration: line-through;">http://www.ps3devwiki.com/wiki/Category:PS4</span> | ||
*** <span style="text-decoration: line-through;">http://www. | *** <span style="text-decoration: line-through;">http://www.ps3devwiki.com/wiki/PS4</span> | ||
*** <span style="text-decoration: line-through;">http://www. | *** <span style="text-decoration: line-through;">http://www.ps3devwiki.com/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 57: | Line 57: | ||
== $wgExpensiveParserFunctionLimit == | == $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 | 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, 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"> | <source lang="html4strict"> | ||
<!-- | <!-- | ||
Line 71: | Line 70: | ||
</source> | </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 | 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 | ||
See also: http://www.mediawiki.org/wiki/Manual:$wgExpensiveParserFunctionLimit | See also: http://www.mediawiki.org/wiki/Manual:$wgExpensiveParserFunctionLimit |