Template:Game file: Difference between revisions
Appearance
Fieryhenry (talk | contribs) remove spaces |
Fieryhenry (talk | contribs) examples |
||
| (One intermediate revision by the same user not shown) | |||
| Line 21: | Line 21: | ||
"example": "Contains the names and descriptions for every form for a specific cat", | "example": "Contains the names and descriptions for every form for a specific cat", | ||
"type": "string" | "type": "string" | ||
}, | |||
"Structure": { | |||
"label": "Structure", | |||
"description": "Description of the file's structure", | |||
"type": "content" | |||
}, | |||
"Examples": { | |||
"label": "Examples", | |||
"description": "Examples of the file with explanations", | |||
"type": "content" | |||
} | } | ||
}, | }, | ||
| Line 31: | Line 41: | ||
== Structure == | == Structure == | ||
{{{Structure}}} | |||
== Examples == | |||
{{{Examples}}} | |||
Latest revision as of 12:12, 4 September 2025
Template for creating a page based on a game file
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| File name | File name | Name of the file in the pack name
| String | optional |
| Pack name | Pack name | Name of the pack this file is from
| Page name | optional |
| Short description | Short description | Small description about what this file does / is responsible for
| String | optional |
| Structure | Structure | Description of the file's structure | Content | optional |
| Examples | Examples | Examples of the file with explanations | Content | optional |
{{{File name}}} is a file inside of {{{Pack name}}} which {{{Short description}}}
Structure
{{{Structure}}}
Examples
{{{Examples}}}