Difference between revisions of "Template:SB Infobox Device General Information/jp"
Jump to navigation
Jump to search
m (Fixed class attribute - thanks Beso!) |
m |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#if:{{{type|}}}| <div class="SB-Infobox-Data-Cell SB-IBDC-Type"><span class="SB-Infobox-Cell-Header">タイプ</span> <span class="SB-Infobox-Cell-Body">{{{type}}}</span></div>}}{{#if:{{{function|}}}| <div class="SB-Infobox-Data-Cell SB-IBDC-Function"><span class="SB-Infobox-Cell-Header">機能</span> <span class="SB-Infobox-Cell-Body">{{{function}}}</span></div>}}{{#if:{{{availability|}}}| <div class="SB-Infobox-Data-Cell SB-IBDC-Availability"><span class="SB-Infobox-Cell-Header"> | <includeonly><nowiki/> | ||
{{#if:{{{type|}}}|<div class="SB-Infobox-Data-Cell SB-IBDC-Type"><span class="SB-Infobox-Cell-Header">タイプ</span> <span class="SB-Infobox-Cell-Body">{{{type}}}</span></div>}}<nowiki/> | |||
{{#if:{{{function|}}}|<div class="SB-Infobox-Data-Cell SB-IBDC-Function"><span class="SB-Infobox-Cell-Header">機能</span> <span class="SB-Infobox-Cell-Body">{{{function}}}</span></div>}}<nowiki/> | |||
{{#if:{{{availability|}}}|<div class="SB-Infobox-Data-Cell SB-IBDC-Availability"><span class="SB-Infobox-Cell-Header">入手先</span> <span class="SB-Infobox-Cell-Body">{{{availability}}}</span></div>}}<nowiki/> | |||
{{#if:{{{size|}}}|<div class="SB-Infobox-Data-Cell"><span class="SB-Infobox-Cell-Header">サイズ</span> <span class="SB-Infobox-Cell-Body">{{{size}}}</span></div>}}<nowiki/> | |||
{{#if:{{{mass|}}}|<div class="SB-Infobox-Data-Cell"><span class="SB-Infobox-Cell-Header">質量</span> <span class="SB-Infobox-Cell-Body">{{{mass}}} {{#if:{{{suppressUnitsKg|}}}||kg}}</span></div>}}<nowiki/> | |||
{{#if:{{{volume|}}}|<div class="SB-Infobox-Data-Cell"><span class="SB-Infobox-Cell-Header">体積</span> <span class="SB-Infobox-Cell-Body">{{{volume}}} {{#if:{{{suppressUnitsKv|}}}||kv}}</span></div>}}<nowiki/> | |||
{{#if:{{{corrosionResistance|}}}|<div class="SB-Infobox-Data-Cell"><span class="SB-Infobox-Cell-Header">腐食耐性</span> <span class="SB-Infobox-Cell-Body">{{{corrosionResistance}}}</span></div>}}<nowiki/> | |||
{{#if:{{{primaryMaterial|}}}|<div class="SB-Infobox-Data-Cell"><span class="SB-Infobox-Cell-Header">主要素材</span> <span class="SB-Infobox-Cell-Body">[[{{{primaryMaterial}}}]]</span></div>}}<nowiki/> | |||
{{#if:{{{subComponents|}}}|<div class="SB-Infobox-Data-Cell SB-IBDC-Subcomponents"><span class="SB-Infobox-Cell-Header">サブコンポーネント</span> <span class="SB-Infobox-Cell-Body">{{{subComponents}}}</span></div>}}<nowiki/> | |||
</includeonly> | |||
<noinclude><pre> | <noinclude><pre> | ||
Line 10: | Line 20: | ||
|volume=体積 | |volume=体積 | ||
|corrosionResistance=腐食耐性 | |corrosionResistance=腐食耐性 | ||
|primaryMaterial=主要素材 | |||
|suppressUnitsKg //Optional parameter to remove the auto-added 'kg' from the mass field. Useful if a list is being used | |suppressUnitsKg //Optional parameter to remove the auto-added 'kg' from the mass field. Useful if a list is being used | ||
|suppressUnitsKv //Optional parameter to remove the auto-added 'kv' from the volume field. Useful if a list is being used | |suppressUnitsKv //Optional parameter to remove the auto-added 'kv' from the volume field. Useful if a list is being used |
Latest revision as of 11:23, 9 November 2021
|{{SB Infobox Device General Information |type=タイプ |function=機能 |availability=入手性 |size=サイズ |mass=質量 |volume=体積 |corrosionResistance=腐食耐性 |primaryMaterial=主要素材 |suppressUnitsKg //Optional parameter to remove the auto-added 'kg' from the mass field. Useful if a list is being used |suppressUnitsKv //Optional parameter to remove the auto-added 'kv' from the volume field. Useful if a list is being used |subComponents=サブコンポーネント }}