User:Llamageddon/PassivePage: Difference between revisions
Jump to navigation
Jump to search
Llamageddon (talk | contribs) mNo edit summary |
Llamageddon (talk | contribs) mNo edit summary |
||
Line 4: | Line 4: | ||
#vardefine: icon | {{{icon | {{#replace: {{#var:name}} | : | }} Passive Icon.webp }}} | #vardefine: icon | {{{icon | {{#replace: {{#var:name}} | : | }} Passive Icon.webp }}} | ||
}}{{NoExcerpt | {{icon| {{#var:icon}} |30}} '''{{#var:name}}''' }} | }}{{NoExcerpt | {{icon| {{#var:icon}} |30}} '''{{#var:name}}''' }} | ||
{{#ifeq: {{{toggleable|}}} | yes | {{blank}} | |||
''Toggleable Features'' | |||
{{{effects|}}} | |||
}}</div>{{#switch: {{{this is an example|}}} | }}</div>{{#switch: {{{this is an example|}}} | ||
| yes = | | yes = | ||
Line 15: | Line 19: | ||
<pre> | <pre> | ||
{{PassivePage | {{User:Llamageddon/PassivePage | ||
| effects = | | effects = | ||
| | | toggleable = | ||
}} | }} | ||
</pre> | </pre> | ||
Line 23: | Line 27: | ||
Examples: | Examples: | ||
= | = Part of the Flock (Passive Feature) = | ||
{{PassivePage | {{User:Llamageddon/PassivePage | ||
| name = | | name = Part of the Flock | ||
| effects = | | effects =*Auntie Ethel welcomes you, dearie. | ||
* | |||
| this is an example = yes | | this is an example = yes | ||
| toggleable = yes | |||
}} | }} | ||
= Bone Chilled (Passive Feature) = | = Bone Chilled (Passive Feature) = | ||
{{PassivePage | {{User:Llamageddon/PassivePage | ||
| name = Bone Chilled | | name = Bone Chilled | ||
| effects = | | effects = | ||
Line 44: | Line 48: | ||
= Flesh Rot (Passive Feature) = | = Flesh Rot (Passive Feature) = | ||
{{PassivePage | {{User:Llamageddon/PassivePage | ||
| name = Flesh Rot | | name = Flesh Rot | ||
| effects = | | effects = | ||
Line 59: | Line 63: | ||
| name = String (unique, mandatory) | | name = String (unique, mandatory) | ||
| icon = File | | icon = File | ||
| toggleable = Boolean | |||
| effects = Wikitext | | effects = Wikitext | ||
| disease = Boolean | | disease = Boolean | ||
} (Test, so made sure of no table generating accidents...) | } (Test, so made sure of no table generating accidents...) | ||
</noinclude> | </noinclude> |
Revision as of 05:50, 19 August 2023
This is a total rip off of Template:ConditionPage, for testing purposes. Just switching the settings to work as a Passive Feature template.
{{User:Llamageddon/PassivePage | effects = | toggleable = }}
Examples:
Part of the Flock (Passive Feature)
Toggleable Features
- Auntie Ethel welcomes you, dearie.
Bone Chilled (Passive Feature)
Flesh Rot (Passive Feature)
{{#cargo_declare: _table = conditions | name = String (unique, mandatory) | icon = File | toggleable = Boolean | effects = Wikitext | disease = Boolean } (Test, so made sure of no table generating accidents...)