Difference between revisions of "Widget:ServerStatus"
From DDO Compendium
MNDeveloper (talk | contribs) |
MNDeveloper (talk | contribs) |
||
Line 104: | Line 104: | ||
} | } | ||
}).fail(function() { | }).fail(function() { | ||
$("#argo-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/4/42/ | $("#argo-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/4/42/RedExclamation.png" />'); | ||
$("#cannith-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/4/42/RedExclamation.png" />'); | |||
$("#cormyr-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/4/42/RedExclamation.png" />'); | |||
$("#khyber-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/4/42/RedExclamation.png" />'); | |||
$("#ghallanda-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/4/42/RedExclamation.png" />'); | |||
$("#orien-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/4/42/RedExclamation.png" />'); | |||
$("#sarlona-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/4/42/RedExclamation.png" />'); | |||
$("#thelanis-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/4/42/RedExclamation.png" />'); | |||
$("#wayfinder-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/4/42/RedExclamation.png" />'); | |||
$("#hardcore-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/4/42/RedExclamation.png" />'); | |||
$("#lam-status").empty().html('<img src="https://ddo-compendium-files.s3.amazonaws.com/4/42/RedExclamation.png" />'); | |||
}); | }); | ||
</script> | </script> | ||
</includeonly> | </includeonly> |
Revision as of 00:00, 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}}