Difference between revisions of "Template:Crosshair table"

From QWiki
m
m
 
(97 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<includeonly><div class="table-responsive">
 
<includeonly><div class="table-responsive">
{|class="wikitable" style="width:{{{width|{{#if:{{{nopreview|}}}|567px|660px}}}}};text-align:center;margin-bottom:0px;"
+
{|class="wikitable" style="width:300px;text-align:center;margin-bottom:0px;"  
 
!colspan=10|Crosshair settings
 
!colspan=10|Crosshair settings
 
|-
 
|-
!{{abbr|Crosshair|crosshair 1-8}}
+
!{{abbr|Crosshair|crosshair 1 to 7, or 'image'}}
 +
!{{abbr|Color|crosshaircolor}}
 
!{{abbr|Size|crosshairsize}}
 
!{{abbr|Size|crosshairsize}}
!{{abbr|Color|crosshaircolor}}
+
!{{abbr|Alpha|crosshairalpha}}
!{{abbr|Alpha|cl_crosshairusealpha, cl_crosshairalpha}}
+
|-
{{#if:{{{nopreview|}}}||
+
| style=padding:0px | {{#switch:{{{crosshair|6}}}
  ! colspan=2 {{!}} {{abbr|Preview|Taken on a native 1280x720 resolution. Note that crosshair proportions vary depending on the user's resolution setting.}} {{#ifexist:File:Crosshair {{{name|{{#var:id}}}}}.png||<span class="plainlinks">''<sup>[{{fullurl:lpcommons:Special:Upload|wpDestFile=Crosshair%20{{urlencode:{{{name|{{#var:id}}}}}}}.png&wpUploadDescription=%5B%5BCategory%3ACrosshairs%5D%5D}} [upload&#93;]</sup>''</span>}}}}
+
   | 0  
|- style=height:32px
+
   | 1
|{{#switch:{{{crosshair|4}}}
+
   | 2
   | 0 = <code>{{abbr|0|''Global Offensive'' dynamic}}</code>
+
   | 3
   | 1 = <code>{{abbr|1|''Global Offensive'' static}}</code>
+
   | 4
   | 2 = <code>{{abbr|2|Classic dynamic}}</code>
+
   | 5
   | 3 = <code>{{abbr|3|Classic fully dynamic}}</code>
+
  | 6
   | 4 = <code>{{abbr|4|Classic static}}</code>
+
   | 7 = <div style="background-color: rgb({{{r|255}}},{{{g|255}}},{{{b|50}}});"> [[File:Crosshair{{{crosshair|6}}}.png]]</div>
   | 5 = <code>{{abbr|5|Classic 1.6-style dynamic}}</code>
+
  | image = <div style="padding:0px;background-color:white;"><code>image</code></div>}}
   | 6 = <code>{{abbr|6|Classic semi-dynamic}}</code>}}
+
| {{#switch:{{{crosshair|6}}}
|<code>{{{size|5}}}</code>
+
  | 0
|style="background-color: rgb({{{color|1}}},{{{color|2}}},{{{b}}});color:#fff}}"|<code>{{{color|}}}</code>
+
  | 1
|<code>{{{alpha|255}}}</code>
+
  | 2
{{#if:{{{nopreview|}}}||
+
  | 3
   {{!}}[[File:Crosshair {{{name|{{#var:id}}}}}.png]]
+
  | 4
   {{!}} style="background-color:#222" {{!}} [[File:Crosshair {{{name|{{#var:id}}}}}.png]]}}
+
   | 5
 +
  | 6
 +
  | 7 = <div style="padding:0px;text-align:center;width:96px;">{{{r}}} {{{g}}} {{{b}}}</div>
 +
   | image = <div style="padding:0px;text-align:center;width:96px;background-color:white;">image</div>}}
 +
|{{{size|1}}}
 +
|{{{alpha|1}}}
 
|}
 
|}
{| class="mw-collapsible mw-collapsed wikitable" style="width:{{{width|{{#if:{{{nopreview|}}}|567px|660px}}}}};margin-top:0px;"
 
! align="center" style=font-size:85%;padding:5px | ''Click "Expand" for a code to copy and paste into your console.''
 
|-
 
| style=font-size:85%;padding:5px | <code>cl_crosshairalpha {{{alpha|255}}}; cl_crosshaircolor {{#switch:{{{color|1}}}|5w|5=5|#default={{{color|1}}}}}; {{#ifeq:{{{color}}}|5|cl_crosshaircolor_b {{{b}}}; cl_crosshaircolor_r {{{r}}}; cl_crosshaircolor_g {{{g}}};|}}cl_crosshairdot {{{dot|0}}}; cl_crosshairgap {{{gap|1}}}; cl_crosshairsize {{{size|5}}}; cl_crosshairstyle {{{style|4}}}; cl_crosshairusealpha {{#if:{{{alpha}}}|1|0}}; cl_crosshairthickness {{{thickness|0.5}}}; {{#ifeq:{{{outlinethickness|0}}}|0||cl_crosshair_outlinethickness {{{outlinethickness|0}}};}} cl_crosshair_drawoutline {{#switch:{{{outlinethickness|0}}}|0=0|#default=1}};</code>
 
|}{{#if:{{{nocat|}}}||[[Category:Players with crosshair info]]{{#if:{{{nopreview|}}}|[[Category:Players with no crosshair preview]]}}}}
 
 
</div></includeonly><noinclude>
 
</div></includeonly><noinclude>
 
{{Documentation}}[[Category:Table templates]] [[Category:Hardware Templates]][[Category:Templates]]</noinclude>
 
{{Documentation}}[[Category:Table templates]] [[Category:Hardware Templates]][[Category:Templates]]</noinclude>

Latest revision as of 07:01, 29 March 2017

Documentation (view - edit)

  • crosshair must be set to 1-7, or image.
  • color is not needed if crosshair=image
{{crosshair table
|crosshair=
|color|r= |g= |b=
|size=
|alpha=
}}

Adapted from Liquipedia