Template:Attitude: Difference between revisions
From Archaelund Wiki
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
|FriendlyHostile = Initially <span style="color:lime;">friendly</span>, but may turn <span style="color:red;">hostile</span> (depending on player's choices). | |FriendlyHostile = Initially <span style="color:lime;">friendly</span>, but may turn <span style="color:red;">hostile</span> (depending on player's choices). | ||
|HostileFriendly = Initially <span style="color:red;">hostile</span>, but may turn <span style="color:lime;">friendly</span> (depending on player's choices). | |HostileFriendly = Initially <span style="color:red;">hostile</span>, but may turn <span style="color:lime;">friendly</span> (depending on player's choices). | ||
|PretendFriendly = Pretends to be <span style="color:lime;">friendly</span>, but turns <span style="color:red;">hostile</span> later. | |||
|Unknown = Unknown (no direct interaction possible). | |Unknown = Unknown (no direct interaction possible). | ||
}}</includeonly></onlyinclude> | }}</includeonly></onlyinclude> | ||
Revision as of 15:16, 13 April 2025
Description
This template contains the predefined attitude texts to be used within Template:Character and takes the corresponding tags (Friendly • Hostile • FriendlyHostile • HostileFriendly • Unknown) as input. The output is the description to be displayed on the Wiki page.
Usage
{{Attitude|<tag>}}
For generating a semicolon-separated list of all available tags (intended for documentation purposes) use
{{Attitude|TagList}}
Tag options
| Tag | Output |
|---|---|
| Friendly | Always friendly. |
| Hostile | Always hostile. |
| FriendlyHostile | Initially friendly, but may turn hostile (depending on player's choices). |
| HostileFriendly | Initially hostile, but may turn friendly (depending on player's choices). |
| PretendFriendly | Pretends to be friendly, but turns hostile later. |
| Unknown | Unknown (no direct interaction possible). |
How to add new attitude texts
In order to add a new attitude text, you have to insert a new case in the template's #switch structure (only parts indicated by <...> may be edited):
|<NewTag> = <output text>
Also, add the new tag to the existing TagList case so it will appear in any documentation:
|TagList = ...; <NewTag>; ...
View/Edit documentation page