Шаблон:TGMC-Skills: различия между версиями
imported>Neocloudy Нет описания правки |
imported>Neocloudy (template arguments changed) |
||
(не показаны 3 промежуточные версии этого же участника) | |||
Строка 1: | Строка 1: | ||
=={{{job|}}} Skills== | =={{{job|}}} Skills== | ||
{{{premsg|}}} | |||
[[TGMC:Skills|Skills Information]] | [[TGMC:Skills|Skills Information]] | ||
{| | {| class="wikitable" | ||
{{{ | | colspan="2" width={{{sizeoverride|200}}} style="background-color:{{{color|#90c9de}}}"; |<center>'''{{{tabletitle|{{{job|}}}|}}} Skills'''</center> | ||
|- | |||
| | |<center>Medical</center> | ||
''' | | width="30%" |<center>{{{medical|0}}}/5</center> | ||
|- | |||
|<center>Surgery</center> | |||
|<center>{{{surgery|0}}}/5</center> | |||
|- | |||
|<center>Engineering</center> | |||
|<center>{{{engineering|0}}}/5</center> | |||
|- | |||
|<center>Construction</center> | |||
|<center>{{{construction|0}}}/5</center> | |||
|- | |||
|<center>Police</center> | |||
|<center>{{{police|0}}}/2</center> | |||
|- | |||
|<center>Powerloader</center> | |||
|<center>{{{powerloader|0}}}/4</center> | |||
|- | |||
|<center>Leadership</center> | |||
|<center>{{{lead|0}}}/4</center> | |||
|- | |||
|<center>CQC</center> | |||
|<center>{{{cqc|0}}}</center> | |||
|- | |||
|<center>Smartgun</center> | |||
|<center>{{{sg|-4}}}</center> | |||
|- | |||
|<center>Melee</center> | |||
|<center>{{{melee|0}}}</center> | |||
|- | |||
|<center>Firearms</center> | |||
|<center>{{{firearms|0}}}</center> | |||
|} | |} | ||
<noinclude> | <noinclude> | ||
Строка 21: | Строка 44: | ||
"params": { | "params": { | ||
"job": { | "job": { | ||
" | "description": "The job title, leave blank for heading and table title [if also left blank] to default to Skills", | ||
"required": true | |||
}, | |||
"premsg": { | |||
"description": "The message above the skills table, leave blank to disable" | |||
}, | }, | ||
"police": {}, | "police": {}, | ||
"cqc": {}, | "cqc": {}, | ||
Строка 34: | Строка 60: | ||
"powerloader": {}, | "powerloader": {}, | ||
"firearms": {}, | "firearms": {}, | ||
"lead": {} | "lead": {}, | ||
"sizeoverride": { | |||
"description": "The width for the entire table to try and reach, adjust if the title is too big for the table. Number column will try to take up 30% of the table", | |||
"default": "200" | |||
}, | |||
"color": { | |||
"description": "Color override in HTML (#______), leave blank for light blue," | |||
}, | |||
"tabletitle": { | |||
"description": "The title override. If blank, falls back to job or reads Skills if both are blank" | |||
} | |||
}, | }, | ||
"description": "This is a template for showing a marine role's skills on the TGMC wiki." | "description": "This is a template for showing a marine role's skills on the TGMC wiki." | ||
} | } | ||
</templatedata> | </templatedata> | ||
This is a template for use with skills on the TGMC marine pages. Getting skills is sort of dependent on code diving. | This is a template for use with skills on the TGMC marine pages. Getting skills is sort of dependent on code diving. | ||
* Size override should be left over 200 for most pages. | |||
* Colors look best relatively light as it also translates properly into dark mode. | |||
Example usage: | |||
<pre> | <pre> | ||
{{ | {{TGMC-Skills | ||
|job= | |color=#Cbb7f3 | ||
|premsg= | |sizeoverride=225 | ||
|cqc= | |job=Spatial Agent | ||
|police= | |tabletitle=Spatial | ||
|melee= | |premsg=The Spatial Agent skillset has maximum of every skill. | ||
|medical= | |cqc=5 | ||
|surgery= | |police=2 | ||
|engineering= | |melee=2 | ||
|construction= | |medical=5 | ||
|firearms= | |surgery=5 | ||
|powerloader= | |engineering=5 | ||
|lead= | |construction=5 | ||
|sg= | |firearms=2 | ||
|powerloader=4 | |||
|lead=4 | |||
|sg=2 | |||
}} | }} | ||
</pre> | </pre> | ||
Returns: | |||
{{ | {{TGMC-Skills | ||
|job= | |color=#Cbb7f3 | ||
|premsg= | |sizeoverride=225 | ||
|cqc= | |job=Spatial Agent | ||
|police= | |tabletitle=Spatial | ||
|melee= | |premsg=The Spatial Agent skillset has maximum of every skill. | ||
|medical= | |cqc=5 | ||
|surgery= | |police=2 | ||
|engineering= | |melee=2 | ||
|construction= | |medical=5 | ||
|firearms= | |surgery=5 | ||
|powerloader= | |engineering=5 | ||
|lead= | |construction=5 | ||
|sg= | |firearms=2 | ||
|powerloader=4 | |||
|lead=4 | |||
|sg=2 | |||
}} | }} | ||
</noinclude> | </noinclude> |
Текущая версия от 20:18, 6 августа 2023
Skills[править код]
This is a template for showing a marine role's skills on the TGMC wiki.
Параметр | Описание | Тип | Статус | |
---|---|---|---|---|
job | job | The job title, leave blank for heading and table title [if also left blank] to default to Skills | Неизвестно | обязательный |
premsg | premsg | The message above the skills table, leave blank to disable | Неизвестно | необязательный |
police | police | без описания | Неизвестно | необязательный |
cqc | cqc | без описания | Неизвестно | необязательный |
melee | melee | без описания | Неизвестно | необязательный |
surgery | surgery | без описания | Неизвестно | необязательный |
medical | medical | без описания | Неизвестно | необязательный |
engineering | engineering | без описания | Неизвестно | необязательный |
construction | construction | без описания | Неизвестно | необязательный |
sg | sg | без описания | Неизвестно | необязательный |
powerloader | powerloader | без описания | Неизвестно | необязательный |
firearms | firearms | без описания | Неизвестно | необязательный |
lead | lead | без описания | Неизвестно | необязательный |
sizeoverride | sizeoverride | The width for the entire table to try and reach, adjust if the title is too big for the table. Number column will try to take up 30% of the table
| Неизвестно | необязательный |
color | color | Color override in HTML (#______), leave blank for light blue, | Неизвестно | необязательный |
tabletitle | tabletitle | The title override. If blank, falls back to job or reads Skills if both are blank | Неизвестно | необязательный |
This is a template for use with skills on the TGMC marine pages. Getting skills is sort of dependent on code diving.
- Size override should be left over 200 for most pages.
- Colors look best relatively light as it also translates properly into dark mode.
Example usage:
{{TGMC-Skills |color=#Cbb7f3 |sizeoverride=225 |job=Spatial Agent |tabletitle=Spatial |premsg=The Spatial Agent skillset has maximum of every skill. |cqc=5 |police=2 |melee=2 |medical=5 |surgery=5 |engineering=5 |construction=5 |firearms=2 |powerloader=4 |lead=4 |sg=2 }}
Returns:
Spatial Agent Skills[править код]
The Spatial Agent skillset has maximum of every skill.