This template is used for formatting SPECIAL stat listings.
Usage
{{SPECIAL|1,2,3,4,5,6,7}}
Parameters
<unnamed 1> or string
The numbers, separated by the character/string specified by
split by
.(default: ",")
split byThis is the character/string which is used as a delimiter for the numbers in
<unnamed 1>
/string
, i.e. the character/string which separates the individual numbers.
Note that spaces at the beginning or end of the string need to be HTML encoded (& #032;
without the space in between), and that using |
is not recommended.stmod
Aggregate Strength modifier of all apparel, can be positive or negative number. Used for SPECIAL that is modified by apparel. Creates tooltip denoting that the SPECIAL attribute is modified.
pemod
Aggregate Perception modifier of all apparel, can be positive or negative number. Used for SPECIAL that is modified by apparel. Creates tooltip denoting that the SPECIAL attribute is modified.
enmod
Aggregate Endurance modifier of all apparel, can be positive or negative number. Used for SPECIAL that is modified by apparel. Creates tooltip denoting that the SPECIAL attribute is modified.
chmod
Aggregate Charisma modifier of all apparel, can be positive or negative number. Used for SPECIAL that is modified by apparel. Creates tooltip denoting that the SPECIAL attribute is modified.
inmod
Aggregate Intelligence modifier of all apparel, can be positive or negative number. Used for SPECIAL that is modified by apparel. Creates tooltip denoting that the SPECIAL attribute is modified.
agmod
Aggregate Agility modifier of all apparel, can be positive or negative number. Used for SPECIAL that is modified by apparel. Creates tooltip denoting that the SPECIAL attribute is modified.
lkmod
Aggregate Luck modifier of all apparel, can be positive or negative number. Used for SPECIAL that is modified by apparel. Creates tooltip denoting that the SPECIAL attribute is modified.
Examples
Default separator
{{SPECIAL|1,2,3,4,5,6,7}}
results in: 1 力量, 2 感知, 3 耐力, 4 魅力, 5 智力, 6 敏捷, 7 运气
{{SPECIAL|1, 2, 3, 4, 5, 6, 7}}
results in: 1 力量, 2 感知, 3 耐力, 4 魅力, 5 智力, 6 敏捷, 7 运气
Custom separator
{{SPECIAL|1-2-3-4-5-6-7|split by=-}}
results in: 1 力量, 2 感知, 3 耐力, 4 魅力, 5 智力, 6 敏捷, 7 运气
Use for modified SPECIAL
{{SPECIAL|1,2,3,4,5,6,7|stmod=2|pemod=-2}}
社区内容除另有注明外,均在CC-BY-SA许可协议下提供。