User:Daveh
From Starfield Wiki
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.
- Move some of the custom changes to Special:Search from UespCustomCode to here.
Modified Files[edit]
Scribunto Test[edit]
Hello, foo !, or I have 5 bananas and 6 apples
test zzffgg
testuuuu
test pre
def quick_sort(arr):
less = []
pivot_list = []
more = []
if len(arr) <= 1:
return arr
else:
pass