Template:TTP1Document: Difference between revisions
Created page with "{{#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}}}. == Contents == <noinclude> <templatedata> { "params": { "file": { "label": "File Name", "description": "The in-universe file name, shown on a terminal before selecting the file.", "example": "figure_it_out.eml", "type": "string", "requi..." |
m Undo revision 6672 by Theadamabrams (talk); Those links are meant for pages open and expected to be made, or so I assumed. Tag: Undo |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{#if:{{{file|}}}|{{DISPLAYTITLE:{{{file}}}}}}} | {{#if:{{{file|}}}|{{DISPLAYTITLE:{{{file}}}}}}} | ||
'''{{{file|{{BASEPAGENAME}}}}}''' is a document stored in | {| style="float:right; border:1px solid black" | ||
! 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 {{#if:{{{multimedia|}}}|multimedia |text }}[[document]]{{#if:{{{terminal|}}}| stored in [[terminal]] {{{terminal}}}}}{{#if:{{{location|}}}| in {{{location}}}.|.}} | |||
{{clear}} | |||
== Contents == | == Contents == | ||
<noinclude> | <noinclude> | ||
Line 11: | Line 25: | ||
"example": "figure_it_out.eml", | "example": "figure_it_out.eml", | ||
"type": "string", | "type": "string", | ||
" | "suggested": true | ||
}, | }, | ||
"source": { | "source": { | ||
"label": "Source", | "label": "Source", | ||
"description": "The \"source\" of the file, be it locally stored or from another server. Listed alongside the creation date and file name.", | "description": "The \"source\" of the file, be it locally stored or from another server. Listed alongside the creation date and file name.", | ||
"example": "EP_arch", | "example": "EP_arch, loc, lit_arch", | ||
"type": "string", | "type": "string", | ||
" | "suggested": true | ||
}, | }, | ||
"date": { | "date": { | ||
"label": "Creation Date", | "label": "Creation Date", | ||
"description": "The listed creation date of the document. Listed alongside the source and file name.", | "description": "The listed creation date of the document. Listed alongside the source and file name.", | ||
"example": "2032/02/19", | "example": "2032/02/19, 1912 CE, 000/07/01", | ||
"type": "string", | "type": "string", | ||
" | "suggested": true | ||
}, | }, | ||
"location": { | "location": { | ||
"label": "Location", | "label": "Location", | ||
"description": "The area in which this file | "description": "The area(s) in which this file can be found.", | ||
"example": "A1", | "example": "A1", | ||
"type": "string", | "type": "string", | ||
" | "suggested": true | ||
}, | |||
"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.", | |||
"example": "A01, A08 and B08, A02 Extra", | |||
"type": "string" | |||
}, | |||
"multimedia": { | |||
"label": "Multimedia?", | |||
"description": "Does the document contain audio/visual components?", | |||
"type": "boolean", | |||
"example": "true, false" | |||
} | } | ||
}, | }, | ||
Line 39: | Line 65: | ||
"source", | "source", | ||
"date", | "date", | ||
"location" | "location", | ||
"terminal", | |||
"multimedia" | |||
], | ], | ||
"format": "block", | "format": "block", | ||
"description": "Use this at the | "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> | ||
</noinclude> | </noinclude> | ||
<includeonly> | |||
[[Category:TTP1 Documents]] | |||
</includeonly> |
Latest revision as of 15:08, 29 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
Parameter | Description | Type | Status | |
---|---|---|---|---|
File Name | file | The in-universe file name, shown on a terminal before selecting the file.
| String | suggested |
Source | source | The "source" of the file, be it locally stored or from another server. Listed alongside the creation date and file name.
| String | suggested |
Creation Date | date | The listed creation date of the document. Listed alongside the source and file name.
| String | suggested |
Location | location | The area(s) in which this file can be found.
| String | suggested |
Terminal | terminal | 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.
| String | optional |
Multimedia? | multimedia | Does the document contain audio/visual components?
| Boolean | optional |