Template:File/doc: Difference between revisions
Created page with "{|class="wikitable" !<code>summary</code> |A short summary of the file's contents. |- !<code>source</code> |Where you got the file from. This is '''required'''. *If it's from a website or social media post, include a link to it. *If it's an asset rip, specify the platform and patch (i.e. <code>''Bloons TD 6'' v43.0 Windows</code>). *If it's a screenshot, specify who took it (i.e. your username or the username of the person who took it). |- !<code>source file name</code>..." |
mNo edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{ | <templatedata> | ||
{ | |||
"params": { | |||
"summary": { | |||
"label": "Summary", | |||
"description": "A short summary of the file's contents.", | |||
"type": "string" | |||
}, | |||
"source": { | |||
"label": "Source", | |||
"description": "Where you got the file from. If it's from a website or social media post, include a link to it. If it's an asset rip, specify the platform and patch. If it's a screenshot, specify who took it (if it was taken by someone other than you) and in what version of the game (if applicable).", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"source file name": { | |||
"label": "Source file name", | |||
"description": "The original file name of the source. Does not need to include the full file path, just the file itself. If the file was converted from a non-standard format (e.g., Flash sprites or jpngs), you can leave the extension out. This does not need to be specified if the original image is a non-official screenshot or the original name is clearly in the current file name.", | |||
"type": "string" | |||
}, | |||
"edits": { | |||
"label": "Edits", | |||
"description": "If the file has been edited in any way, it must be specified here. This includes background removal, optimization, and cropping.", | |||
"type": "string" | |||
}, | |||
"license": { | |||
"label": "License", | |||
"description": "The copyright licensing of the image. If not specified, defaults to fair use. If the image is not owned by Ninja Kiwi, then a different license must be specified.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"CC0", | |||
"CC-BY-NC-SA" | |||
] | |||
}, | |||
"artist": { | |||
"label": "Artist", | |||
"description": "For artwork, use this if the creator is known (like if the creator uploaded it to ArtStation or something).", | |||
"type": "string" | |||
} | |||
}, | |||
"format": "block", | |||
"description": "Table for formatting information about files uploaded through Special:Upload.", | |||
"paramOrder": [ | |||
"summary", | |||
"artist", | |||
"source", | |||
"source file name", | |||
"edits", | |||
"license" | |||
] | |||
} | |||
</templatedata><includeonly>[[Category:Formatting templates]]</includeonly><noinclude>[[Category:Documentation]]</noinclude> | |||