Sb forum speech.png DiscordLink.png FacebookLink.png RedditLink.png SteamLink.png TwitterLink.png YoutubeLink.png

Difference between revisions of "User:Ffbeso/Templates/Template:SB Infobox Begin:jp"

From Starbase wiki
Jump to navigation Jump to search
m (Change template)
m (New japanese template test)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>Creates a modular infobox for use on English-language pages. By default, this template contains no sections, but sections can be appended as follows:
== Template ==
<pre>{{SB Infobox Begin
|{{SB Infobox Header
  |image= //Mediawiki image embed
  |factionLogo= // Mediawiki image embed with link=""
  |caption= //Image caption
  |name= //Heading for infobox
  |subtitle= //Sub-heading for infobox
  |suppressName //Optional parameter to remove name/subtitle from infobox
  |border=none //Optional parameter to remove border from image
}}
|{{SB Infobox Device General Information:jp
  |type= //Location in asset browser directory
  |function= //Purpose of device
  |availability= //What stores the device is available in
  |size= ×  ×  cm //Dimensions of device
  |mass=//Mass of device in kg. Note: Asset browser tool-tips are currently inaccurate
  |volume=//Volume of device in kv
  |corrosionResistance=//Corrosion resistance. Unit-less number
  |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
}}
|{{SB Infobox Device IO
  |electricIn=//Maximum power input + e/s
  |electricOut=//Maximum power output + e/s
  |coolantIn=//Maximum coolant input + c/s
  |coolantOut=//Maximum coolant output + c/s
  |coolantRefresh=//Maximum rate of coolant recycling (eg: radiators) + c/s
  |heatGeneration=//Maximum heat generation (eg: weapons) + h/s
  |propellantIn=//Maximum propellant input + p/s
  |propellantOut=//Maximum propellant output + p/s
  |fuelIn=//Maximum fuel input (fuel rods) + f/s
  |fuelOut=//Maximum fuel output (fuel rods) + f/s
  |thrust=//Maximum thrust output. Unit-less
  |sockets=//Number of sockets on devices, if any
  |YOLOLchips=//Number of YOLOL/Memory chip slots, if any
  |modInterfaces=//Number of modular interfaces (eg: triangle thrusters, YOLOL racks, memory relays), if any
  |deviceInterfaces=//Number of device-base interfaces, if any
}}
|{{SB Infobox Device Construction
  |overrideHeader=//Used to override the header content of the device construction field (often used if a device is multi-part and needs multiple construction sections)
  |aegisium=
  |ajatite=
  |arkanium=
  |bastium=
  |charodium=
  |corazium=
  |exorium=
  |haderite=
  |ice=
  |ilmatrium=
  |karnite=
  |kutonium=
  |lukium=
  |merkerium=
  |nhurgite=
  |oninum=
  |surtrite=
  |tengium=
  |ukonium=
  |valkite=
  |vokarium=
  |xhalium=
}}
}}</pre>
The '''overrideHeader''' field in [[Template:SB_Infobox_Device_Construction]] exists so that the section may easily be duplicated and separately named. '''suppressUnitsKg''' and '''suppressUnitsKv''' exist in the event that '''mass''' or '''volume''' are filled with an unordered list or some other form of data that would be confusing with 'kg' or 'kv' added to its end. Add any value to these fields to enable them.
Additional custom sections may be appended with the [[Template:SB_Infobox_Section|Infobox Section template]]. For ease of use (and for allowing sections to be appended to the above prefix sections), this section template does not include a header. A section header can be found [[Template:SB_Infobox_Header|here]], and the two may be used as follows
<pre>
{{Template:SB_Infobox_Begin
  |{{Template:SB_Infobox_Header|Header Name}}
  |{{Template:SB_Infobox_Section
    |Field 1=Value 1
    |Field 2=Value 2
  }}
}}
</pre>
The '''overrideHeader''' field in [[Template:SB_Infobox_Device_Construction]] exists so that the section may easily be duplicated and separately named. '''suppressUnitsKg''' and '''suppressUnitsKv''' exist in the event that '''mass''' or '''volume''' are filled with an unordered list or some other form of data that would be confusing with 'kg' or 'kv' added to its end. Add any value to these fields to enable them.
Additional custom sections may be appended with the [[Template:SB_Infobox_Section|Infobox Section template]]. For ease of use (and for allowing sections to be appended to the above prefix sections), this section template does not include a header. A section header can be found [[Template:SB_Infobox_Header|here]], and the two may be used as follows
== Example ==
{{SB Infobox Begin
{{SB Infobox Begin
|{{SB Infobox Header
|{{SB Infobox Header
Line 99: Line 10:
}}
}}


|{{User:Ffbeso/Templates/Template:SB_Infobox_Device_General_Information:jp
|{{SB Infobox Device General Information/jp
  |type= //Location in asset browser directory
  |type=タイプ
  |function= //Purpose of device
  |function=機能
  |availability= //What stores the device is available in
  |availability=入手性
  |size= ×  ×  cm //Dimensions of device
  |size=サイズ
  |mass=//Mass of device in kg. Note: Asset browser tool-tips are currently inaccurate
  |mass=質量
  |volume=//Volume of device in kv
  |volume=体積
  |corrosionResistance=//Corrosion resistance. Unit-less number
  |corrosionResistance=腐食耐性
  |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
}}
}}


|{{SB Infobox Section Header|Extra Section As Needed}}
|{{SB Infobox Weapon Data/jp
  |{{SB Infobox Section
  |rateOfFire=発射レート
    |Field 1=Value 1
  |muzzleVelocity=発射速度
    |Field 2=Value 2
  |projectileVoxelMass=発射ボクセル質量
  |projectileEnergy=投射エネルギー
  |projectileLifetime=発射体寿命
  |magazineCapacity=マガジン容量
}}
}}


|{{SB Infobox Device IO
|{{SB Infobox Device IO/jp
  |electricIn=//Maximum power input + e/s
  |electricIn=電気入力
  |electricOut=//Maximum power output + e/s
  |electricOut=電気出力
  |coolantIn=//Maximum coolant input + c/s
  |energyCapacity=電気容量
  |coolantOut=//Maximum coolant output + c/s
  |coolantIn=クーラント入力
  |coolantRefresh=//Maximum rate of coolant recycling (eg: radiators) + c/s
  |coolantOut=クーラント出力
  |heatGeneration=//Maximum heat generation (eg: weapons) + h/s
  |coolantRefresh=クーラントリサイクルレート
  |propellantIn=//Maximum propellant input + p/s
  |coolantCapacity=クーラント容量
  |propellantOut=//Maximum propellant output + p/s
  |heatGeneration=発熱量
  |fuelIn=//Maximum fuel input (fuel rods) + f/s
  |heatDissipation=放熱量
  |fuelOut=//Maximum fuel output (fuel rods) + f/s
  |propellantIn=推進剤入力
  |thrust=//Maximum thrust output. Unit-less
  |propellantOut=推進剤出力
  |sockets=//Number of sockets on devices, if any
  |propellantCapacity=推進剤容量
  |YOLOLchips=//Number of YOLOL/Memory chip slots, if any
  |fuelIn=燃料入力
  |modInterfaces=//Number of modular interfaces (eg: triangle thrusters, YOLOL racks, memory relays), if any
  |fuelOut=燃料出力
  |deviceInterfaces=//Number of device-base interfaces, if any
  |fuelCapacity=燃料容量
  |thrust=推力
  |sockets=ソケット
  |YOLOLchips=チップスロット
  |blueprintChips=設計図スロット
  |modInterfaces=モジュールインターフェース
  |deviceInterfaces=デバイスインターフェース
}}
}}


|{{SB Infobox Device Construction
|{{SB Infobox Device Construction/jp
  |overrideHeader=//Used to override the header content of the device construction field (often used if a device is multi-part and needs multiple construction sections)
  |overrideHeader=//Used to override the header content of the device construction field (often used if a device is multi-part and needs multiple construction sections)
  |aegisium=X% or KV
  |aegisium=%
  |ajatite=X% or KV
  |ajatite=%
  |arkanium=X% or KV
  |arkanium=%
  |bastium=X% or KV
  |bastium=%
  |charodium=X% or KV
  |charodium=%
  |corazium=X% or KV
  |corazium=%
  |exorium=X% or KV
  |exorium=%
  |haderite=X% or KV
  |haderite=%
  |ice=X% or KV
  |ice=%
  |ilmatrium=X% or KV
  |ilmatrium=%
  |karnite=X% or KV
  |karnite=%
  |kutonium=X% or KV
  |kutonium=%
  |lukium=X% or KV
  |lukium=%
  |merkerium=X% or KV
  |merkerium=%
  |nhurgite=X% or KV
  |nhurgite=%
  |oninum=X% or KV
  |oninum=%
  |surtrite=X% or KV
  |surtrite=%
  |tengium=X% or KV
  |tengium=%
  |ukonium=X% or KV
  |ukonium=%
  |valkite=X% or KV
  |valkite=%
  |vokarium=X% or KV
  |vokarium=%
  |xhalium=X% or KV
  |xhalium=%
}}
}}
}}
}}



Latest revision as of 11:51, 31 May 2021


Spaceship Empire Veles.jpg
//Image caption
//Heading for infobox
//Sub-heading for infobox
タイプ タイプ
機能 機能
入手先 入手性
サイズ サイズ
質量 質量 kg
体積 体積 kv
腐食耐性 腐食耐性

武器の特徴
発射レート 発射レート
発射速度 発射速度
発射ボクセル質量 発射ボクセル質量
投射エネルギー 投射エネルギー
発射体寿命 発射体寿命
マガジン容量 マガジン容量
入力 / 出力
電気入力電気入力
電気出力 電気出力

冷却水入力 クーラント入力
冷却水出力 クーラント出力
冷却水容量 クーラント容量
冷却水リサイクルレート クーラントリサイクルレート
発熱量 発熱量
放熱量 放熱量
推進剤入力 推進剤入力
推進剤出力 推進剤出力
推進剤容量 推進剤容量
燃料入力 燃料入力
燃料出力 燃料出力
燃料容量 燃料容量
推力 推力
ソケット ソケット
チップスロット チップスロット
設計図スロット 設計図スロット
モジュール接続 モジュールインターフェース
デバイス接続 デバイスインターフェース
構成




Cookies help us deliver our services. By using our services, you agree to our use of cookies.