Template:Terminal: Difference between revisions
From Halopedia, the Halo wiki
mNo edit summary |
m (Text replacement - ". [[Category:" to ". [[Category:") |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#switch: {{{1}}}| | <includeonly>{{#switch: {{{1}}}| | ||
#default=<div style="white-space:pre;padding:1em;border:1px dashed #000;font-family:monospace;margin:2px;width:23em;height: | #default=<div style="white-space:pre;padding:1em;border:1px dashed #000;font-family:monospace;font-size:13px;margin:2px;width:23em;height:19em;float:left;background:#555;color:#FE0;"> | ||
<p style="margin:-2.2em 0 0 0;line-height:1.1em;white-space:pre;">| | <p style="margin:-2.2em 0 0 0;line-height:1.1em;white-space:pre;">| | ||
p=</p> | p=</p> | ||
Line 55: | Line 55: | ||
The color used for the orange text is #FA0. | The color used for the orange text is #FA0. | ||
[[Category:Templates]] | |||
</noinclude> | [[Category:Templates]]</noinclude> |
Latest revision as of 17:56, September 20, 2022
Observed extensive ground action on [LP 656-38 e]. 9,045 survivors barricaded within central government building. Structure's defenses inadequate to withstand extended siege by enemy ground forces (≈1,572,034,315+). Estimate position overrun in [173 hours].
846 smaller groups on less defensible structures; global distribution corresponding to [probability mode zeta]. Estimated local position overrun in [9 hours] (average).
Used to replicate the terminals in Terminals. The code for the above is:
{{Terminal}} Observed extensive ground action on <span style="color:#FA0">[LP 656-38 e]</span>. 9,045 survivors barricaded within central government building. Structure's defenses inadequate to withstand extended siege by enemy ground forces (≈1,572,034,315+). Estimate position overrun in <span style="color:#FA0">[173 hours]</span>. {{Terminal|p}} 846 smaller groups on less defensible structures; global distribution corresponding to <span style="color:#FA0">[probability mode zeta]</span>. Estimated local position overrun in <span style="color:#FA0">[9 hours]</span> (average). {{Terminal|end}}
The basic syntax is:
{{Terminal}} <!-- begin Terminal Text {{Terminal|p}} <--- use in place of empty lines. Text {{Terminal|end}} <!--- end of Terminal
Be careful with your line breaks... This template is a little quirky. Basically, you need line breaks after {{Terminal}}
and {{Terminal|p}}
.
The color used for the orange text is #FA0.