Template:Terminal: Difference between revisions
From Halopedia, the Halo wiki
mNo edit summary |
m (Slight adjustment) |
||
Line 1: | Line 1: | ||
<includeonly>{{#switch: {{{1}}}| | <includeonly>{{#switch: {{{1}}}| | ||
#default=<div style="white-space:pre;padding:1em;border:1px dashed #000 | #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;"> | ||
<p style="margin:- | <p style="margin:-0.6em 0 0 0;line-height:1.1em;white-space:pre;"> | ||
p=</p> | p=</p> | ||
<p style="margin:-1.1em 0 0 0;line-height:1.1em;white-space:pre">| | <p style="margin:-1.1em 0 0 0;line-height:1.1em;white-space:pre;">| | ||
end=</p></div> | end=</p></div> | ||
}}</includeonly><noinclude>{{Terminal}} | }}</includeonly><noinclude>{{Terminal}} |
Revision as of 15:06, November 16, 2011
p=
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].
p=
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.