UESPWiki:AppManifest

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search

AppManifest is an API/Mediawiki extension to create consistent wiki home page experiences between desktop and mobile apps.


Documentation


(TODO)


Example manifest.json:


{ // App Manifest

     "version" : 1,

     "banner" : {
          "imageURL" : "images.starfieldwiki.net/d/dd/Starfield-hero-background.jpg",
          "logoURL"  : "https://images.starfieldwiki.net/1/19/Sfwiki_wordmark_logo_white.svg"
     },

     "gamemaps" : {
           "ESO" : "https://gamemap.uesp.net/eso",
           "Oblivion" : "https://gamemap.uesp.net/ob",
           "Morrowind" : "https://gamemap.uesp.net/mw",
      },


     "homepage" : [
          { // trivia box segment
               "type" : "trivia_box",
               "title" : "Did You Know?",
               "content" : []
          }
     ]
}