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/Script Variant Template"

From Roll20 Wiki

Jump to: navigation, search
(Template: Example Variant Script Name)
(Info about Variant/ Customized versions of Scripts)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 +
{{NavboxN
 +
|1 = Navigation:
 +
|2 = 150px
 +
|3 = right
 +
|4 =
 +
<hr>
 +
1. [https://wiki.roll20.net/ScriptCards_Scripts Back to the Scripts!]<br>
 +
}}
 +
 
== Info about Variant/ Customized versions of Scripts ==
 
== Info about Variant/ Customized versions of Scripts ==
 
This sub-page is a template for how variations of, or customizations to, popular/ successful scripts can be saved for other users to take advantage of while preserving the original author's original work in the primary area where traffic will flow.  When populating the info section of the template below, please do not leave anything blank, and please do not refer users back to the original script to determine the information.  Definitely be sure to generally refer people back to the original script though.
 
This sub-page is a template for how variations of, or customizations to, popular/ successful scripts can be saved for other users to take advantage of while preserving the original author's original work in the primary area where traffic will flow.  When populating the info section of the template below, please do not leave anything blank, and please do not refer users back to the original script to determine the information.  Definitely be sure to generally refer people back to the original script though.
Line 4: Line 13:
  
 
=== Template: Example Variant Script Name ===
 
=== Template: Example Variant Script Name ===
 +
  
 
<!-- AFTER PASTING THE TEMPLATE:  Delete any text between the symbols:  <! --  -- >  as these are "internal comments" and will not be seen by a typical viewer.  They're intended to be a reminder to submitters in how to use this template only.
 
<!-- AFTER PASTING THE TEMPLATE:  Delete any text between the symbols:  <! --  -- >  as these are "internal comments" and will not be seen by a typical viewer.  They're intended to be a reminder to submitters in how to use this template only.
 
This template represents some basic syntax to post a script on this page.  Please be sure to copy the template from the Template for variations from the main page and then paste the entire template in the new variation page.   
 
This template represents some basic syntax to post a script on this page.  Please be sure to copy the template from the Template for variations from the main page and then paste the entire template in the new variation page.   
When updating the template, please remember the following tips:
+
AFTER PASTING THE TEMPLATE:  DELETE ABOVE THIS ROW so that "Author of this variation" comes right after the ''=== (Script Name) ==='' line at the top. -->
  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.
+
'''Author of this variation:''' <!-- Your Discord or Roll20 Forum name --><br>
AFTER PASTING THE TEMPLATE:  DELETE ABOVE THIS ROW so that "Author of script" comes right after the ''div class'' line above. -->
+
'''This variation is based on the <span style="font-size:16px; font-weight: 900; font-style: italic;">  (Script Name)   </span> by <span style="font-size:16px; font-weight: 900; font-style: italic;">  (Original Author)   </span>''' (e.g. This variation is based on the Example Script Template by karma827)<br>
'''Author of this variation:''' <!-- Your Discord or Roll20 Forum name --><br/>
+
'''''This variation is based on the (Script Name) by (Original Author)''''' (e.g. This variation is based on the Example Script Template by karma827)<br>
+
 
'''Link to original script:''' <!-- Ideally this would link to the section of the User-submitted Wiki section where the original submission will be found. --> [https://wiki.roll20.net/ScriptCards_Scripts#Template:_Example_Script_Name Original Script Link] <br>
 
'''Link to original script:''' <!-- Ideally this would link to the section of the User-submitted Wiki section where the original submission will be found. --> [https://wiki.roll20.net/ScriptCards_Scripts#Template:_Example_Script_Name Original Script Link] <br>
'''Game/System specific? Which one:''' <!-- Either put "Not specific" or put the name of the game/system this variation works with. --> <br/>
+
'''Game/System specific? Which one:''' <!-- Either put "Not specific" or put the name of the game/system this variation works with. --> <br>
'''Purpose of the changes to the original script:''' <!-- Provide an overall description of the purpose of this variation of the original script --> <br/>
+
'''Does this script variation require additional mods to function?  If yes, please list them here:''' <!-- If no, put "N/A", otherwise please list any mods, besides ScriptCards, that are required for this script to work correctly. --> <br>
'''Description of results related to the changes made:''' <!-- Describe how a user should expect to interact with your script and what they should expect to see when it works. Doesn't need to be too detailed; just enough for a user to know if the script is not working as intended. --> <br/>
+
'''Purpose of the changes to the original script:''' <!-- Provide an overall description of the purpose of this variation of the original script --> <br>
'''Screenshots:''' <!-- Initial screenshots if applicable; more can be added throughout the body of the contents if desired. --> <br/>
+
'''Description of results related to the changes made:''' <!-- Describe how a user should expect to interact with your script and what they should expect to see when it works. Doesn't need to be too detailed; just enough for a user to know if the script is not working as intended. --> <br>
'''Caveats/ Notes:''' <!-- N/A if none, otherwise please describe. Please put any important notes about the script's usage or behavior here. --> <br/>
+
'''Screenshots:''' <!-- Initial screenshots if applicable; more can be added throughout the body of the contents if desired. --> <br>
 +
'''Caveats/ Notes:''' <!-- N/A if none, otherwise please describe. Please put any important notes about the script's usage or behavior here. --> <br>
 
'''Script code:''' <!--Note: Be sure to keep the <pre>...</pre> tags at the beginning and end, respectively, for this script code to prevent issues with anything in the script being considered as code to the Wiki page. Also, be sure to include the entire code, rather than only submitting the modified lines.  -->
 
'''Script code:''' <!--Note: Be sure to keep the <pre>...</pre> tags at the beginning and end, respectively, for this script code to prevent issues with anything in the script being considered as code to the Wiki page. Also, be sure to include the entire code, rather than only submitting the modified lines.  -->
 +
 
<pre> Enter script code here</pre>
 
<pre> Enter script code here</pre>
 
<!-- Notes to the editor: This line will only appear in Edit-Mode, so it's a way to leave private reminders or notes for any future editor who may come across your writings.<br/>The following two lines will always go after your script to properly end the script section.-->
 
  
  
 
[https://meta.wikimedia.org/wiki/Help:Wikitext_examples WikiText markup cheat sheet:]
 
[https://meta.wikimedia.org/wiki/Help:Wikitext_examples WikiText markup cheat sheet:]
</div>
+
 
<br/>
+
 
 +
<br>

Latest revision as of 03:00, 19 June 2023

Navigation:


1. Back to the Scripts!


[edit] Info about Variant/ Customized versions of Scripts

This sub-page is a template for how variations of, or customizations to, popular/ successful scripts can be saved for other users to take advantage of while preserving the original author's original work in the primary area where traffic will flow. When populating the info section of the template below, please do not leave anything blank, and please do not refer users back to the original script to determine the information. Definitely be sure to generally refer people back to the original script though.


[edit] Template: Example Variant Script Name

Author of this variation:
This variation is based on the (Script Name) by (Original Author) (e.g. This variation is based on the Example Script Template by karma827)
Link to original script: Original Script Link
Game/System specific? Which one:
Does this script variation require additional mods to function? If yes, please list them here:
Purpose of the changes to the original script:
Description of results related to the changes made:
Screenshots:
Caveats/ Notes:
Script code:

 Enter script code here


WikiText markup cheat sheet: