Difference between revisions of "Template:Ability (LW2)"

From UFOpaedia
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
         -->{{ #ifexpr: {{{ b_info | 0 }}}<!--
 
         -->{{ #ifexpr: {{{ b_info | 0 }}}<!--
 
         -->|<div class="abilityInfoIcon" id="{{{ s_id | ability }}}" style="position: absolute; height: 18px; width: 18px; left: 30px; top: 26px;"><!--
 
         -->|<div class="abilityInfoIcon" id="{{{ s_id | ability }}}" style="position: absolute; height: 18px; width: 18px; left: 30px; top: 26px;"><!--
         -->[[File:XCOM2_infoIcon_custom_1.png|18px|{{ {{{ s_templateName |}}}/Info }}]]<!--
+
         -->[[File:XCOM2_infoIcon_custom_1.png|18px|link=|{{ {{{ s_templateName |}}}/Info }}]]<!--
 
             --></div><!--
 
             --></div><!--
 
         -->|}}<!--
 
         -->|}}<!--

Latest revision as of 14:05, 22 August 2020

No Direct Call This template should only be used in other templates. It is not meant to be used on content pages.


[edit · purge]
Template documentation(for the template shown above, sometimes hidden or invisible)
Ability template documentation.

Skeleton

<!-- NOTICE TO EDITORS: For the sake of future maintainability, please do not remove parameters nor rearrange them. This will make it easier in future to update this template using a bot and regular expressions if necessary.
--><includeonly>{{Ability_(LW2)
  | s_image   =
  | s_caption = 
  | s_link    =
  | s_name    = 
  | s_descr   =
  | s_id      =
  | s_templateName = {{subst:FULLPAGENAME}} 
  | b_name = {{{ b_name | {{Ability (LW2)/Constants | b_NAME }} }}}
  | b_descr = {{{ b_descr | {{Ability (LW2)/Constants | b_DESCR }} }}}
  | b_info = {{{ b_info | {{Ability (LW2)/Constants | b_INFO }} }}}
  | b_table = {{{ b_table | {{Ability (LW2)/Constants | b_TABLE }} }}}
}}</includeonly>

Parameters

s_image : Image filename without link or prefix, but including extension, e.g. Image_name.jpg. This get's expanded in the template to blahblah

s_caption : Rollover text for the main image.

s_link : Title of page on wiki or URL for the main image to link to. Do not use this to link to a template page! It should lead to a content page in the Main namespace. See s_templateName below for that.

s_name : The perk/ability name.

s_descr : A (shortish) description of the perk.

s_id : ID of HTML elements. This should contain no special characters, no spaces, and must be unique across the wiki for future compability. A good option is the ability's name suffixed with the game it belongs to, e.g. on the {{Aggression (LW2)}} template it would read aggressionLW (yes, the beginning lowercase is intentional; please useCamelCase.)

s_templateName : The base name of the ability template page, including namespace. E.g. for {{Aggression (LW2)}} this value will read Template:Aggression (LW2). The function in the skeleton will do this for you the first time the page is saved.

Passthroughs

This section of the skeleton should not be modified nor ommitted.

The calls to {{Ability (LW2)/Constants}} return default values to be used by all ability templates. This permits users to declare, or not, any of these parameters when calling a perk template, e.g. {{Aggression (LW2)}}. Doing so will override the default value.

b_name : Set if name is visible. 0: Always invisible. 1: Always visible. Default: 0.

b_descr : Set if description is visible. 0: Always invisible. 1: Always visible. Default: 0.

b_info : Set if info icon is visible. 0: Always invisible. 1: Always visible. Default: 0.

b_table : Set if extra padding should be added. This is intended for use in tables, such as {{Class Tree (LW2)}}. 0: Never have extra padding. 1: Always have extra padding. Default: 0.

Depreciated or Removed

s_info : Removed 04-Feb-2017 . Was previously used to add info rollover text. This text has since been moved to the /Info subpage of each ability template. Superceded by s_templateName.

Bugs

None known.
Documentation transcluded from Template:Ability (LW2)/doc.