Template:AOE: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>{{SmallIcon|Aoe Icon.png}} Area of Effect: {{{m}}}{{nbts}}m / {{{ft}}}{{nbts}}ft ({{{1}}})</includeonly><noinclude>
<includeonly>{{SmallIcon|Aoe Icon.png}} Area of Effect: {{{m}}}{{nbts}}m / {{{ft}}}{{nbts}}ft ({{#switch: {{lc: {{{1}}} }}
Usage: {{code|<nowiki>{{AOE|m=5|ft=17|Radius}}</nowiki>}}
| radius | sphere | circle = Radius
| cone = Cone
| cube = Cube
| #default = UNKNOWN SHAPE
}})</includeonly><noinclude>
Usage: {{code|<nowiki>{{AOE | radius | m = 5 | ft = 17 }}</nowiki>}}


Result: {{AOE|m=5|ft=17|Radius}}
Result: {{AOE | radius | m = 5 | ft = 17 }}


All types of Area of Effect shapes:
Usage: {{code|<nowiki>{{AOE | cone | m = 5 | ft = 17 }}</nowiki>}}
* Sphere/Circle/Cylinder: {{code|<nowiki>{{AOE|m=5|ft=17|Radius}}</nowiki>}}


* Cone: {{code|<nowiki>{{AOE|m=5|ft=17|Cone}}</nowiki>}}
Result: {{AOE | cone | m = 5 | ft = 17 }}


* Cube: {{code|<nowiki>{{AOE|m=5|ft=17|Cube}}</nowiki>}}
Usage: {{code|<nowiki>{{AOE | cube | m = 5 | ft = 17 }}</nowiki>}}


Result: {{AOE | cube | m = 5 | ft = 17 }}
</noinclude>
</noinclude>

Navigation menu