Difference between revisions of "Template:EmailInfobox"

From Valve Cut Content
Jump to: navigation, search
(typo 2)
 
m (template fix)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<infobox>
+
{{Infobox
  <group>
+
| title = {{PAGENAME}}
    <header>Information</header>
+
|image1={{#if: {{{image1|}}} | [[File:{{{image1}}}|300px]]|}}
    <image source="image1">
+
|caption1={{#if: {{{caption1|}}} |{{{caption1}}} |}}
      <caption source="caption1"/>
+
|image2={{#if: {{{image2|}}} | [[File:{{{image2}}}|300px]]|}}
    </image>
+
|caption2={{#if: {{{caption2|}}} |{{{caption2}}} |}}
    <data source="date">
+
|image3={{#if: {{{image3|}}} | [[File:{{{image3}}}|300px]]|}}
      <label>Date</label>
+
|caption3={{#if: {{{caption3|}}} |{{{caption3}}} |}}
    </data>
+
|  header1 = Info
    <data source="format">
+
| label2 = {{#if: {{{date|}}} | Date |}}
      <label>Formats</label>
+
| data2 = {{#if: {{{date|}}} | {{{date}}} |}}
    </data>
+
| label3 = {{#if: {{{format|}}} | Format |}}
    <data source="pages">
+
| data3 = {{#if: {{{format|}}} | {{{format}}} |}}
      <label>Pages</label>
+
| label4 = {{#if: {{{pages|}}} | Pages |}}
    </data>
+
| data4 = {{#if: {{{pages|}}} | {{{pages}}} |}}
    <data source="from">
+
| label5 = {{#if: {{{from|}}} | From |}}
      <label>From</label>
+
| data5 = {{#if: {{{from|}}} | {{{from}}} |}}
    </data>
+
| label6 = {{#if: {{{to|}}} | To |}}
    <data source="to">
+
| data6 = {{#if: {{{to|}}} | {{{to}}} |}}
      <label>To</label>
+
| label7 = {{#if: {{{visible_scans|}}} | Visible Scans |}}
    </data>
+
| data7 = {{#if: {{{visible_scans|}}} | {{{visible_scans}}} |}}
    <data source="visible_scans">
+
| label8 = {{#if: {{{classification|}}} | Classification |}}
      <label>Visible Scans</label>
+
| data8 = {{#if: {{{classification|}}} | {{{classification}}} |}}
    </data>
+
}}
    <data source="classification">
+
 
      <label>Classification</label>
 
    </data>
 
  </group>
 
</infobox>
 
 
<noinclude>
 
<noinclude>
 
Example usage:<pre>
 
Example usage:<pre>

Latest revision as of 05:47, 8 December 2019

EmailInfobox
Info


Example usage:

{{EmailInfobox
<!-- This is primarily intended for use in the FBI doc transcription. -->
|image1=fuckyou.png <!-- Image of email, for "homework showing" purposes -->
|date=May 26th, 2003 <!-- Date referenced -->
|format= <!-- Format. Email, document, or fax -->
|pages=11-29 <!-- Pages it appears in on the FBI doc -->
|from=Axel Gembe <!-- "From" people -->
|to=GabeN <!-- "To" people -->
|visible_scans=Example <!-- Number of re-scans visible, and dates referenced on said rescans like this:
*1, May 5, 2003
*2, May 7, 2003
*3, May 19, 2011
-->
|classification=????<!-- stated classification -->
}}