Template:File info: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| class="wikitable" style="margin: auto; width: 50%;" ! colspan="2" | Image information |- ! Summary | {{{summary|}}} |- ! Type | {{#switch:{{{type|}}} | screenshot = Screens...") |
No edit summary |
||
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 | real = Real world image | user = User image }} | | {{#switch:{{{type|}}} | screenshot=Screenshot | boxart=Box art | concept=Concept art | texture=Texture | audio=Audio | logo=Logo | map=Map | icon=Icon | real=Real world image | user=User image }} | ||
|- | |- | ||
{{#if:{{{game|}}} | !Game | {{#if:{{{game|}}} | !Game | ||
{{!}} {{#ifeq:{{{game|}}}|other|Non-''Pikmin'' game| | {{!}} {{#ifeq:{{{game|}}}|other|Non-''Pikmin'' game| {{#switch:{{{game|}}} | p1=Pikmin | p2=Pikmin 2 | p3=Pikmin 3 | npcp1=Pikmin | npcp2=Pikmin 2 | pa=Pikmin Adventure | ssbb=Super Smash Bros. Brawl | ssb4=Super Smash Bros. for 3DS and Wii U}} }} | ||
{{!}}- | {{!}}- | ||
}}{{#if:{{{location|}}} | !Location | }}{{#if:{{{location|}}} | !Location | ||
Line 18: | Line 18: | ||
{{!}}- | {{!}}- | ||
}}!License | }}!License | ||
| {{license| {{#switch:{{{type|}}} | real | user = {{{license}}} | #default = {{{type|}}} }} | | {{license| {{#switch:{{{type|}}} | real | user = {{{license}}} | #default = {{{type|}}} }} }} | ||
|- | |- | ||
|}<noinclude> | |}<noinclude> |
Revision as of 10:25, February 26, 2016
Image 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.
Parameters
Parameter | Mandatory | Default | Purpose | 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. | |
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}}. |
Skeleton
{{file info |summary = |type = |game = |location = |source = |license = }}
Examples
Code | Result | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{file info |summary = An image with content. |type = screenshot |game = p3 |location = Garden of Hope }} |
|