Template:File info: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Added a promotional material type.) |
||
Line 6: | Line 6: | ||
|- | |- | ||
! Type | ! Type | ||
| {{#switch:{{{type|}}} | screenshot=Screenshot | boxart=Box art | concept=Concept art | texture=Texture | audio=Audio | logo=Logo | map=Map | icon=Icon | merch=[[Merchandise]] image | real=Real world image | user=[[Help:Files#User images|User image]] | wiki=Wiki image}} | | {{#switch:{{{type|}}} | screenshot=Screenshot | boxart=Box art | concept=Concept art | texture=Texture | audio=Audio | logo=Logo | map=Map | icon=Icon | merch=[[Merchandise]] image | promo=Promotional image | real=Real world image | user=[[Help:Files#User images|User image]] | wiki=Wiki image}} | ||
|- | |- | ||
{{#if:{{{game|}}} | !id="fileinfotpl_aut"{{!}}Game | {{#if:{{{game|}}} | !id="fileinfotpl_aut"{{!}}Game | ||
Line 18: | Line 18: | ||
|- | |- | ||
!License | !License | ||
| {{license | {{#switch:{{{type|}}} | merch | real | map | user | wiki | icon = {{{license}}} | #default = {{{type|}}} }} | nocat={{{nocat|<noinclude>y</noinclude>}}} }} | | {{license | {{#switch:{{{type|}}} | merch | promo | real | map | user | wiki | icon = {{{license}}} | #default = {{{type|}}} }} | nocat={{{nocat|<noinclude>y</noinclude>}}} }} | ||
|}<includeonly>{{#if:{{{nocat|}}}||{{#switch:{{{type|}}} | screenshot=[[Category:Screenshots]] | boxart=[[Category:Boxart images]] | concept=[[Category:Concept art]] | texture=[[Category:Textures]] | audio=[[Category:Audio]] | logo=[[Category:Logos]] | map=[[Category:Maps]] | icon=[[Category:Icons]] | merch=[[Category:Merchandise images]] | real=[[Category:Real-world images]] | user=[[Category:User images]] | wiki=[[Category:Pikipedia images]]}} | |}<includeonly>{{#if:{{{nocat|}}}||{{#switch:{{{type|}}} | screenshot=[[Category:Screenshots]] | boxart=[[Category:Boxart images]] | concept=[[Category:Concept art]] | texture=[[Category:Textures]] | audio=[[Category:Audio]] | logo=[[Category:Logos]] | map=[[Category:Maps]] | icon=[[Category:Icons]] | merch=[[Category:Merchandise images]] | promo=[[Category:Promotional material]] | real=[[Category:Real-world images]] | user=[[Category:User images]] | wiki=[[Category:Pikipedia images]]}} | ||
{{#switch:{{{game}}} | p1|npcp1=[[Category:Pikmin 1 images]] | p2|npcp2=[[Category:Pikmin 2 images]] | p3|p3d=[[Category:Pikmin 3 images]] | hp=[[Category:Hey! Pikmin images]] | pb=[[Category:Pikmin Bloom images]] | pa=[[Category:Pikmin Adventure images]] | psm=[[Category:Pikmin Short Movies images]] | #default=[[Category:Non-Pikmin images]]}} | {{#switch:{{{game}}} | p1|npcp1=[[Category:Pikmin 1 images]] | p2|npcp2=[[Category:Pikmin 2 images]] | p3|p3d=[[Category:Pikmin 3 images]] | hp=[[Category:Hey! Pikmin images]] | pb=[[Category:Pikmin Bloom images]] | pa=[[Category:Pikmin Adventure images]] | psm=[[Category:Pikmin Short Movies images]] | #default=[[Category:Non-Pikmin images]]}} | ||
{{#if:{{{location|}}}|{{#ifeq:{{{location}}}|Story mode cave|[[Category:Cave images]]|{{#ifeq:{{{location}}}|N/A||[[Category:{{{location}}} images]]}}}}}} | {{#if:{{{location|}}}|{{#ifeq:{{{location}}}|Story mode cave|[[Category:Cave images]]|{{#ifeq:{{{location}}}|N/A||[[Category:{{{location}}} images]]}}}}}} | ||
}}{{#switch:{{{type|}}} | merch | real | map | user | wiki | icon = {{#if:{{{license|}}}||[[Category:Files with no license]]}} }}{{#if:{{{summary|}}}|{{#seo:description={{{summary}}}}}}}</includeonly><noinclude> | }}{{#switch:{{{type|}}} | merch | promo | real | map | user | wiki | icon = {{#if:{{{license|}}}||[[Category:Files with no license]]}} }}{{#if:{{{summary|}}}|{{#seo:description={{{summary}}}}}}}</includeonly><noinclude> | ||
==Info== | ==Info== | ||
Line 45: | Line 45: | ||
* icon: Icon. | * icon: Icon. | ||
* merch: Merchandise image. | * merch: Merchandise image. | ||
* promo: Promotional material. | |||
* real: Real world image. | * real: Real world image. | ||
* user: User image. | * user: User image. |
Revision as of 15:59, January 15, 2022
File information | |
---|---|
Summary | |
Type | |
License | This file has been given an invalid license parameter. Remove the parameter entirely for the game/media copyrighted fair use license to be displayed, or see Template:License for a list of valid license parameters and either fix the parameter or add a new license, if needed. Until then, fair use is assumed. |
Info
This template should be used for all files on the "Files:" namespace. It presents some information about the file, both in terms of content and metadata. It also automatically categorizes the image.
Parameters
Parameter | Mandatory | Purpose | Default | Detailed description |
---|---|---|---|---|
summary | Yes | File summary | A brief explanation of what the image or sound is; what it contains, and what it is used for. | |
type | Yes | Content type | What type of content this is. This will automatically determine some other things. Can be one of the following:
| |
game | No | Game | The game this file is about (or the Short Movies). Can be one of the following:
| |
location | No | Location | In-game location that this file pertains to. Write the full name of the area, but if it's in a cave or in a level exclusive to an alternative game mode, do not fill this in. Files with no license set (automatically or otherwise) get categorized in Category:Files with no license. | |
source | No | File source | If this file was created by the user, type "self". If it was obtained off a website, type its URL here, formatted or not. | |
license | No | License | If it cannot be deduced automatically from the content type, the license must be added here. This is the same parameter you would feed into {{license}}. | |
nocat | No | No categorization | If this has a value, like "y", then the template will not automatically categorize the file. |
Skeleton
{{file info |summary = |type = |game = |location = |source = |license = |nocat = }}
Examples
Code | Result | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{file info |summary = An image with content. |type = screenshot |game = p3 |location = Garden of Hope }} |
|