Template:Manipulation: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
(New page: <includeonly> {| class="infobox bordered" style="width: 16em; text-align: left; font-size: 95%; border: lightgrey;" cellpadding="5" |- | colspan="2" style="font-size: small; text-align: l...)
 
No edit summary
 
(116 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><!--Adds incomplete tag if information missing-->{{#switch:{{lc:{{{Manipulated}}}}}|y|yes={{#if:{{{InitCost|}}}||{{incomplete|Information missing from Manipulation section}}}}|n|no=|{{incomplete|Information missing from Manipulation section}}}}</includeonly>
<includeonly>
{| class="infobox bordered" style="width: 16em; text-align: left; font-size: 95%; border: lightgrey;" cellpadding="5"
{|style="float:right; width:200px; background:#e3e3e3; margin-left:1em; margin-right:1em; border-spacing:1px;" cellpadding="5"
|colspan="2" style="font-size: small; text-align: left;|'''[[Manipulate_ability|Manipulation]]'''
|-
|-bgcolor="#FFFFFF"
| colspan="2" style="font-size: small; text-align: left; background: lightgrey; border-bottom: lightgrey" | '''[[Manipulate_ability|Manipulation]]'''
|Manipulatable||{{#switch:{{lc:{{{Manipulated}}}}}|y|yes=[[is manipulatable::Yes]]
|-
{{!}}-
! style="border: lightgrey;" | Manipulated?
! Tier 1
| style="border: lightgrey;" | {{{Manipulated|Unknown}}}
{{!}}-bgcolor="#FFFFFF"
|-
{{!}}Initial Cost{{!}}{{!}}{{#if:{{{InitCost|}}}|{{{InitCost}}}|''?''}}
! style="border: lightgrey;" | Initial Cost
{{!}}- bgcolor="#FFFFFF"
| style="border: lightgrey;" | {{#ifeq: {{Manipulated}} | Unknown | -1 | {{{InitCost}}} }}
{{!}}Maintenance Cost{{!}}{{!}}{{#if:{{{InitCost|}}}|{{#expr:({{{InitCost}}}/3-0.5round0)}}|''?''}}
|-
{{!}}-
! style="border: lightgrey;" | Maint Cost
{{#if:{{{InitCost2|}}}|! Tier 2
| style="border: lightgrey;" | {{#ifeq: {{Manipulated}} | Unknown | -1 | {{#ifeq: {{Manipulated}} | No | N/A | #expr:{{{InitCost}}}/3 }} }}
{{!}}- bgcolor="#FFFFFF"
{{!}}Initial Cost{{!}}{{!}}{{{InitCost2}}}
{{!}}- bgcolor="#FFFFFF"
{{!}}Maintenance Cost{{!}}{{!}}{{#expr:({{{InitCost2}}}/3-0.5round0)}}}}
{{!}}-
{{#if:{{{InitCost3|}}}|! Tier 3
{{!}}- bgcolor="#FFFFFF"
{{!}}Initial Cost{{!}}{{!}}{{{InitCost3}}}
{{!}}- bgcolor="#FFFFFF"
{{!}}Maintenance Cost{{!}}{{!}}{{#expr:({{{InitCost3}}}/3-0.5round0)}}}}
{{!}}-
{{#if:{{{InitCost4|}}}|! Tier 4
{{!}}- bgcolor="#FFFFFF"
{{!}}Initial Cost{{!}}{{!}}{{{InitCost4}}}
{{!}}- bgcolor="#FFFFFF"
{{!}}Maintenance Cost{{!}}{{!}}{{#expr:({{{InitCost4}}}/3-0.5round0)}}}}
{{!}}-
{{#if:{{{InitCost5|}}}|! Tier 5
{{!}}- bgcolor="#FFFFFF"
{{!}}Initial Cost{{!}}{{!}}{{{InitCost5}}}
{{!}}- bgcolor="#FFFFFF"
{{!}}Maintenance Cost{{!}}{{!}}{{#expr:({{{InitCost5}}}/3-0.5round0)}}}}|n|no=[[is manipulatable::No]]|''Unknown''}}
|-bgcolor="#FFFFFF"
|}
|}
</includeonly>
<noinclude>
<noinclude>
==Usage==
==Usage Documentation:==
Maintenance Cost is calculated and handled by the [[page type is::template]], no user input required for this item.

{| border=1 cellpadding=3
!Variable!!Supported Values!!Usage
|-
|Manipulated||yes/y/no/n||Can the creature be manipulated? Leave blank for unknown.
|-
|InitCost||#||Concentration number necessary to beat the manipulation check (the critter will either become friendly or will immediately target you)
|}

Copy and paste the following:
<pre>
<pre>
{{Manipulation |
{{Manipulation |
Manipulated = |
Manipulated = |
InitCost = |
InitCost = |
InitCost2 = |
InitCost3 = |
InitCost4 = |
InitCost5 = |
}}
}}
</pre>
</pre>
{{Cat|Templates,Critter templates}}</noinclude>

Leave unknown fields '''BLANK'''!

*''Manipulated is either Yes or No, otherwise leave blank (will show as Unknown when undefined).''
*''InitCost is the amount of concentration it takes to have successfully manipulated a critter (undead/evil critters that cannot be manipulated will still suck away your concentration as though they could be manipulated, but will not incur a maintenance cost).''
*''Maint Cost is calculated and handled by the template, no user input required for this item.''
</noinclude>

Latest revision as of 19:45, 30 December 2014

Manipulation
Manipulatable Unknown

Usage Documentation:

Maintenance Cost is calculated and handled by the template, no user input required for this item.

Variable Supported Values Usage
Manipulated yes/y/no/n Can the creature be manipulated? Leave blank for unknown.
InitCost # Concentration number necessary to beat the manipulation check (the critter will either become friendly or will immediately target you)

Copy and paste the following:

{{Manipulation |
  Manipulated  = |
  InitCost     = |
  InitCost2    = |
  InitCost3    = |
  InitCost4    = |
  InitCost5    = |
}}