Template:Stamp/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 18: Line 18:
|}
|}


== Available Stamps ==
<div style="display:flex; flex-wrap:wrap; gap:1em;">
{| class="standard-table" | style="flex:1; text-align:center;"
|+ {{tint|color=|Positive}}
|-
! Example
! Preview
|-
| {{CodeBlock|{{((}}Stamp&#124;{{Tint|color=yellow|type}}{{=}}{{Tint|color=green|agree}}{{))}}}}
| {{Capsule|margin=5px|{{stamp|type=agree}}}}
|-
| {{CodeBlock|{{((}}Stamp&#124;{{Tint|color=yellow|type}}{{=}}{{Tint|color=green|amazing}}{{))}}}}
| {{Capsule|margin=5px|{{stamp|type=amazing}}}}
|-
| {{CodeBlock|{{((}}Stamp&#124;{{Tint|color=yellow|type}}{{=}}{{Tint|color=green|good}}{{))}}}}
| {{Capsule|margin=5px|{{stamp|type=good}}}}
|-
| {{CodeBlock|{{((}}Stamp&#124;{{Tint|color=yellow|type}}{{=}}{{Tint|color=green|great}}{{))}}}}
| {{Capsule|margin=5px|{{stamp|type=great}}}}
|-
| {{CodeBlock|{{((}}Stamp&#124;{{Tint|color=yellow|type}}{{=}}{{Tint|color=green|thanks}}{{))}}}}
| {{Capsule|margin=5px|{{stamp|type=thanks}}}}
|-
| {{CodeBlock|{{((}}Stamp&#124;{{Tint|color=yellow|type}}{{=}}{{Tint|color=green|yes}}{{))}}}}
| {{Capsule|margin=5px|{{stamp|type=yes}}}}
|}
{| class="standard-table" | style="flex:1; text-align:center;"
|+ {{tint|color=|Neutral}}
|-
! Example
! Preview
|-
| {{CodeBlock|{{((}}Stamp&#124;{{Tint|color=yellow|type}}{{=}}{{Tint|color=green|idk}}{{))}}}}
| {{Capsule|margin=5px|{{stamp|type=idk}}}}
|-
| {{CodeBlock|{{((}}Stamp&#124;{{Tint|color=yellow|type}}{{=}}{{Tint|color=green|wtf}}{{))}}}}
| {{Capsule|margin=5px|{{stamp|type=wtf}}}}
|-
|}
{| class="standard-table" | style="flex:1; text-align:center;"
|+ {{tint|color=|Negative}}
|-
! Example
! Preview
|-
| {{CodeBlock|{{((}}Stamp&#124;{{Tint|color=yellow|type}}{{=}}{{Tint|color=green|disagree}}{{))}}}}
| {{Capsule|margin=5px|{{stamp|type=disagree}}}}
|-
| {{CodeBlock|{{((}}Stamp&#124;{{Tint|color=yellow|type}}{{=}}{{Tint|color=green|no}}{{))}}}}
| {{Capsule|margin=5px|{{stamp|type=no}}}}
|-
|}
{| class="standard-table" | style="flex:1; text-align:center;"
|+ {{tint|color=|Attribute}}
|-
! Example
! Preview
|-
| {{CodeBlock|{{((}}Stamp&#124;{{Tint|color=yellow|type}}{{=}}{{Tint|color=green|stub}}{{))}}}}
| {{Capsule|margin=5px|{{stamp|type=stub}}}}
|-
|}
{| class="standard-table" | style="flex:1; text-align:center;"
|+ {{tint|color=|Query}}
|-
! Example
! Preview
|-
| {{CodeBlock|{{((}}Stamp&#124;{{Tint|color=yellow|type}}{{=}}{{Tint|color=green|how}}{{))}}}}
| {{Capsule|margin=5px|{{stamp|type=how}}}}
|-
| {{CodeBlock|{{((}}Stamp&#124;{{Tint|color=yellow|type}}{{=}}{{Tint|color=green|huh}}{{))}}}}
| {{Capsule|margin=5px|{{stamp|type=huh}}}}
|-
| {{CodeBlock|{{((}}Stamp&#124;{{Tint|color=yellow|type}}{{=}}{{Tint|color=green|what}}{{))}}}}
| {{Capsule|margin=5px|{{stamp|type=what}}}}
|-
| {{CodeBlock|{{((}}Stamp&#124;{{Tint|color=yellow|type}}{{=}}{{Tint|color=green|why}}{{))}}}}
| {{Capsule|margin=5px|{{stamp|type=why}}}}
|-
|}
</div>
== Avaliable Stamps ==
== Avaliable Stamps ==
{{Capsule|
{{Capsule|

Revision as of 20:14, 27 February 2023

English (en)Deutsch (de)Esperanto (eo)Español (es)Français (fr)Suomi (fi)Hrvatski (hr)Magyar (hu)Italiano (it)日本語 (ja)한국어 (ko)Nederlands (nl)Polski (pl)Português (pt)Português do Brasil (pt-br)Русский (ru)Slovenčina (sk)Svenska (sv)Türkçe (tr)Українська (uk)Tiếng Việt (vi)中文 (zh)中文(臺灣) (zh-tw)
Edit-copy.png
This is a documentation subpage for Template:Stamp.
Don't forget to purge the contents of the base page upon creating or editing this subpage.

This is a template for adding stamps; a quick form of reaction intended for use on discussion pages.

Initially conceptualized with the idea of being implemented into the message template; stamps have instead been given their own template as a sort of testing ground for their viability before being implemented into the message template.

Parameters and Examples

Parameter Description Example Preview
{{{type}}} Defines what stamp should be chosen
{{Stamp|type=agree}}
Agree

Available Stamps

Positive
Example Preview
{{Stamp|type=agree}}
Agree
{{Stamp|type=amazing}}
Amazing
{{Stamp|type=good}}
Good
{{Stamp|type=great}}
Great
{{Stamp|type=thanks}}
Thanks
{{Stamp|type=yes}}
Yes
Neutral
Example Preview
{{Stamp|type=idk}}
idk
{{Stamp|type=wtf}}
wtf
Negative
Example Preview
{{Stamp|type=disagree}}
Disagree
{{Stamp|type=no}}
No
Attribute
Example Preview
{{Stamp|type=stub}}
Stub
Query
Example Preview
{{Stamp|type=how}}
How
{{Stamp|type=huh}}
Huh
{{Stamp|type=what}}
What
{{Stamp|type=why}}
Why

Avaliable Stamps

Positive

AgreeAmazingGoodGreatThanksYes


Neutral

idkwtf


Negative

DisagreeNo


Attribute

Stub


Query

HowHuhWhatWhy