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 ttp1 document category |
||
Line 46: | Line 46: | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
<includeonly> | |||
[[Category:TTP1 Documents]] | |||
</includeonly> |
Revision as of 11:10, 2 February 2024
TTP1Document is a document stored in an terminal in {{{location}}}. It listed source server is {{{source}}} and its listed creation date is {{{date}}}.
Contents
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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
File Name | file | The in-universe file name, shown on a terminal before selecting the file.
| String | required |
Source | source | The "source" of the file, be it locally stored or from another server. Listed alongside the creation date and file name.
| String | required |
Creation Date | date | The listed creation date of the document. Listed alongside the source and file name.
| String | required |
Location | location | The area in which this file (and its terminal) can be found.
| String | required |