Difference between revisions of "Template:Block list/header"

From Space Engineers Wiki
Jump to: navigation, search
(Created page with "<includeonly>{| class="wikitable sortable" |- ! {{Component list/Name{{lang}}}} !! {{Component list/Icon{{lang}}}} !! {{Component list/Mass (kg){{lang}}}} !! {{Component list/...")
 
(Implemented alternate functionality when userparam is defined)
Line 1: Line 1:
 
<includeonly>{| class="wikitable sortable"
 
<includeonly>{| class="wikitable sortable"
 +
|-
 +
! {{#if: {{{userparam}}}|<!--
 +
-->{{#vardefine:title|{{#explode:{{{userparam}}}|;|0}}}}<!--
 +
-->{{#vardefine:prop0|{{#explode:{{{userparam}}}|;|2}}}}<!-- part 1 is for icon size
 +
-->{{#vardefine:prop1|{{#explode:{{{userparam}}}|;|3}}}}<!--
 +
-->{{#vardefine:prop2|{{#explode:{{{userparam}}}|;|4}}}}<!--
 +
-->{{#vardefine:prop3|{{#explode:{{{userparam}}}|;|5}}}}<!--
 +
-->{{#vardefine:prop4|{{#explode:{{{userparam}}}|;|6}}}}<!--
 +
-->{{#vardefine:prop5|{{#explode:{{{userparam}}}|;|7}}}}<!--
 +
-->{{#vardefine:prop6|{{#explode:{{{userparam}}}|;|8}}}}<!--
 +
-->{{#vardefine:prop7|{{#explode:{{{userparam}}}|;|9}}}}<!--
 +
-->{{#vardefine:prop8|{{#explode:{{{userparam}}}|;|10}}}}<!--
 +
-->{{#vardefine:prop9|{{#explode:{{{userparam}}}|;|11}}}}<!--
 +
-->{{#var:title|Block}}<!--
 +
-->{{#if: {{#var:prop0}}| !! {{translate|Property:{{#var:prop0}}}}}}<!--
 +
-->{{#if: {{#var:prop1}}| !! {{translate|Property:{{#var:prop1}}}}}}<!--
 +
-->{{#if: {{#var:prop2}}| !! {{translate|Property:{{#var:prop2}}}}}}<!--
 +
-->{{#if: {{#var:prop3}}| !! {{translate|Property:{{#var:prop3}}}}}}<!--
 +
-->{{#if: {{#var:prop4}}| !! {{translate|Property:{{#var:prop4}}}}}}<!--
 +
-->{{#if: {{#var:prop5}}| !! {{translate|Property:{{#var:prop5}}}}}}<!--
 +
-->{{#if: {{#var:prop6}}| !! {{translate|Property:{{#var:prop6}}}}}}<!--
 +
-->{{#if: {{#var:prop7}}| !! {{translate|Property:{{#var:prop7}}}}}}<!--
 +
-->{{#if: {{#var:prop8}}| !! {{translate|Property:{{#var:prop8}}}}}}<!--
 +
-->{{#if: {{#var:prop9}}| !! {{translate|Property:{{#var:prop9}}}}}}<!--
 +
-->|{{Component list/Name{{lang}}}} !! {{Component list/Icon{{lang}}}} !! {{Component list/Mass (kg){{lang}}}} !! {{Component list/Description{{lang}}}}<!--
 +
-->}}</includeonly><noinclude>
 +
Block list header template, for use in <code>#ask</code> queries.
 +
 +
Defaults to this for backwards compatibility:
 +
{| class="wikitable sortable"
 
|-
 
|-
 
! {{Component list/Name{{lang}}}} !! {{Component list/Icon{{lang}}}} !! {{Component list/Mass (kg){{lang}}}} !! {{Component list/Description{{lang}}}}
 
! {{Component list/Name{{lang}}}} !! {{Component list/Icon{{lang}}}} !! {{Component list/Mass (kg){{lang}}}} !! {{Component list/Description{{lang}}}}
 +
|}
 +
 +
If <code>|userparam=</code> is defined in the query, the headers will be picked by each property's [[Property:Translation]].
 +
 +
;userparam
 +
:<code>First column's title;icon-size;property1;property2;property3...</code>
 +
;Example usage
 +
:<code>Armor Block;64px;Mass;Integrity;IsAirTight;DeformationRatio</code>
 +
 +
{| class="wikitable sortable"
 +
|-
 +
! Armor Block !! {{translate|Property:Mass}} !! {{translate|Property:Integrity}} !! {{translate|Property:IsAirTight}} !! {{translate|Property:DeformationRatio}}
 +
|}
 +
 +
''note: icon-size is not used in this header template.''
  
</includeonly><noinclude>[[Category:Templates]]</noinclude>
+
[[Category:Templates]]
 +
</noinclude>

Revision as of 19:24, 18 April 2020

Block list header template, for use in #ask queries.

Defaults to this for backwards compatibility:

Name Icon Mass (kg) Description

If |userparam= is defined in the query, the headers will be picked by each property's Property:Translation.

userparam
First column's title;icon-size;property1;property2;property3...
Example usage
Armor Block;64px;Mass;Integrity;IsAirTight;DeformationRatio
Armor Block Mass Integrity Is Airtight Deformation Ratio

note: icon-size is not used in this header template.