<noinclude>
==Usage==
The [[Template:InternalInfo|InternalInfo]] template is used '''to store, in a page, information that are restricted to STMicroelectronics employees''' (and therefore useless for any other reader): configurations specific to the STMicroelectronics network, links to internal resources (e.g. video files) etc.
It puts a message box with a "dark blue be.ST" icon in the page.
'''Only logged-in users who have writing permissions, can see this box'''. {{Highlight|However, do not put any confidential information in the parameters of this template}}.
Usage: <nowiki>{{</nowiki>InternalInfo | {{HighlightParam|<message>}}}}
Where {{HighlightParam|<message>}} is the '''mandatory''' internal info message.
==Basic examples==
{| class="st-table"
! You type !! You get
|-
| Internal info<pre style="white-space: pre-wrap;">
{{InternalInfo | When connecting to the STMicroelectronics network, you have to execute these additional commands: ...}}</pre>
|
{{InternalInfo | When connecting to the STMicroelectronics network, you have to execute these additional commands: ...}}
|}
==More examples==
{| class="st-table"
! You type !! You get
|-
| No message supplied<pre style="white-space: pre-wrap;">
{{InternalInfo}}</pre>
|
{{InternalInfo}}
|-
| Message supplied with a long sentence<pre style="white-space: pre-wrap;">
{{InternalInfo | The message is a long sentence. Lorem ipsum: isdem diebus Apollinaris Domitiani gener, paulo ante agens palatii Caesaris curam, ad Mesopotamiam missus a socero per militares numeros immodice scrutabatur, an quaedam altiora meditantis iam Galli.}}</pre>
|
{{InternalInfo | The message is a long sentence. Lorem ipsum: isdem diebus Apollinaris Domitiani gener, paulo ante agens palatii Caesaris curam, ad Mesopotamiam missus a socero per militares numeros immodice scrutabatur, an quaedam altiora meditantis iam Galli.}}
|}
-
| Check that the spaces before and after the message<pre style="white-space: pre-wrap;">
BEFORE{{InternalInfo | Check spaces}}AFTER<br>
BEFORE
{{InternalInfo | Check spaces}}
AFTER</pre>
|
BEFORE{{InternalInfo | Check spaces}}AFTER<br>
BEFORE
{{InternalInfo | Check spaces}}
AFTER
|}
==Code==</noinclude>{{#tag:secureTransclude||
src=ProtectedTemplate:InternalInfo|
params={{{1|}}}
}}