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
(Shared Scripts)
(Links)
Line 1: Line 1:
 
[[Script:ScriptCards]]
 
[[Script:ScriptCards]]
  
== Links ==
+
{{NavboxN
*[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/>
+
|1 =
*[https://app.roll20.net/forum/permalink/10000297/ ScriptCards Mod Working and Sharing thread in the Roll20 Forums] Historical Archive of scripts shared in the Roll20 forums.<br/>
+
|2 = 300px
** [https://wiki.roll20.net/ScriptCards_LibrariesHandouts ScriptCards Library Handouts Wiki page for user submitted Handouts]<br/>
+
|3 = right
** [https://wiki.roll20.net/ScriptCards_Triggers# ScriptCards Wiki Page for user submitted Triggers]<br/>
+
|4 =  
*[https://github.com/kjaegers/ScriptCards/blob/main/ScriptCards_API/changelog.txt ScriptCards Changelog on GitHub]<br/>
+
<span style="font-size: x-large; font-weight: bold;"> Related Links</span> <br>
*[https://wiki.roll20.net/Script:ScriptCards Back to main ScriptCards information Wiki Page]<br/>
+
<hr>
*[https://github.com/kjaegers/ScriptCards/tree/main/ScriptCards_API ScriptCards API] GitHub repository for source before the one-click version is updated.<br/>
+
<span style="font-size: medium; font-weight: bold;"> Roll20 Forum Links:</span> <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://app.roll20.net/forum/permalink/9752053/ ScriptCards Thread on the Roll20 Mod Forums]<br>
[https://discord.gg/jSB4wTNpXb ScriptCards Official Discord]<br/>
+
[https://app.roll20.net/forum/permalink/10000297/ ScriptCards Mod Working and Sharing thread in the Roll20 Forums]<br>
[https://youtu.be/hyR7Jnq4mQM ScriptCards Intro]<br/>
+
 
[https://youtu.be/u50xvNzS9Zk ScriptCards Magic Missile Deep Dive]<br/>
+
<span style="font-size: medium; font-weight: bold;"> GitHub Links:</span> <br>
<br/>
+
[https://github.com/kjaegers/ScriptCards/blob/main/ScriptCards_API/changelog.txt ScriptCards Changelog on GitHub]<br>
 +
[https://github.com/kjaegers/ScriptCards/tree/main/ScriptCards_API ScriptCards API]<br>
 +
[https://github.com/kjaegers/ScriptCards/tree/main/ScriptCards_Examples ScriptCards Samples on the Official GitHub]<br>
 +
 
 +
<span style="font-size: medium; font-weight: bold;"> Roll20 Wiki Links:</span> <br>
 +
[https://wiki.roll20.net/Script:ScriptCards Main ScriptCards Wiki Page]<br>
 +
[https://wiki.roll20.net/index.php?title=ScriptCards_Scripts ScriptCards User-submitted scripts]<br>
 +
[https://wiki.roll20.net/ScriptCards_LibrariesHandouts ScriptCards User-submitted Library Handouts]<br>
 +
[https://wiki.roll20.net/ScriptCards_Triggers ScriptCards User-submitted Triggers]<br>
 +
 
 +
<span style="font-size: medium; font-weight: bold;"> Official Discord:</span> <br>
 +
[https://discord.gg/jSB4wTNpXb ScriptCards Official Discord Channel]<br>
 +
 
 +
<span style="font-size: medium; font-weight: bold;"> YouTube Tutorials:</span> <br>
 +
[https://youtu.be/hyR7Jnq4mQM ScriptCards Intro]<br>
 +
[https://youtu.be/u50xvNzS9Zk ScriptCards Magic Missile Deep Dive]<br>
 +
}}
  
 
== Working scripts for ScriptCards ==
 
== Working scripts for ScriptCards ==

Revision as of 16:03, 15 June 2023

Script:ScriptCards


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.


Shared Scripts

Below you'll find the good stuff. You can also peruse the table of contents and use that for quick navigation. As long as the Script name is surrounded by "====" on both sides, it'll automatically be added to the table of contents.

Template: Example Script Name

[Expand/Collapse SCRIPT NAME]

AFTER PASTING THE TEMPLATE:  DELETE THIS ROW AND BELOW
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 after the heading line (with the ===) be sure the span class name ends in the exact same naming as the ID on the line below the heading.  If they don't match the fabric of space and time will fall apart!  The first part (mw-...) will be different on each row.
       span class="mw-customtoggle-SCRIPT_NAME" and id="mw-customcollapsible-SCRIPT_NAME"
       Capitals matter, so be sure to pay close attention.
AFTER PASTING THE TEMPLATE:  DELETE ABOVE THIS ROW so that "Author of script" comes right after the ''div class'' line above.

Author of script: (Your Discord name)
Game/System specific? Which one:
Purpose of script: (Text)
Description of intended results: (Text)
Screenshots: (Initial screenshots; more can be added throughout the body of the contents) Images
Caveats/ Notes:(N/A if none, otherwise please describe)
Script code:

 Enter script code here

Any other useful information or context can go here, after the script iself but please put any critical information in the Caveats/ Notes section before the code to ensure users are seeing it.

Note: Be sure to keep the <pre>...</pre> tags around your main script code to prevent issues with anything in the script being considered as code to the Wiki page. Use <code>...</code> for inline code snippets.

Text with the Pre tags used 

This is what a snippet looks like wrapped in code tags.

WikiText markup cheat sheet: