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 (Mini change)
m (Japanese parameter proposal)
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
}}
|{{User:Ffbeso/Templates/Template: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
}}
|{{User:Ffbeso/Templates/Template:SB Infobox Device IO:jp
  |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
  |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
  |{{SB Infobox Section
  |rateOfFire=発射レート
    |Field 1=Value 1
  |muzzleVelocity=発射速度
    |Field 2=Value 2
  |projectileVoxelMass=発射ボクセル質量
  |projectileEnergy=投射エネルギー
  |projectileLifetime=発射体寿命
  |magazineCapacity=マガジン容量
}}
}}


|{{User:Ffbeso/Templates/Template:SB Infobox Device IO:jp
|{{SB Infobox Device IO
  |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
  |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=%
}}
}}
}}
}}



Revision as of 13:21, 28 May 2021


Spaceship Empire Veles.jpg
//Image caption
//Heading for infobox
//Sub-heading for infobox
Type タイプ
Function 機能
Availability 入手性
Size サイズ
Mass 質量 kg
Volume 体積 kv
Corrosion resistance 腐食耐性

Weapon Characteristics
Rate of fire 発射レート
Muzzle velocity 発射速度
Projectile voxel mass 発射ボクセル質量
Projectile energy 投射エネルギー
Projectile lifetime 発射体寿命
Magazine capacity マガジン容量
Input / Output
Electric input 電気入力
Electric output 電気出力

Coolant input クーラント入力
Coolant output クーラント出力
Coolant capacity クーラント容量
Coolant recycle rate クーラントリサイクルレート

Heat generation 発熱量

Heat dissipation 放熱量
Propellant input 推進剤入力
Propellant output 推進剤出力
Propellant capacity 推進剤容量
Fuel input 燃料入力
Fuel output 燃料出力
Fuel capacity 燃料容量

Thrust power 推力
Sockets ソケット
Chip slots チップスロット
Blueprint slots 設計図スロット
Modular interfaces モジュールインターフェース
Device interfaces デバイスインターフェース
Composition




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