Template:Approval: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Updated documentation) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{trim| | <includeonly>{{trim| | ||
{{#lvardef: direction | {{#sub:{{{2}}}|0|1}} }} | {{#lvardef: direction | {{#sub:{{{2|+}}}|0|1}} }} | ||
{{#lvardef: min-w | 26 }} | {{#lvardef: min-w | {{#if: {{{size|}}} | {{{size|}}} | 26}} }} | ||
{{#lvardef: max-h | 26 }} | {{#lvardef: max-h | {{#if: {{{size|}}} | {{{size|}}} | 26}} }} | ||
}}<span style="display: inline-flex; align-items: center;"><span style="display: inline-flex; align-items: center; justify-content: center; min-width: {{#lvar:min-w}}px; height: {{#lvar:max-h}}px;">{{icon | {{{1}}} Approval.png | link = {{{1}}} | caption = {{{1}}} {{#switch:{{#lvar:direction}} |+= approves|-= disapproves}} | h = {{#lvar:max-h}} }}</span> {{Color|{{#switch:{{#lvar:direction}} |+= #3b8f1f |-= #cc3f49}} | {{{2}}} }}</span></includeonly><noinclude> | }}<span style="display: inline-flex; align-items: center;"><span style="display: inline-flex; align-items: center; justify-content: center; min-width: {{#lvar:min-w}}px; height: {{#lvar:max-h}}px;">{{icon | {{{1}}} Approval.png | link = {{{1}}} | caption = {{{1}}} {{#switch:{{#lvar:direction}} |+= approves|-= disapproves}} | h = {{#lvar:max-h}}}}</span> {{Color|{{#switch:{{#lvar:direction}} |+= #3b8f1f |-= #cc3f49}} | {{{2|+}}} }}</span></includeonly><noinclude>{{documentation|content= | ||
Use this template | Use this template to display approval changes. A custom size can be added, but generally you should stick with the default (26). | ||
{{ | == Examples == | ||
{{Template demo | |||
| <nowiki>{{Approval|Wyll|+1}}</nowiki> | |||
| <nowiki>{{Approval|Halsin|+5|size=50}}</nowiki> | |||
| <nowiki>{{Approval|Jaheira|+}}</nowiki> | |||
| <nowiki>{{Approval|Lae'zel|-1}}</nowiki> | |||
| <nowiki>{{Approval|Astarion|+1}} {{Approval|Gale|+1}} {{Approval|Karlach|+1}} {{Approval|Laezel|+1}}</nowiki> | |||
}} | |||
== Template data == | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 36: | Line 34: | ||
"Laezel" | "Laezel" | ||
], | ], | ||
"type": "string", | |||
"required": true | "required": true | ||
}, | }, | ||
Line 41: | Line 40: | ||
"description": "Approval Adjustment", | "description": "Approval Adjustment", | ||
"example": "+1", | "example": "+1", | ||
"type": "string", | |||
"required": true | "required": true | ||
}, | |||
"size": { | |||
"description": "Add a custom size for the icon.", | |||
"type": "number", | |||
"example": "26" | |||
} | } | ||
} | } | ||
} | } | ||
</templatedata> | </templatedata>}} | ||
[[Category:Templates]] | |||
</noinclude> | </noinclude> |
Latest revision as of 05:31, 20 July 2024
Template documentation
Use this template to display approval changes. A custom size can be added, but generally you should stick with the default (26).
Examples
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | NPC for whom the approval is for
| String | required |
2 | 2 | Approval Adjustment
| String | required |
size | size | Add a custom size for the icon.
| Number | optional |