×
Create a new article
Write your page title here:
We currently have 1,288 articles on Historica of Lovely Fate. Type your article name above or click on one of the titles below and start writing!



Historica of Lovely Fate

Difference between revisions of "User:GrumpySenpai"

Line 64: Line 64:
*[https://www.mediawiki.org/wiki/Extension:CodeMirror CodeMirror]: Mediawiki syntax highlighting while editing.
*[https://www.mediawiki.org/wiki/Extension:CodeMirror CodeMirror]: Mediawiki syntax highlighting while editing.
*[https://www.mediawiki.org/wiki/Extension:CentralNotice CentralNotice]: For announcing maintenance when there is more than one wiki.
*[https://www.mediawiki.org/wiki/Extension:CentralNotice CentralNotice]: For announcing maintenance when there is more than one wiki.
*[https://www.mediawiki.org/wiki/Extension:MobileFrontend Mobile Frontend]: [https://www.mediawiki.org/wiki/Extension:MobileFrontend/Configuring_browser_auto-detection Important config] info so we don't disable the caching on the wiki. Only to consider later if we need a seperate skin than vector for mobile platforms.
**[https://www.mediawiki.org/wiki/Skin:Minerva_Neue Apparently the recommended skin] for mobile devices. May not need the extension if the apache detection thingy works.

Revision as of 06:23, 6 December 2021

I am the sysadmin that hosts this wiki. If there is a server issue or you want some super awesome extension added to the wiki, maybe a password on your account reset, then I am the person to contact.

Wiki Content Admins:

Discord Server for the games here : invite

TODO List

Server

  • front page prettying
    • flexboxes for multiple wiki listings : done
    • add some color and whatnot to not be lifeless
    • change the footer to be a more proper footer section : done
    • make the front page more mobile friendly : done
  • front page links to the various bits : patreon/wiki/TFTG page for downloads : done
    • make it also then size the image to the width appropriate to the text somehow... : done - mobile friendly stuff
  • switch up the mediawiki install to allow hosting multiple wikis off the same docker instance - shared logins this way?
  • change the wiki to a new URL when the team decides on the name
  • get email working
    • get notifications working
    • get password resets working
    • perhaps get account verification working?
    • mailcow seems *very* heavy and quite frankly i am not sure i need all the extra bells and whistles, but it would be nice
      • if i go with mailcow, i will either consolidate the two servers i have or keep the email seperate from the wiki server
  • service availability detection
    • i want to get notifications when the server goes down
  • longer term monitoring to just check the health of the server

Wiki

  • disable the deprecation notice at the top of the page, it is unprofessional looking : done
  • fix the infobox extension for image only sections on the right : good enough for the wiki to work right now
    • group layout=horizontal : done
    • group row-items=2 support
    • display the images : done
    • shrink the images if they overflow the infobox - currently it just works with two thumbnails horizontally
    • change the extension to somehow hook into the extension PageImages to display the first image in the infobox - perhaps ignore this and edit the pages to use the OpenGraphMeta extension
  • magicalcamp footer linking to the patreon and the discord : done
  • fix all the broken wiki links Special:WantedPages
  • CSS styling for the wiki
    • tables are lacking borders : done
    • purple background and all that from the fandom wikia
  • remove the extra pages that are not required any more
  • Get the mobile experience smoothed out. it works now but it can be better : done
    • Currently the mobile page is using the vector skin experimental mobile reactive design - perhaps a couple tiny bugs but seems to operate fine. Will use the MobileFrontend extension or the apache mobile detection if there are problems
  • change out images for uncensored versions
  • A map with clickable regions to take you to that region - this is just for fun
    • MC Overworld map and maybe the camp map
    • perhaps the extension is what i want?

Neat MediaWiki Extensions To Consider

  • Per Page CSS
  • Popups: Image previews when hovering over inter-wiki links
  • ImageMap: Make different regions of an image clickable links
  • ConfirmEdit: Adding in captcha support for edits to reduce spam possibility
  • Tabber: Have tabs within a page - perhaps have different versions of images like the camp rework or maybe censored versus uncensored images?
  • OpenGraphMeta: Give the ability to set some things like the main image that gets embedded in other sites
  • Description2: Better descriptions for sites scrape reading data via OpenMetaGraph tags so places like google actually get useful descriptions. Warning: This grabs the first content that is in <p> tags so it might not work *correctly on this wiki.
  • MsUpload: Allow multiple files to be uplaoded at the same time and also let files be uploaded from the edit page of an article.
  • CharInsert
  • CodeMirror: Mediawiki syntax highlighting while editing.
  • CentralNotice: For announcing maintenance when there is more than one wiki.
  • Mobile Frontend: Important config info so we don't disable the caching on the wiki. Only to consider later if we need a seperate skin than vector for mobile platforms.