-
Notifications
You must be signed in to change notification settings - Fork 4
albumactions.ts
-
actionsHTML :
string
Represents the album actions HTML code.
-
albumLink(element) ⇒
void
Assigns a link to given element based on the album's PAGENAME. Expects external 'albumLinkGen()' function which returns the PAGENAME of the album.
-
albumItemType() ⇒
string
Sets the output value for the album item type (the part directly behind the civ in the heading).
-
albumDesc() ⇒
undefined
Updates the album description element on MT pages (after the album macro, used for MT pages).
-
albumDiscoverer() ⇒
string
A function that retrieves information about the discoverer of an album.
-
albumName() ⇒
void
Sets the name of the album in the global output element.
-
albumOther() ⇒
void
Populates the "other" parameter in the album.
-
albumType() ⇒
string
Sets the album type in the heading before the "entry".
- updateAlbumData()
Updates the album data in the UI based on the page data.
-
albumFunctions() ⇒
void
This function contains several sub-functions which are called only when the album is completely loaded. If the album is already loaded, then the sub-functions will execute immediately. If not, the function listens for the 'albumLoaded' event to trigger and then executes the sub-functions.
-
albumData() ⇒
void
Calls all functions related to album creation and updating.
Represents the album actions HTML code.
Assigns a link to given element based on the album's PAGENAME. Expects external 'albumLinkGen()' function which returns the PAGENAME of the album.
Kind: global function
Param | Type | Description |
---|---|---|
element | Element |
The element to assign the link to. |
Sets the output value for the album item type (the part directly behind the civ in the heading).
Kind: global function
Returns: string
-
The type of album item.
Updates the album description element on MT pages (after the album macro, used for MT pages).
A function that retrieves information about the discoverer of an album.
Kind: global function
Returns: string
-
- Returns the discoverer of an album, or a link to the wiki page if available.
Sets the name of the album in the global output element.
Populates the "other" parameter in the album.
Sets the album type in the heading before the "entry".
Kind: global function
Returns: string
-
The album type.
Updates the album data in the UI based on the page data.
This function contains several sub-functions which are called only when the album is completely loaded. If the album is already loaded, then the sub-functions will execute immediately. If not, the function listens for the 'albumLoaded' event to trigger and then executes the sub-functions.
Calls all functions related to album creation and updating.
Kind: global function
Thank you for using the Eisvana Wiki Page Creator! I hope it helps you create amazing pages for your No Man's Sky discoveries. If you have any feedback or suggestions for how the project can be improved, please let me know.