Template:Terminal: Difference between revisions

From Halopedia, the Halo wiki

mNo edit summary
mNo edit summary
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:17.5em;float:left;background:#555;color:#FE0;">
  #default=<div style="white-space:pre;padding:1em;border:1px dashed #000;font-family:monospace;margin:2px;width:23em;height:23em;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>

Revision as of 13:47, November 20, 2011

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.