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

imported>Neocloudy
Нет описания правки
imported>NyoomVoyager
мНет описания правки
 
(не показано 7 промежуточных версий 2 участников)
Строка 1: Строка 1:
=={{{job|}}} Skills==
<div>
 
{| class="wikitable"style="float:right; margin-left:10px"
[[TGMC:Skills|Skills Information]]
|+ [[TGMC:Skills|More information about skills]]
{|
| colspan="2" width={{{sizeoverride|200}}} style="background-color:{{{color|#90c9de}}}"; |<center>'''{{{tabletitle|{{{job|}}}|}}} Skills'''</center>
{{{premsg|}}}
|-
 
|<center>Medical</center>
|  
| width="40%" |<center>{{{medical|0}}}/5</center>
'''Police:''' {{{police|Untrained}}} / '''CQC:''' {{{cqc|Untrained}}} / '''Melee:''' {{{melee|Untrained}}}  
|-
 
|<center>Surgery</center>
'''Surgery:''' {{{surgery|Untrained}}} / '''Medical:''' {{{medical|Untrained}}}  
|<center>{{{surgery|0}}}/5</center>
 
|-
'''Engineering:''' {{{engineering|Untrained}}} / '''Construction:''' {{{construction|Untrained}}}  
|<center>Engineering</center>
 
|<center>{{{engineering|0}}}/5</center>
'''Smartgun:''' {{{sg|Untrained}}} / '''Powerloader:''' {{{powerloader|Untrained}}} / '''Firearms:''' {{{firearms|Untrained}}}  
|-
 
|<center>Construction</center>
'''Leadership:''' {{{lead|Untrained}}}
|<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>
|-
|<center>Stamina</center>
|<center>{{{stamina|0}}}</center>
|-
|}
|}
<noinclude>
<noinclude>
</div>
<templatedata>
<templatedata>
{
{
"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": {},
"melee": {},
"melee": {},
"stamina": {},
"surgery": {},
"surgery": {},
"medical": {},
"medical": {},
Строка 34: Строка 64:
"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"
},
        "format": {
"description": "The type of text for the title, defaults to == if 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 ''Untrained''. 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
|job=Squad Marine
|color=#Cbb7f3
|premsg=Real
|sizeoverride=225
|cqc=0
|job=Spatial Agent
|police=0
|tabletitle=Spatial
|melee=0
|format====
|medical=0
|premsg=The Spatial Agent skillset has maximum of every skill.
|surgery=0
|cqc=5
|engineering=0
|police=2
|construction=0
|melee=2
|firearms=0
|stamina=5
|powerloader=0
|medical=5
|lead=0
|surgery=5
|sg=0
|engineering=5
|construction=5
|firearms=2
|powerloader=4
|lead=4
|sg=2
}}
}}
</pre>
</pre>
Will return:
Returns:
{{Template:TGMC-Skills
{{TGMC-Skills
|job=Squad Marine
|color=#Cbb7f3
|premsg=Real
|sizeoverride=225
|cqc=0
|job=Spatial Agent
|police=0
|tabletitle=Spatial
|melee=0
|format====
|medical=0
|premsg=The Spatial Agent skillset has maximum of every skill.
|surgery=0
|cqc=5
|engineering=0
|police=2
|construction=0
|melee=2
|firearms=0
|stamina=5
|powerloader=0
|medical=5
|lead=0
|surgery=5
|sg=0
|engineering=5
|construction=5
|firearms=2
|powerloader=4
|lead=4
|sg=2
}}
}}
</noinclude>
</noinclude>

Текущая версия от 16:31, 23 марта 2024

More information about skills
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
Stamina
0

<templatedata> { "params": { "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": {}, "cqc": {}, "melee": {}, "stamina": {}, "surgery": {}, "medical": {}, "engineering": {}, "construction": {}, "sg": {}, "powerloader": {}, "firearms": {}, "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" },

       "format": {

"description": "The type of text for the title, defaults to == if blank" } }, "description": "This is a template for showing a marine role's skills on the TGMC wiki." } </templatedata> 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
|format====
|premsg=The Spatial Agent skillset has maximum of every skill.
|cqc=5
|police=2
|melee=2
|stamina=5
|medical=5
|surgery=5
|engineering=5
|construction=5
|firearms=2
|powerloader=4
|lead=4
|sg=2
}}

Returns:

More information about skills
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
Stamina
5