User:Daveh

From Starfield Wiki
Jump to: navigation, search

Known Bugs[edit]

  • Visual editor not working.

To Do Stuff[edit]

  • Extensions -- Most of the ones used on UESP are currently setup.
  • UploadWizard needs to be configured and messages created (needs licenses).
  • Skin -- DarkVector with no customizations currently in use. A mobile dark skin needs to be created.
  • Logo -- A simple basic one to start is needed. Along with FavIcons.
    • Very quick one done. Just the "inverse" of the UESP logo with simple text.
  • Imports -- Templates, CSS, JS can be imported from the UESP wiki as needed.
  • Ads -- Will eventually have an ad setup just like the UESP.net.
  • Licenses for Images
  • Look into SyntaxHighlighter and Pygments not working (Failed to invoke Pygments, see here).
  • Move some of the custom changes to Special:Search from UespCustomCode to here.

Modified Files[edit]

  • /skins/DarkVector/DarkVectorTemplate.php -- Temporarily modified to include the ad divs.

Scribunto Test[edit]

Hello, foo !, or I have 5 bananas and 6 apples

test111111 test edit test edit 2


def quick_sort(arr):
	less = []
	pivot_list = []
	more = []
	if len(arr) <= 1:
		return arr
	else:
		pass