Difference between revisions of "Widget:ServerStatus"
From DDO Compendium
MNDeveloper (talk | contribs) |
MNDeveloper (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 104: | Line 104: | ||
} | } | ||
}).fail(function() { | }).fail(function() { | ||
$("#argo-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/ | $("#argo-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/f/fd/RedExclamation.png" />'); | ||
$("#cannith-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/f/fd/RedExclamation.png" />'); | |||
$("#cormyr-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/f/fd/RedExclamation.png" />'); | |||
$("#khyber-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/f/fd/RedExclamation.png" />'); | |||
$("#ghallanda-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/f/fd/RedExclamation.png" />'); | |||
$("#orien-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/f/fd/RedExclamation.png" />'); | |||
$("#sarlona-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/f/fd/RedExclamation.png" />'); | |||
$("#thelanis-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/f/fd/RedExclamation.png" />'); | |||
$("#wayfinder-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/f/fd/RedExclamation.png" />'); | |||
$("#hardcore-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/f/fd/RedExclamation.png" />'); | |||
$("#lam-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/f/fd/RedExclamation.png" />'); | |||
}); | }); | ||
</script> | </script> | ||
</includeonly> | </includeonly> |
Latest revision as of 00:06, 23 October 2024
About[edit]
This widget will display the server statuses for Dungeons and Dragons Online.
How to Use[edit]
Add the following code snippet on a page you wish to use it on. The endpoint that this widget uses is rate limited, so please use it sparingly.
{{#widget:ServerStatus}}