UserAccountAge provides appends a user tag to the Oasis masthead that lists the specific account's age. The user tag, when clicked, links to formatted JSON data displaying the moment of account creation. (example) Occasionally, for certain old accounts (2005 and earlier), the MediaWiki API returns a value of "null" for the user's registration date, and as such, no user tag is displayed on the user masthead.
Attributes | Values |
---|
rdf:type
| |
rdfs:label
| |
rdfs:comment
| - UserAccountAge provides appends a user tag to the Oasis masthead that lists the specific account's age. The user tag, when clicked, links to formatted JSON data displaying the moment of account creation. (example) Occasionally, for certain old accounts (2005 and earlier), the MediaWiki API returns a value of "null" for the user's registration date, and as such, no user tag is displayed on the user masthead.
|
dbkwik:dev/property/wikiPageUsesTemplate
| |
Status
| |
Languages
| |
Skins
| |
Using code by
| |
Author
| |
Scope
| |
Description
| - Appends user tag to profile masthead displaying the account's age
|
Code
| |
Updated
| |
Image File
| |
abstract
| - UserAccountAge provides appends a user tag to the Oasis masthead that lists the specific account's age. The user tag, when clicked, links to formatted JSON data displaying the moment of account creation. (example) It was initially conceived as a "FANDOMization" and simplification of PleaseStand's UserInfo script on the English Wikipedia, though the most recent iteration of the script, namely code2.js, instead employs the jQuery timeago plugin, removing the hacky attempts at formatting fuzzy dates and opening the script up to a wider variety of user languages. Furthermore, the formatted date of account creation is now displayed upon cursor hover over the user tag. Occasionally, for certain old accounts (2005 and earlier), the MediaWiki API returns a value of "null" for the user's registration date, and as such, no user tag is displayed on the user masthead.
|