Abrir menu principal

UESPWiki β

Utilizador:RobinHood70/ToDo

< Utilizador:RobinHood70
All users are allowed to edit the template sections of this user page to remove templates that are deleted/proposed deletions or remove projects they've taken on themselves.

Main Focus

  • Look into all #load/#saves and see what can be removed.
  • Check why we have {{Item Data}}s for the same items on different pages and see if we're handling this properly, cuz #save'ing from two places is not good!
  • Check where we can use {{IDs2}} (and similar uses of #explodeargs).
  • Overhaul MetaTemplate's #load and #save.
    • Try switching to DB_MASTER for save and save-related operations, if not already.
    • Add more hooks so saved data is updated on purge, page deletion, etc.
    • Find and remove stranded info from both tables.

Templates, Round 2

Round 1 was basically to clean up the templates, get rid of unused sections, integrate MetaTemplate functions, etc. In addition to the issues identified below, the plan for Round 2, is mostly to skim through things and make sure that I didn't mess anything up, check for things I could've done better—especially early on when I was still getting a feel for things—and see if there are any consistency issues that need addressed (much as I'm doing with switching everything to use the Notice template). It will also include "larger" issues where templates or entire processes need revamping.

  • All
    • Document/standardize existing documentation per consensus here including moving to /Doc pages for consistency, even for small docs.
    • Verify widely-used templates in Chrome, FF, IE8, Opera, Safari..(others any one?). <sarcasm>Yeah...cuz that'll be fun.</sarcasm>
    • Change <cleanspace>...</cleanspace> to {{#sub:<cleanspace>...</cleanspace>|1}} in any utility templates where the output should be "clean", no pun intended. (Dear gods that's ugly!)
    • Check for templates that can make good use of #ifexistx.
  • Category:Footer Templates
  • Category:Link Templates – Many are game-specific where they should probably be generic, some might be combinable.
  • Category:Markup Templates (et al?) – Standardize to use Message template with correct color choice.
  • Category:Notes Templates – Check design consistency; maybe sub-template them. Use {{Oblivion Wealth Notes}} as template if possible - makes much better use of Magic Words.
  • Artifact Summary – Consider removing cleantable, maybe split out to sub-templates by NS_PARENT.
  • Buys – Try rpeh's idea of #splitargs.
  • Creature Summary – Compare in detail with NPC Summary.
  • Deletion Review – Switch to external link to avoid Wanted Page, maybe steal from Wikipedia, discuss possible change to entire procedure.
DR
DR Instructions
DRsubst
  • Faction Summary – Re-work FacReact to allow single call with #splitargs and Autolink, similar for skills and attribs, maybe wider box in px or %.
  • Max, Max/27 - Try combining, rewriting using #splitargs, presumably with #inherit/#return.
  • Place Summary – Check if other fields should be Autolinked (job fields especially).
  • PageLetterMenuMove override parameter from Faction pages (et al?) and #save it in main Faction page, then #load in PageLetterMenu/Link. This appears to be obviated by #ifexistx - leaving here just in case it doesn't work out. If it does, any remaining code for override will probably be removable by the time I get to this, if it hasn't been already.

Other Possible Projects

  • Review pages in Bloodmoon space for consistency. Places, if nothing else, are a formatting disaster right now.
  • Take on Special:UnusedFiles. Need to figure out (somehow) if some are used by the site without triggering Used links.