Difference between revisions of "Information screen"
Jump to navigation
Jump to search
(Fist post with base template) |
Tag: Undo |
||
Line 5: | Line 5: | ||
|ru=Информационный экран | |ru=Информационный экран | ||
|ua=Інформаційний екран | |ua=Інформаційний екран | ||
}}{{SB | }}{{SB Infobox Begin | ||
|{{SB | |{{SB Infobox Header | ||
|image= | |image=[[Image:Information screen.png]] | ||
|factionLogo= | |factionLogo= | ||
|caption= | |caption= | ||
Line 14: | Line 14: | ||
}} | }} | ||
|{{SB | |{{SB Infobox Device General Information | ||
|type= | |type= | ||
|function= | |function= | ||
Line 26: | Line 26: | ||
}} | }} | ||
|{{SB | |{{SB Infobox Device IO | ||
|electricIn= | |electricIn= | ||
|electricOut= | |electricOut= | ||
Line 48: | Line 48: | ||
}} | }} | ||
|{{SB | |{{SB Infobox Device Construction | ||
|headerOverride= | |headerOverride= | ||
|aegisium= | |aegisium= | ||
|ajatite= | |ajatite= | ||
|arkanium= | |arkanium= | ||
|bastium= | |bastium= | ||
|charodium= | |charodium= | ||
|corazium= | |corazium= | ||
|exorium= | |exorium= | ||
|haderite= | |haderite= | ||
|ice= | |ice= | ||
Line 74: | Line 74: | ||
}} | }} | ||
}}<section begin=summary/> | }}<section begin=summary/> | ||
'''Currently unavailable in game'''<br> | |||
<section end=summary/> | Programmable information screens are a way to leave a visible message for the universe.<br> | ||
Programmable information screens take a string variable, which is then displayed on the panels.<br> | |||
The displayed content can be set and modified by accessing the information screen's InfoScreenContent field with the [[Universal tool|universal tool]] or [[YOLOL]].<section end=summary/> | |||
== Basic information == | |||
* Information screens require [[Generator (Assembly)|power]]. | |||
* Information screens have a [[Cable tool|cable]] socket on the backside. | |||
* Content displayed on the information screens is automatically word wrapped. | |||
* The content is cut at the 364th character, as the character limit is reached. | |||
** Total characters in panel: 364 | |||
** Lines per panel: 14 | |||
** Characters per line: 26 | |||
== Device fields == | |||
{|class="wikitable" | |||
! YOLOL field | |||
! description | |||
! range | |||
|- | |||
! '''InfoScreenContent''' | |||
| Input string which will be displayed on the screen | |||
| 364 mark string | |||
|- | |||
|} | |||
To learn more about how to use fields, consult these wiki pages: | |||
* [[Universal tool|Universal Tool]] | |||
* [[Data networks|Data networks]] | |||
* [[YOLOL|YOLOL]] | |||
[[Category:Devices and machines|Information screen]] | [[Category:Devices and machines|Information screen]] |
Latest revision as of 18:33, 6 August 2021
Currently unavailable in game
Programmable information screens are a way to leave a visible message for the universe.
Programmable information screens take a string variable, which is then displayed on the panels.
The displayed content can be set and modified by accessing the information screen's InfoScreenContent field with the universal tool or YOLOL.
Basic information
- Information screens require power.
- Information screens have a cable socket on the backside.
- Content displayed on the information screens is automatically word wrapped.
- The content is cut at the 364th character, as the character limit is reached.
- Total characters in panel: 364
- Lines per panel: 14
- Characters per line: 26
Device fields
YOLOL field | description | range |
---|---|---|
InfoScreenContent | Input string which will be displayed on the screen | 364 mark string |
To learn more about how to use fields, consult these wiki pages: