Portal Wiki:Current events: Difference between revisions
Jump to navigation
Jump to search
(Ticking off what's been made possible with LocalSettings.php modifications.) |
|||
Line 6: | Line 6: | ||
===Logistics & Back-end=== | ===Logistics & Back-end=== | ||
==== Extensions to be installed ==== | ==== Extensions to be installed ==== | ||
* [http://www.mediawiki.org/wiki/Extension:ParserFunctions ParserFunctions] | * <strike>[http://www.mediawiki.org/wiki/Extension:ParserFunctions ParserFunctions] | ||
: (Installed, just need to add {{code|require_once( "$IP/extensions/ParserFunctions/ParserFunctions.php" );}} to LocalSettings.php to turn it on. | : (Installed, just need to add {{code|require_once( "$IP/extensions/ParserFunctions/ParserFunctions.php" );}} to LocalSettings.php to turn it on.</strike> | ||
* [http://www.mediawiki.org/wiki/Extension:CategoryTree CategoryTree] | * [http://www.mediawiki.org/wiki/Extension:CategoryTree CategoryTree] | ||
* [http://www.mediawiki.org/wiki/Extension:GroupPermissions GroupPermissions] | * [http://www.mediawiki.org/wiki/Extension:GroupPermissions GroupPermissions] | ||
Line 14: | Line 14: | ||
==== Config ==== | ==== Config ==== | ||
* Interwiki links for [http://half-life.wikia.com/ Combine Overwiki], TF Wiki, VDC. | * Interwiki links for [http://half-life.wikia.com/ Combine Overwiki], TF Wiki, VDC. | ||
* Set Vector to default skin – [[User:Seb|Seb]] 15:02, 21 April 2011 (PDT) | * <strike>Set Vector to default skin – [[User:Seb|Seb]] 15:02, 21 April 2011 (PDT)</strike> | ||
==== Everything else ==== | ==== Everything else ==== | ||
Line 39: | Line 39: | ||
**** Something like: This page documents an aspect of the game which is considered involved with the storyline. Expect Spoilers."? | **** Something like: This page documents an aspect of the game which is considered involved with the storyline. Expect Spoilers."? | ||
* LocalSettings.php (I think that's the right file) adjustments: | * <strike>LocalSettings.php (I think that's the right file) adjustments: | ||
** Signature time to UTC: <code>$wgLocaltimezone = 'UTC';</code> | ** Signature time to UTC: <code>$wgLocaltimezone = 'UTC';</code> | ||
** Interface time to UTC: <code>$wgLocalTZoffset = null; </code> | ** Interface time to UTC: <code>$wgLocalTZoffset = null; </code> </strike> | ||
* Change the Wiki's logo. <strike>[[:File:Wiki-logo.png|Here's my proposal]], and [http://imgur.com/C7szK how it looks].</strike> | * Change the Wiki's logo. <strike>[[:File:Wiki-logo.png|Here's my proposal]], and [http://imgur.com/C7szK how it looks].</strike> | ||
Line 50: | Line 49: | ||
* Implement usergroup permissions as Pilk drafted for the TF Wiki. [http://wiki.teamfortress.com/wiki/User:Pilk/grouprights/new Link]. | * Implement usergroup permissions as Pilk drafted for the TF Wiki. [http://wiki.teamfortress.com/wiki/User:Pilk/grouprights/new Link]. | ||
*<strike>Implement the UTC time listed at the top of the page as is on the TF Wiki.</strike> | *<strike>Implement the UTC time listed at the top of the page as is on the TF Wiki.</strike> | ||
*:Turns out this was a custom JS of mine on the TF Wiki, however tis useful so I've implemented it here. [[User:RJackson|RJackson]] 09:03, 21 April 2011 (PDT) | *:Turns out this was a custom JS of mine on the TF Wiki, however tis useful so I've implemented it here. [[User:RJackson|RJackson]] 09:03, 21 April 2011 (PDT) | ||
* Change the site content license. CC-BY-NC-SA seems ok but I fear will be a little too complicated if Valve ever decides to pick us up again. It's probably really unlikely it'll be a problem but I think just CC-BY 3.0 would be better because it's simpler [[User:Seb|Seb]] 15:02, 21 April 2011 (PDT) | * <strike>Change the site content license. CC-BY-NC-SA seems ok but I fear will be a little too complicated if Valve ever decides to pick us up again. It's probably really unlikely it'll be a problem but I think just CC-BY 3.0 would be better because it's simpler [[User:Seb|Seb]] 15:02, 21 April 2011 (PDT)</strike> | ||
* Localization: | * Localization: | ||
Line 62: | Line 60: | ||
*: These are exactly the same ones we have on TF Wiki. | *: These are exactly the same ones we have on TF Wiki. | ||
* [[User:Seb|seb]] 15:19, 21 April 2011 (PDT) | * [[User:Seb|seb]] 15:19, 21 April 2011 (PDT) | ||
* <strike>Allow the steam:// protocol for external links.</strike> | |||
===Content=== | ===Content=== | ||
* Poot all kind of Portal content on dis wiki, doc. | * Poot all kind of Portal content on dis wiki, doc. |
Revision as of 00:00, 22 April 2011
Welcome to the brand new Portal 2 Wiki!
TODO
As a new Wiki, we've got a lot of stuff to do before we can be "open". Feel free to append items to this list.
Logistics & Back-end
Extensions to be installed
(Installed, just need to addrequire_once( "$IP/extensions/ParserFunctions/ParserFunctions.php" );
to LocalSettings.php to turn it on.
- CategoryTree
- GroupPermissions
- WikiEditor replaces the old toolbox thing and is really gud (used on Wikipedia & written by some MW devs too) seb 15:19, 21 April 2011 (PDT)
Config
- Interwiki links for Combine Overwiki, TF Wiki, VDC.
Set Vector to default skin – Seb 15:02, 21 April 2011 (PDT)
Everything else
- Maintenance Templates
- Seriously need these to continue with Templates.
- Image licenses
- Refine the license list, making sure we only have what's absolutely necessary.
- Templates for each type of license.
- TFWiki is very object-orientated with its use of templates for this.
- A help page explaining what each type of license is and where it should be used.
- Main Page
- We need to decide what sort of content our Main Page will display.
- Updates
- Items
- Characters
- Did you know(?)
- Featured Article (I'm just ripping off TFWiki here I know.)
- We need to decide what sort of content our Main Page will display.
- Non-spoilerish.
- Decide a way to document the game in a way which won't compromise any readers of whom haven't yet played.
- Spoiler warnings at the top of each page?
- Something like: This page documents an aspect of the game which is considered involved with the storyline. Expect Spoilers."?
- Spoiler warnings at the top of each page?
- Decide a way to document the game in a way which won't compromise any readers of whom haven't yet played.
LocalSettings.php (I think that's the right file) adjustments:- Signature time to UTC:
$wgLocaltimezone = 'UTC';
Interface time to UTC:$wgLocalTZoffset = null;
- Signature time to UTC:
- Change the Wiki's logo.
Here's my proposal, and how it looks.- User:Alex2539 came up with a better logo. It's overwritten my logo idea so the striked-out link above will still link to it.
- Edit the CSS and change the reference to headbg.jpg to link to this PNG headbg.
- Implement usergroup permissions as Pilk drafted for the TF Wiki. Link.
Implement the UTC time listed at the top of the page as is on the TF Wiki.- Turns out this was a custom JS of mine on the TF Wiki, however tis useful so I've implemented it here. RJackson 09:03, 21 April 2011 (PDT)
Change the site content license. CC-BY-NC-SA seems ok but I fear will be a little too complicated if Valve ever decides to pick us up again. It's probably really unlikely it'll be a problem but I think just CC-BY 3.0 would be better because it's simpler Seb 15:02, 21 April 2011 (PDT)
- Localization:
- YES
- Languages should be locked down to those supported by the game itself:
- ar, cs, da, de, es, fi, fr, hu, it, ja, ko, nl, no, pl, pt, pt-br, ro, ru, sv, zh-hans, zh-hant
- These are exactly the same ones we have on TF Wiki.
- seb 15:19, 21 April 2011 (PDT)
Allow the steam:// protocol for external links.
Content
- Poot all kind of Portal content on dis wiki, doc.