×
Create a new article
Write your page title here:
We currently have 2,844 articles on YumeWiki. Type your article name above or click on one of the titles below and start writing!



YumeWiki
2,844Articles

Template:Infobox image/doc: Difference between revisions

(link)
(remove old doc)
 
Line 3: Line 3:


==Syntax==
==Syntax==
With comments:
''TBA''
<pre><nowiki>{{Infobox image
 
|Game =
|Type = <!--choose one of: screenshot, map, character, gamefile, art, other-->
|EditType = <!--use any of: annotated, clarity, layout, recreation-->
|Edits = <!--Explain edits here, if necessary-->
|VersionRemoved = <!--if old content, whhen was it removed?-->
|Unused = <!--set to "true" if the thing was never even used-->
|GameFileType = <!--use any of: ChipSet, CharSet, Panorama, Picture-->
|GameFileName = <!--if a file from the game's folder, what is it actually named?-->
}}</nowiki></pre>
Without comments:
<pre><nowiki>{{Infobox image
|Game =
|Type =
|EditType =
|Edits =
|VersionRemoved =
|Unused =
|GameFileType =
|GameFileName =
}}</nowiki></pre>
==Usage==
==Usage==
The purpose of this template is to automatically categorize image files on the wiki. This allows the category names to be changed more easily in the future, or for the structure to be made more specific or general depending on needs. Instead of changing every file page with a command, the template can be changed to use different category names. It is also more visually appealing and intuitive to visitors of the file page.
The purpose of this template is to automatically categorize image files on the wiki. This allows the category names to be changed more easily in the future, or for the structure to be made more specific or general depending on needs. Instead of changing every file page with a command, the template can be changed to use different category names. It is also built to work with [[Form:File]].
 
''TBA''


{| class="wikitable" style="width:100%"
|+Defines Categories
!style="width:25%"|Type
!style="width:25%"|Category
!style="width:25%"|If Unused
!style="width:25%"|If Old Version
|-
|Screenshot
|% Screenshots
|style="background-color:#cdcdcd"|
|% Old Version Screenshots
|-
|Map
|% Maps
|% Unused Maps
|% Old Version Maps
|-
|Character
|% Character Images
|% Unused Character Images
|% Old Version Character Images
|-
|Gamefile
|% Game Files
|% Unused Game Files
|% Old Version Game Files
|-
|colspan="4" style="text-align:center; background-color:#eaecf0;"|'''Special Cases'''
|-
|Art
|% Official Art
|colspan="3" style="text-align:center;"|''If EditType includes "recreation":'' % Art
|-
|Other
|colspan="3" style="text-align:center;"|''Always:'' % Other Images
|}
The ''edit types'' that may be used to describe an image are defined as followed:
*'''Annotated:''' Labels, circles, arrows, guiding lines, markers
*'''Clarity:''' Increased brightness, altered colours/saturation, changed background
*'''Layout:''' For maps where different parts are moved around to make paths more clear, or when multiple areas are combined to create one large map image
*'''Recreation:''' Recreations of other images, such as [[:File:Mall_Poster_1.png|art]] and [[:File:001RECONSTRUCTION.png|maps]]
==Parameters==
==Parameters==
''TBA''
<!--
<templatedata> {"description": "","params": {
<templatedata> {"description": "","params": {
"Game": {
"sortkey": {
"label": "Intended Game/Topic",
"label": "Intended Game/Topic",
"type": "string",
"type": "string",
Line 140: Line 84:
}
}
</templatedata>
</templatedata>
==Sample== <!-- I need a better example. -->
Remove comment after finishing templatedata-->
==Sample==
If you had this image:
If you had this image:


Line 146: Line 91:


The following input...
The following input...
<pre><nowiki>{{Infobox image
<pre>
|Game = Yume Nikki
TBA
|Type = screenshot
</pre>
|EditType =
|Edits =
|VersionRemoved =
|Unused =
|GameFileType =
|GameFileName =
}}</nowiki></pre>
...would present this:
...would present this:


{| class="wikitable" style="width:min(700px, 100%)"
''TBA'' <!-- subst -->
|+Image Info
! style="width:49.5%;"|
! style="width:50.5%;"|
|-
|Game
|[[:Category:Yume Nikki Images|Yume Nikki]]
|-
|Type
|[[:Category:Yume Nikki Screenshots|In-game Screenshot]]
|}


<noinclude>__NOTOC__ [[Category:Template documentation]]</noinclude>
<noinclude>__NOTOC__ [[Category:Template documentation]]</noinclude>
<includeonly>__NOEDITSECTION__</includeonly>
<includeonly>__NOEDITSECTION__</includeonly>

Latest revision as of 06:43, 26 July 2024

Description

Showcases information of images in the File namespace and categorizes the file pages based on provided info.

Syntax

TBA

Usage

The purpose of this template is to automatically categorize image files on the wiki. This allows the category names to be changed more easily in the future, or for the structure to be made more specific or general depending on needs. Instead of changing every file page with a command, the template can be changed to use different category names. It is also built to work with Form:File.

TBA

Parameters

TBA

Sample

If you had this image:

Mall.png

The following input...

TBA

...would present this:

TBA