Template:TTP1Document: Difference between revisions

From The Talos Principle Wiki
m (wikilinks (currently red links))
No edit summary
Line 1: Line 1:
{{#if:{{{file|}}}|{{DISPLAYTITLE:{{{file}}}}}}}
{{#if:{{{file|}}}|{{DISPLAYTITLE:{{{file}}}}}}}
'''{{{file|{{BASEPAGENAME}}}}}''' is a [[document]] stored in an [[terminal]] in {{{location}}}. It listed source server is {{{source}}} and its listed creation date is {{{date}}}.
{| style="float:right; border:1px solid black"
== Contents ==
! style="align:center; background-color: #ddd" colspan=2| {{{file|{{BASEPAGENAME}}}}}
|-
| Source:
| style="text-align:right;" | {{{source|N/A}}}
|-
| Date:
| style="text-align:right;" | {{{date|N/A}}}
|-
| Area:
| style="text-align:right;" | {{{location|N/A}}}
|}
'''{{{file|{{BASEPAGENAME}}}}}''' is a [[document]] stored in a [[terminal]]{{#if:{{{location|}}}| in {{{location}}}.|.}}
{{clear}}
== Transcript ==
{{#ifexist:{{FULLPAGENAME}}/Transcript|<blockquote>{{/Transcript}}</blockquote>|[[/Transcript]] missing. Please create one!}}
<noinclude>
<noinclude>
<templatedata>
<templatedata>
Line 11: Line 25:
"example": "figure_it_out.eml",
"example": "figure_it_out.eml",
"type": "string",
"type": "string",
"required": true
"suggested": true
},
},
"source": {
"source": {
Line 18: Line 32:
"example": "EP_arch",
"example": "EP_arch",
"type": "string",
"type": "string",
"required": true
"suggested": true
},
},
"date": {
"date": {
Line 25: Line 39:
"example": "2032/02/19",
"example": "2032/02/19",
"type": "string",
"type": "string",
"required": true
"suggested": true
},
},
"location": {
"location": {
Line 32: Line 46:
"example": "A1",
"example": "A1",
"type": "string",
"type": "string",
"required": true
"suggested": true
}
}
},
},
Line 42: Line 56:
],
],
"format": "block",
"format": "block",
"description": "Use this at the *very top* of every in-universe (terminal) document. It will create the one-sentence intro, the Contents header, and the document title."
"description": "Use this at the very top of every in-universe (terminal) document. It will create a one-sentence intro, an infobox for technical details, and will display the transcript at /Transcript if it has been created. Adds the page to Category:TTP1 documents"
}
}
</templatedata>
</templatedata>

Revision as of 19:25, 2 February 2024

TTP1Document
Source: N/A
Date: N/A
Area: N/A

TTP1Document is a document stored in a terminal.

Transcript

/Transcript missing. Please create one!

Use this at the very top of every in-universe (terminal) document. It will create a one-sentence intro, an infobox for technical details, and will display the transcript at /Transcript if it has been created. Adds the page to Category:TTP1 documents

[Edit template data]

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
File Namefile

The in-universe file name, shown on a terminal before selecting the file.

Example
figure_it_out.eml
Stringsuggested
Sourcesource

The "source" of the file, be it locally stored or from another server. Listed alongside the creation date and file name.

Example
EP_arch
Stringsuggested
Creation Datedate

The listed creation date of the document. Listed alongside the source and file name.

Example
2032/02/19
Stringsuggested
Locationlocation

The area in which this file (and its terminal) can be found.

Example
A1
Stringsuggested