Template:Passive feature page/doc: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
(Add more example uses.)
mNo edit summary
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Usage==
==Usage==
<pre>
<pre>
{{PassiveFeaturePage
{{Passive feature page
| this is an example =  
| this is an example =  
| summary =
| summary =
| description =
| description =
| extra description =
| image =
| image =
| icon =
| icon =
Line 22: Line 23:
| condition3 save =  
| condition3 save =  
| condition3 dc =
| condition3 dc =
| area =
| area shape =
| area range m =
| area range ft =
| area duration =
| X learns at level X =
| X learns at level X =
| granted by feats =
| granted by feats =
Line 27: Line 33:
| granted by spells =  
| granted by spells =  
| grants =  
| grants =  
| higher levels =
| used by creatures =
| used by creatures =
| other ways to learn =
| other ways to learn =
| notes =
| notes =
| bugs =
| video =
| video =
}}
}}
Line 59: Line 67:
"type": "string",
"type": "string",
"required": true
"required": true
},
"extra description": {
"label": "Extra description",
"description": "The extra in-game description of the passive feature, shown when the tooltip is locked on screen.",
"type": "string"
},
},
"image": {
"image": {
Line 347: Line 360:
"type": "string",
"type": "string",
"suggested": false
"suggested": false
},
"higher levels": {
"description": "If this feature changes at higher levels, list the changes here.",
"type": "string"
},
},
"notes": {
"notes": {
"description": "Any extra or related information about the action.",
"description": "Any extra or related information about the action.",
"type": "content"
},
"bugs": {
"description": "Any known bugs related to the feature.",
"type": "content"
"type": "content"
},
},
Line 359: Line 380:
"description": "Other ways to learn. These will be inserted as-is at the end of the how to learn field.",
"description": "Other ways to learn. These will be inserted as-is at the end of the how to learn field.",
"type": "string"
"type": "string"
}
},
        "area": {},
        "area shape": {},
        "area range m": {},
        "area range ft": {},
        "area duration": {}
},
},
"description": "This generates pages that don't fit other generators, automatically formatting and categorizing the page. Don't be daunted by the number of parameters/options and fill in what you need.",
"description": "This generates pages that don't fit other generators, automatically formatting and categorizing the page. Don't be daunted by the number of parameters/options and fill in what you need.",
Line 366: Line 392:
"summary",
"summary",
"description",
"description",
        "extra description",
"image",
"image",
         "icon",
         "icon",
Line 383: Line 410:
"condition3 save",
"condition3 save",
         "condition3 dc",
         "condition3 dc",
        "area",
        "area shape",
        "area range m",
        "area range ft",
        "area duration",
"class learns at level 1",
"class learns at level 1",
"class learns at level 2",
"class learns at level 2",
Line 412: Line 444:
         "grants",
         "grants",
"used by creatures",
"used by creatures",
        "higher levels",
"notes",
"notes",
"bugs",
"video",
"video",
"this is an example",
"this is an example",
Line 423: Line 457:


<pre>
<pre>
{{PassiveFeaturePage
{{Passive feature page
| this is an example = yes
| this is an example = yes
| description = abc
| description = Lets you fly all the way to Mount Doom.
| image = Fly Icon.png
| image = Fly Icon.png
| summary = fly you fools
| summary = Fly you fools!
| toggleable = yes
| toggleable = yes
| additional = * abcd
| warning = Spooky warning!
| recharge = Long Rest
| additional =
* Some additional info goes here.
| condition = Flight
| condition duration = 1
| class learns at level 3 = Monk
| class learns at level 3 = Monk
| race learns at level 5 = Wood Elf
| race learns at level 5 = Wood Elf
| notes = * bar
| notes =
* Taking notes is very important.
| bugs =
* Caught a ladybug!
| video = Fireball-showcase.mp4
| video = Fireball-showcase.mp4
| uid = foobar
}}
}}
</pre>
</pre>


{{PassiveFeaturePage
{{Passive feature page
| this is an example = yes
| this is an example = yes
| description = abc
| description = Lets you fly all the way to Mount Doom.
| image = Fly Icon.png
| image = Fly Icon.png
| summary = fly you fools
| summary = Fly you fools!
| toggleable = yes
| toggleable = yes
| additional = * abcd
| warning = Spooky warning!
| recharge = Long Rest
| additional =
* Some additional info goes here.
| condition = Flight
| condition = Flight
| condition duration = 1
| condition duration = 1
| class learns at level 3 = Monk
| class learns at level 3 = Monk
| race learns at level 5 = Wood Elf
| race learns at level 5 = Wood Elf
| notes = * bar
| notes =
* Taking notes is very important.
| bugs =
* Caught a ladybug!
| video = Fireball-showcase.mp4
| video = Fireball-showcase.mp4
| uid = foobar
}}
}}


=== Example 2 ===
=== Example 2 ===


{{PassiveFeaturePage
{{Passive feature page
| this is an example = yes
| this is an example = yes
| description = abc
| description = Lets you fly all the way to Mount Doom.
| icon = Fly Icon.png
| icon = Fly Icon.png
| summary = fly you fools 2
| summary = Fly again you fools!
| toggleable = yes
| toggleable = yes
| additional =
| additional =
* abcd
* Some additional info goes here.
| higherlevels = go far
| higherlevels = go far
| other ways to learn =  
| other ways to learn =  
* By ticking a giant space hamster
* By ticking a giant space hamster
* Carameldansen under the Mouth of Bhaal
* Carameldansen under the Mouth of Bhaal
| uid = foobar
}}
}}


=== Example 3 ===
=== Example 3 ===


{{PassiveFeaturePage
{{Passive feature page
| this is an example = yes
| this is an example = yes
| description = abc
| description = Lets you fly all the way to Mount Doom.
| summary = fly you fools 2
| summary = Keep flying you fools!
| toggleable = yes
| toggleable = yes
| additional =
* abcd
| higherlevels = go far
| higherlevels = go far
| other ways to learn =  
| other ways to learn =  
* By ticking a giant space hamster
* By ticking a giant space hamster
* Carameldansen under the Mouth of Bhaal
* Carameldansen under the Mouth of Bhaal
| uid = foobar
}}
}}

Navigation menu