Template:Metacritic score/doc/vi: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Updated to newer one matching the main page.)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{documentation subpage}}
{{doc/subpage}}
==Cách sử dụng==
==Cách sử dụng==
{{syntax|<nowiki>{{Metacritic score|color = (color)|gameid = (game-name)|platform = (platform)|score = (score)}}</nowiki>}}
{{syntax|<nowiki>{{Metacritic score|color = (color)|gameid = (game-name)|platform = (platform)|score = (score)|bgcolor = (blank or black)}}</nowiki>}}


== Các thông số ==
== Thông số ==
{| class="standard-table plainlinks"
{| class="standard-table plainlinks"
! Các thông số
! Các thông số
! Mô tả
! Mô tả
|-
|-
| <code style="background:{{{bg|{{{background|rgb(0,0,0,.35)}}}}}}; border-radius:3px; color: {{{color|currentcolor}}}; padding:2px 3px; user-select:{{#switch:{{{select}}}|#default=text|1=all|2=none}}">gameid</code>
| {{code|{{param|gameid}}}}
| ID cho Trò chơi. Ví dụ: half-life-2
| ID của trò chơi, phải theo địa chỉ trang web. Ví dụ: half-life-2
|-
|-
| <code style="background:{{{bg|{{{background|rgb(0,0,0,.35)}}}}}}; border-radius:3px; color: {{{color|currentcolor}}}; padding:2px 3px; user-select:{{#switch:{{{select}}}|#default=text|1=all|2=none}}">platform</code>
| {{code|{{param|platform}}}}
| Các nền tẳng. Example: pc, xbox-360, playstation-3
| Nền tẳng. Ví dụ: pc, xbox-360, playstation-3
|-
|-
| <code style="background:{{{bg|{{{background|rgb(0,0,0,.35)}}}}}}; border-radius:3px; color: {{{color|currentcolor}}}; padding:2px 3px; user-select:{{#switch:{{{select}}}|#default=text|1=all|2=none}}">score</code>
| {{code|{{param|score}}}}
| Điểm Metascore
| Điểm Metascore
|-
| {{code|{{param|bgcolor}}}}
| Màu của nền.<br>Hiện có: blank (mặc định), {{code|black}} (đen - cổ điển)
|-
|-
|}
|}
== Xem trước ==
== Xem trước ==
{{Metacritic score|color = lightgreen|gameid = half-life-alyx|platform = pc|score = 97}}
{{Metacritic score|gameid = half-life-alyx|platform = pc|score = 97}}
{{Metacritic score|color = lightgreen|gameid = half-life-alyx|platform = pc|score = 50}}
{{Metacritic score|gameid = half-life-blue-shift|platform = pc|score = 50}}
{{Metacritic score|color = lightgreen|gameid = half-life-alyx|platform = pc|score = 23}}
{{Metacritic score|gameid = postal-iii|platform = pc|score = 23}}
{{Metacritic score|gameid = counter-strike-2|platform = pc|score = N/A}}

Latest revision as of 02:16, 19 July 2023

Edit-copy.png
This is a documentation subpage for Template:Metacritic score.
Don't forget to purge the contents of the base page upon creating or editing this subpage.

Cách sử dụng

Syntax: {{Metacritic score|color = (color)|gameid = (game-name)|platform = (platform)|score = (score)|bgcolor = (blank or black)}}

Thông số

Xem trước