Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "ScriptCards Scripts"

From Roll20 Wiki

Jump to: navigation, search
(Created page with "Script:ScriptCards = Repository of working scripts for ScriptCards = {{tocright}} This page is intended to be a centralized repository of working scripts that have bee...")
 
(Repository of working scripts for ScriptCards)
Line 1: Line 1:
 
[[Script:ScriptCards]]
 
[[Script:ScriptCards]]
  
= Repository of working scripts for ScriptCards =   
+
= Links =
 +
[[https://app.roll20.net/forum/permalink/9752053/ ScriptCards Thread on the Roll20 Mod Forums]]  Please use this link to report any issues or to seek scripting help via the forums. <br/>
 +
[[https://app.roll20.net/forum/permalink/10000297/ ScriptCards Mod Working and Sharing thread in the Roll20 Forums]]<br/>
 +
[[https://github.com/kjaegers/ScriptCards/blob/main/ScriptCards_API/changelog.txt ScriptCards Changelog on GitHub]]<br/>
 +
[[https://wiki.roll20.net/Script:ScriptCards Back to main ScriptCards information Wiki Page]]<br/>
 +
[[https://github.com/kjaegers/ScriptCards/tree/main/ScriptCards_API ScriptCards API]] GitHub repository for source before the one-click version is updated.<br/>
 +
[[https://github.com/kjaegers/ScriptCards/tree/main/ScriptCards_Examples ScriptCards Samples on the Official GitHub]]  Branch of the GitHub repo that contains sample scripts.<br/>
 +
 
 +
[[https://discord.gg/jSB4wTNpXb ScriptCards Official Discord]]<br/>
 +
[[https://youtu.be/hyR7Jnq4mQM ScriptCards Intro]]<br/>
 +
[[https://youtu.be/u50xvNzS9Zk ScriptCards Magic Missile Deep Dive]]<br/>
 +
 
 +
 
 +
= Working scripts for ScriptCards =   
 
{{tocright}}
 
{{tocright}}
 
This page is intended to be a centralized repository of working scripts that have been tested and are working as expected.  Please describe the intended results of the script, include any screenshots/images you think will support the script and then please post the script itself.
 
This page is intended to be a centralized repository of working scripts that have been tested and are working as expected.  Please describe the intended results of the script, include any screenshots/images you think will support the script and then please post the script itself.
 +
 +
 +
=== Template: Example Script Name ===
 +
<span class="mw-customtoggle-SCRIPT_NAME" style="font-size: large; font-weight:normal; color:#003399;">[Expand/Collapse<br/>SCRIPT NAME]</span>
 +
<div class="mw-collapsible" id="mw-customcollapsible-section_Script_Name" style="width: 100%;"">
 +
This template represents some basic syntax to post a script on this page.  Please be sure to copy and then paste this entire section at the end of the existing list of scripts. 
 +
When updating your copy of the template, please remember the following tips:
 +
# In the code just below the heading line (with the ===) be sure the span class name ends in the exact same naming as the ID on the second line.  The first part will be different on each row
 +
## <span class="mw-customtoggle-<span class=font-weight bold; font style: italics"SCRIPT_NAME> and <id="id="mw-customcollapsible-SCRIPT_NAME">
 +
 +
 +
.. entire section contents ...
 +
</div>
 +
<br/>

Revision as of 12:55, 12 June 2023

Script:ScriptCards

Links

[ScriptCards Thread on the Roll20 Mod Forums] Please use this link to report any issues or to seek scripting help via the forums.
[ScriptCards Mod Working and Sharing thread in the Roll20 Forums]
[ScriptCards Changelog on GitHub]
[Back to main ScriptCards information Wiki Page]
[ScriptCards API] GitHub repository for source before the one-click version is updated.
[ScriptCards Samples on the Official GitHub] Branch of the GitHub repo that contains sample scripts.

[ScriptCards Official Discord]
[ScriptCards Intro]
[ScriptCards Magic Missile Deep Dive]


Working scripts for ScriptCards

Contents

This page is intended to be a centralized repository of working scripts that have been tested and are working as expected. Please describe the intended results of the script, include any screenshots/images you think will support the script and then please post the script itself.


Template: Example Script Name

[Expand/Collapse
SCRIPT NAME]

This template represents some basic syntax to post a script on this page. Please be sure to copy and then paste this entire section at the end of the existing list of scripts. When updating your copy of the template, please remember the following tips:

  1. In the code just below the heading line (with the ===) be sure the span class name ends in the exact same naming as the ID on the second line. The first part will be different on each row
    1. <span class="mw-customtoggle- and <id="id="mw-customcollapsible-SCRIPT_NAME">


.. entire section contents ... </div>