Skip to content

base.ts

github-actions[bot] edited this page Nov 19, 2023 · 1 revision

Functions

validateDiscord()void

Validates Discord tags.

validateReddit()void

Validates the input value for a Reddit user name and generates wiki code for it.

capitaliseFriendCode()

Capitalizes the input value of a friend code input element and calls the wikiCode function.

validateFriendcode()void

Validates a friend code format (xxxx-xxxx-xxxxx).

createCensusEntry()void

Automatically checks or unchecks a checkbox to create a census entry.

validateDiscord() ⇒ void

Validates Discord tags.

Kind: global function

validateReddit() ⇒ void

Validates the input value for a Reddit user name and generates wiki code for it.

Kind: global function

capitaliseFriendCode()

Capitalizes the input value of a friend code input element and calls the wikiCode function.

Kind: global function

validateFriendcode() ⇒ void

Validates a friend code format (xxxx-xxxx-xxxxx).

Kind: global function

createCensusEntry() ⇒ void

Automatically checks or unchecks a checkbox to create a census entry.

Kind: global function

Clone this wiki locally