Module:Sequences/Documentation

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search

This is the documentation page for Module:Sequences

This is the main module for the following templates:

In addition, this module exports the following functions.

sortValue

sortValue(game, sequence, subject)

Returns

  • Integer sort value of subject for the given sequence in game, or nil if none found.

Examples

#InputOutputStatus
1
sortValue("ST", "Realms", "Snow Realm")
2
Green check.svg
2
sortValue("ST", "Realms", "💩 Realm")
nil
Green check.svg