Template:TTP1Document: Difference between revisions

From The Talos Principle Wiki
(removing transclusion section because its overengineered. other minor fixes)
m (bugfix due to autovalue)
Line 51: Line 51:
"label": "Terminal",
"label": "Terminal",
"description": "The name of the Terminal(s) that this document is found on, if applicable. Can be seen in the journal. Leave undefined if the document (e.g. audio log) does not come from a terminal.",
"description": "The name of the Terminal(s) that this document is found on, if applicable. Can be seen in the journal. Leave undefined if the document (e.g. audio log) does not come from a terminal.",
"example": "A1, A8 and B8, A02 Extra",
"example": "A01, A08 and B08, A02 Extra",
"type": "string"
"type": "string"
},
},
Line 58: Line 58:
"description": "Does the document contain audio/visual components?",
"description": "Does the document contain audio/visual components?",
"type": "boolean",
"type": "boolean",
"autovalue": "false",
"suggested": true
"suggested": true
}
}

Revision as of 11:24, 3 February 2024

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

TTP1Document is a text document.

Contents

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, loc, lit_arch
Stringsuggested
Creation Datedate

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

Example
2032/02/19, 1912 CE, 000/07/01
Stringsuggested
Locationlocation

The area(s) in which this file can be found.

Example
A1
Stringsuggested
Terminalterminal

The name of the Terminal(s) that this document is found on, if applicable. Can be seen in the journal. Leave undefined if the document (e.g. audio log) does not come from a terminal.

Example
A01, A08 and B08, A02 Extra
Stringoptional
Multimedia?multimedia

Does the document contain audio/visual components?

Booleansuggested