Jump to content

Template:Game file: Difference between revisions

From Battle Cats Game Modding Wiki
Created page with " <noinclude> <templatedata> { "params": { "File name": { "label": "File name", "description": "Name of the file in the pack name", "example": "localizable.tsv", "type": "string" }, "Pack name": { "label": "Pack name", "description": "Name of the pack this file is from", "example": "resLocal", "type": "wiki-page-name" }, "Short description": { "label": "Short description", "description": "Small description about what this file does..."
 
examples
 
(2 intermediate revisions 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 27: Line 37:
</templatedata>
</templatedata>
</noinclude>
</noinclude>
[[Category:Game files]]
[[Category:Game files]]
{{{File name}}} is a file inside of {{{Pack name}}} which {{{Short description}}}
{{{File name}}} is a file inside of {{{Pack name}}} which {{{Short description}}}


== Structure ==
== Structure ==
{{{Structure}}}
== Examples ==
{{{Examples}}}

Latest revision as of 12:12, 4 September 2025


Template for creating a page based on a game file

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
File nameFile name

Name of the file in the pack name

Example
localizable.tsv
Stringoptional
Pack namePack name

Name of the pack this file is from

Example
resLocal
Page nameoptional
Short descriptionShort description

Small description about what this file does / is responsible for

Example
Contains the names and descriptions for every form for a specific cat
Stringoptional
StructureStructure

Description of the file's structure

Contentoptional
ExamplesExamples

Examples of the file with explanations

Contentoptional

{{{File name}}} is a file inside of {{{Pack name}}} which {{{Short description}}}

Structure

{{{Structure}}}

Examples

{{{Examples}}}