Valve Developer Community:Necessary Features: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
Line 32: Line 32:
* Let us edit our user space CSS files and have them apply.
* Let us edit our user space CSS files and have them apply.
* Add [[User:PIPEbot]] to user rights group bots so that it can automate various tasks alongside [[User:VDCBot]].
* Add [[User:PIPEbot]] to user rights group bots so that it can automate various tasks alongside [[User:VDCBot]].
* Change the SDK Help Forums link on the [[Mediawiki:Sidebar|Sidebar]] to https://steamcommunity.com/app/211/discussions/ (Steam Community Discussions for Source SDK), as the original Steam forums has been shut down. Aswell adding [[Half-Life SDK]] to the list. Also add [[Counter-Strike 2 Workshop Tools]] (and move the [[Draft:Counter-Strike 2 Workshop Tools|draft page]] to the main) to the Sidebar when it's get publicly released.
* Change the SDK Help Forums link on the [[Mediawiki:Sidebar|Sidebar]] to https://steamcommunity.com/app/211/discussions/ (Steam Community Discussions for Source SDK), as the original Steam forums has been shut down. Aswell adding [[Half-Life SDK]] to the list. Also add [[Counter-Strike 2 Workshop Tools]] (first move the [[Draft:Counter-Strike 2 Workshop Tools|draft page]] to the main before that) to the Sidebar when it's get publicly released.


== Bugs needed to fix ==
== Bugs needed to fix ==
* '''Show previews without reloading the page''' in [[Special:Preferences#mw-prefsection-editing]] is not working.
* '''Show previews without reloading the page''' in [[Special:Preferences#mw-prefsection-editing]] is not working.

Revision as of 07:03, 17 May 2023

Stub

This article or section is a stub. You can help by expanding it.

Everything that is required for this wiki.

Update the wiki software

Fairly simple request. All we ask is that the wiki is updated from MediaWiki 1.31.10 (outdated and unsupported from security updates) to the current latest version, or the long-term support (LTS) version.

New file formats to upload

Images

Just return the SVG, which is the default in any wiki. Optionally, allow support for WebP image, if possible.

Sound

Just return OGG, which is the default in any wiki.

Videos

Add the WebM format. This will reduce the size of files for demonstrating entities, and will also allow embedding tutorials, game trailers, and much more. Also, add support for Steam Videos / Steam Media by changing Extension:YouTube.

New Skin

A slightly modified Vector sucks: blurry stretched images in categories, unreadable text in some places and much more annoying stuff.

Not so long ago, the development of a Monobook-based skin (at an early stage of development and requires wiki version 1.38.0 and higher) began, which would repeat the current wiki, but fix everything that was not fixed by its owners.

Extensions

  • Extension:UserFunctions (We can use this to hide content for unregistered users (for example, we could hide information for editors) or something else) (We also need to have access to {{#username:}}, which is provided by this extension)
  • Extension:RandomSelection (This extension could be used to randomly select content to appear every time a page that it's utilized on is loaded. For example, we could use this extension to create randomized tooltips.)
  • Extension:WhosOnline (Nice little quality of life extension that would allow users to see who is online)
  • Extension:TemplateStyles (Would make styling templates a breeze.)

Other

Bugs needed to fix