Шаблон:TGMC-Skills: различия между версиями

Материал из MassMeta
Перейти к навигации Перейти к поиску
imported>Neocloudy
(change template to be a table)
imported>Neocloudy
(template arguments changed)
 
(не показаны 2 промежуточные версии этого же участника)
Строка 4: Строка 4:
[[TGMC:Skills|Skills Information]]
[[TGMC:Skills|Skills Information]]
{| class="wikitable"
{| class="wikitable"
| colspan="2" width="80%" style="background-color:{{{color|#90c9de}}}; |<center>'''{{{job|}}} Skillset'''</center>
| colspan="2" width={{{sizeoverride|200}}} style="background-color:{{{color|#90c9de}}}"; |<center>'''{{{tabletitle|{{{job|}}}|}}} Skills'''</center>
|-
|-
|<center>Medical</center>
|<center>Medical</center>
| width="40%" |<center>{{{medical|0}}}/5</center>
| width="30%" |<center>{{{medical|0}}}/5</center>
|-
|-
|<center>Surgery</center>
|<center>Surgery</center>
Строка 17: Строка 17:
|<center>Construction</center>
|<center>Construction</center>
|<center>{{{construction|0}}}/5</center>
|<center>{{{construction|0}}}/5</center>
|-
|<center>CQC</center>
|<center>{{{cqc|0}}}/5</center>
|-
|-
|<center>Police</center>
|<center>Police</center>
Строка 29: Строка 26:
|<center>Leadership</center>
|<center>Leadership</center>
|<center>{{{lead|0}}}/4</center>
|<center>{{{lead|0}}}/4</center>
|-
|<center>CQC</center>
|<center>{{{cqc|0}}}</center>
|-
|-
|<center>Smartgun</center>
|<center>Smartgun</center>
Строка 44: Строка 44:
"params": {
"params": {
"job": {
"job": {
"suggested": true
"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"
},
},
"premsg": {},
"police": {},
"police": {},
"cqc": {},
"cqc": {},
Строка 57: Строка 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. Blank skills will return as ''0'' or '''-4''' for SG. The arguments:
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>
{{Template:TGMC-Skills
{{TGMC-Skills
|color=#90dec4
|color=#Cbb7f3
|job=Squad Marine
|sizeoverride=225
|premsg=Real
|job=Spatial Agent
|cqc=0
|tabletitle=Spatial
|police=0
|premsg=The Spatial Agent skillset has maximum of every skill.
|melee=0
|cqc=5
|medical=0
|police=2
|surgery=0
|melee=2
|engineering=0
|medical=5
|construction=0
|surgery=5
|firearms=0
|engineering=5
|powerloader=0
|construction=5
|lead=0
|firearms=2
|sg
|powerloader=4
|lead=4
|sg=2
}}
}}
</pre>
</pre>
Will return:
Returns:
{{Template:TGMC-Skills
{{TGMC-Skills
|color=#90dec4
|color=#Cbb7f3
|job=Squad Marine
|sizeoverride=225
|premsg=Real
|job=Spatial Agent
|cqc=0
|tabletitle=Spatial
|police=0
|premsg=The Spatial Agent skillset has maximum of every skill.
|melee=0
|cqc=5
|medical=0
|police=2
|surgery=0
|melee=2
|engineering=0
|medical=5
|construction=0
|surgery=5
|firearms=0
|engineering=5
|powerloader=0
|construction=5
|lead=0
|firearms=2
|sg
|powerloader=4
|lead=4
|sg=2
}}
}}
</noinclude>
</noinclude>

Текущая версия от 20:18, 6 августа 2023

Skills[править код]

Skills Information

Skills
Medical
0/5
Surgery
0/5
Engineering
0/5
Construction
0/5
Police
0/2
Powerloader
0/4
Leadership
0/4
CQC
0
Smartgun
-4
Melee
0
Firearms
0

This is a template for showing a marine role's skills on the TGMC wiki.

Параметры шаблона[Править данные шаблона]

ПараметрОписаниеТипСтатус
jobjob

The job title, leave blank for heading and table title [if also left blank] to default to Skills

Неизвестнообязательный
premsgpremsg

The message above the skills table, leave blank to disable

Неизвестнонеобязательный
policepolice

без описания

Неизвестнонеобязательный
cqccqc

без описания

Неизвестнонеобязательный
meleemelee

без описания

Неизвестнонеобязательный
surgerysurgery

без описания

Неизвестнонеобязательный
medicalmedical

без описания

Неизвестнонеобязательный
engineeringengineering

без описания

Неизвестнонеобязательный
constructionconstruction

без описания

Неизвестнонеобязательный
sgsg

без описания

Неизвестнонеобязательный
powerloaderpowerloader

без описания

Неизвестнонеобязательный
firearmsfirearms

без описания

Неизвестнонеобязательный
leadlead

без описания

Неизвестнонеобязательный
sizeoverridesizeoverride

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

По умолчанию
200
Неизвестнонеобязательный
colorcolor

Color override in HTML (#______), leave blank for light blue,

Неизвестнонеобязательный
tabletitletabletitle

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.

Skills Information

Spatial Skills
Medical
5/5
Surgery
5/5
Engineering
5/5
Construction
5/5
Police
2/2
Powerloader
4/4
Leadership
4/4
CQC
5
Smartgun
2
Melee
2
Firearms
2