Difference between revisions of "Template:V9 Point Buy Table - START"

From AmtWiki
(Initial creation)
 
m
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
=Usage=
 
=Usage=
 
*Part of a series of templates that, when combined, can be used to build modular point buy tables that can still have styles edited via template while allowing a variable amount of abilities in each section.
 
*Part of a series of templates that, when combined, can be used to build modular point buy tables that can still have styles edited via template while allowing a variable amount of abilities in each section.
*When building an ability, templates should be stacked in the following order. Replace the text for each ability with actual content. Repeat the ability entries as needed.
+
*When building an ability, templates should be stacked in the following order.
<pre>{{V9 Point Buy Table - START}}
+
**Replace the text for each ability with actual content. Repeat the ability entries as needed.
{{V9 Point Buy Table - EXPERT | NUMBER OF ABILITIES = #}}
+
**For each section (Expert, Adept, Novice), count the number of entries,  add 2, and insert the result for #. This will make sure the section sidebar extends downward the right number of rows.
 +
<pre>{{V9 Point Buy Table - START
 +
| HEADER COLOR = #??????
 +
| LEVEL 1 = ExampleText
 +
}}
 +
{{V9 Point Buy Table - EXPERT | NUMBER OF ABILITIES +2 = #}}
 +
{{V9 Point Buy Table - EXPERT BUMPER}}
 
<!--NEW ABILITY START - DO NOT WRITE ON THIS LINE-->|-
 
<!--NEW ABILITY START - DO NOT WRITE ON THIS LINE-->|-
 
<!--ARC1-->| ♻
 
<!--ARC1-->| ♻
Line 14: Line 20:
 
<!--RNGE-->| 20ft
 
<!--RNGE-->| 20ft
 
<!--TYPE-->| Verbal
 
<!--TYPE-->| Verbal
{{V9 Point Buy Table - ADEPT | NUMBER OF ABILITIES = #}}
+
{{V9 Point Buy Table - ADEPT | NUMBER OF ABILITIES +2 = #}}
 +
{{V9 Point Buy Table - ADEPT BUMPER}}
 
<!--NEW ABILITY START - DO NOT WRITE ON THIS LINE-->|-
 
<!--NEW ABILITY START - DO NOT WRITE ON THIS LINE-->|-
 
<!--ARC1-->| ♻
 
<!--ARC1-->| ♻
Line 25: Line 32:
 
<!--RNGE-->| 20ft
 
<!--RNGE-->| 20ft
 
<!--TYPE-->| Verbal
 
<!--TYPE-->| Verbal
{{V9 Point Buy Table - NOVICE | NUMBER OF ABILITIES = #}}
+
{{V9 Point Buy Table - NOVICE | NUMBER OF ABILITIES +2 = #}}
 +
{{V9 Point Buy Table - NOVICE BUMPER}}
 
<!--NEW ABILITY START - DO NOT WRITE ON THIS LINE-->|-
 
<!--NEW ABILITY START - DO NOT WRITE ON THIS LINE-->|-
 
<!--ARC1-->| ♻
 
<!--ARC1-->| ♻
Line 36: Line 44:
 
<!--RNGE-->| 20ft
 
<!--RNGE-->| 20ft
 
<!--TYPE-->| Verbal
 
<!--TYPE-->| Verbal
{{V9 Point Buy Table - END}}</pre>
+
{{V9 Point Buy Table - END}}
 +
{{V9 Point Buy Archetype Table
 +
| HEADER COLOR = #??????
 +
| ARCHETYPE 1 = ExampleText
 +
| ARCHETYPE 2 = ExampleText
 +
| ARCHETYPE 3 = ExampleText
 +
}}</pre>
 
==Parameters==
 
==Parameters==
 
*None
 
*None
Line 42: Line 56:
 
*None
 
*None
 
==Text Displayed==
 
==Text Displayed==
<onlyinclude>{|style="border-style: solid; border-width: 5px; text-align: right;" class="wikitable v9pointbuy"
+
<onlyinclude>{|style="border-style: solid; border-width: 5px; text-align: center; width: 100%" class="wikitable v9basictable"
 +
!colspan="5" style="background-color:{{{HEADER COLOR}}}" |  
 +
|-
 +
!colspan="2" style="width: 22%"|'''[[V9: Point-Buy | Level 1]]'''
 +
|colspan="3" style="padding: 15px"| {{{LEVEL 1}}}
 +
|}
 +
{|style="border-style: solid; border-width: 5px; text-align: right;" class="wikitable v9pointbuy"
 
|colspan="1" style="background-color:#000000; color: white; padding-top: 10px; padding-bottom: 10px; width: 25%" |  
 
|colspan="1" style="background-color:#000000; color: white; padding-top: 10px; padding-bottom: 10px; width: 25%" |  
 
|colspan="3" style="background-color:#000000; color: white; padding-top: 10px; padding-bottom: 10px; width: 6%" | '''Archetype'''
 
|colspan="3" style="background-color:#000000; color: white; padding-top: 10px; padding-bottom: 10px; width: 6%" | '''Archetype'''
Line 51: Line 71:
 
|colspan="1" style="background-color:#000000; color: white; padding-top: 10px; padding-bottom: 10px; width: 10%" | '''Range'''
 
|colspan="1" style="background-color:#000000; color: white; padding-top: 10px; padding-bottom: 10px; width: 10%" | '''Range'''
 
|colspan="1" style="background-color:#000000; color: white; padding-top: 10px; padding-bottom: 10px; width: 19%" | '''Type'''
 
|colspan="1" style="background-color:#000000; color: white; padding-top: 10px; padding-bottom: 10px; width: 19%" | '''Type'''
|-</onlyinclude>
+
</onlyinclude>
 
[[Category: V9 Templates]]
 
[[Category: V9 Templates]]

Latest revision as of 02:36, 13 December 2023

Usage

  • Part of a series of templates that, when combined, can be used to build modular point buy tables that can still have styles edited via template while allowing a variable amount of abilities in each section.
  • When building an ability, templates should be stacked in the following order.
    • Replace the text for each ability with actual content. Repeat the ability entries as needed.
    • For each section (Expert, Adept, Novice), count the number of entries, add 2, and insert the result for #. This will make sure the section sidebar extends downward the right number of rows.
{{V9 Point Buy Table - START
| HEADER COLOR = #??????
| LEVEL 1 = ExampleText
}}
{{V9 Point Buy Table - EXPERT | NUMBER OF ABILITIES +2 = #}}
{{V9 Point Buy Table - EXPERT BUMPER}}
<!--NEW ABILITY START - DO NOT WRITE ON THIS LINE-->|-
<!--ARC1-->| ♻
<!--ARC2-->| ♻
<!--ARC3-->| ♻
<!--NAME-->| ExampleName
<!--COST-->| 1
<!--MAX--->| 2
<!--FREQ-->| 1/Life ♻10
<!--RNGE-->| 20ft
<!--TYPE-->| Verbal
{{V9 Point Buy Table - ADEPT | NUMBER OF ABILITIES +2 = #}}
{{V9 Point Buy Table - ADEPT BUMPER}}
<!--NEW ABILITY START - DO NOT WRITE ON THIS LINE-->|-
<!--ARC1-->| ♻
<!--ARC2-->| ♻
<!--ARC3-->| ♻
<!--NAME-->| ExampleName
<!--COST-->| 1
<!--MAX--->| 2
<!--FREQ-->| 1/Life ♻10
<!--RNGE-->| 20ft
<!--TYPE-->| Verbal
{{V9 Point Buy Table - NOVICE | NUMBER OF ABILITIES +2 = #}}
{{V9 Point Buy Table - NOVICE BUMPER}}
<!--NEW ABILITY START - DO NOT WRITE ON THIS LINE-->|-
<!--ARC1-->| ♻
<!--ARC2-->| ♻
<!--ARC3-->| ♻
<!--NAME-->| ExampleName
<!--COST-->| 1
<!--MAX--->| 2
<!--FREQ-->| 1/Life ♻10
<!--RNGE-->| 20ft
<!--TYPE-->| Verbal
{{V9 Point Buy Table - END}}
{{V9 Point Buy Archetype Table
| HEADER COLOR = #??????
| ARCHETYPE 1 = ExampleText
| ARCHETYPE 2 = ExampleText
| ARCHETYPE 3 = ExampleText
}}

Parameters

  • None

Categories Included

  • None

Text Displayed

Level 1 {{{LEVEL 1}}}
Archetype Ability Name Cost Max Frequency Range Type