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



YumeWiki
3,035Articles

Template:Badge/doc: Difference between revisions

(update some parts, add notice to update other parts)
(update doc)
Line 1: Line 1:
{{MissingInfo|New Traits parameter and other changes}}
{{PropertySetting}}
==Description==
==Description==
{{BadgeListNavbar}}
{{BadgeListNavbar}}
Line 78: Line 78:
|}
|}
==Parameters==
==Parameters==
<templatedata>{ "description": "","params": {
<templatedata>{
"description": "The badge template handles both subobject data and table row presentation.",
"format": "{{_\n|_ = _\n}}",
"params": {
"id": {
"id": {
"label": "Badge ID",
"label": "Badge ID",
"type": "line",
"type": "line",
"description": "The id of the badge, taken from https://github.com/ynoproject/ynobadges/tree/master/badges. Do not include the filename.",
"description": "The id of the badge, taken from https://github.com/ynoproject/ynobadges/tree/master/badges.",
"required": true,
"required": true,
"example": "akako"
"example": "akako"
},
},
"type": {
"type": {
"label": "Badge Namespace",
"label": "Game",
"aliases": ["Namespace"],
"type": "line",
"type": "line",
"description": "The wiki namespace the badge belongs to, which is used to format the wikilinks for the ''Location'' field.",
"description": "The wiki namespace the badge belongs to.",
"example": "Yume 2kki",
"example": "Dotflow",
"autovalue": "{{SUBPAGENAME}}",
"required": true
"suggested": true
},
},
"Icon": {
"Icon": {
"label": "Badge Icon(s)",
"label": "Icon(s)",
"type": "wiki-file-name",
"type": "wiki-file-name",
"description": "The filename(s) of the badge to present in the table, without the ''File:'' prefix. If animated, put the gif first and separate using commas. Image files on the wiki usually have different names than on the YNOproject github.",
"description": "The filename(s) of the badge to present in the table, without the ''File:'' prefix. If animated, put the gif first and separate using commas. Image files on the wiki usually have different names than on the YNOproject github.",
"example": "Akako Gif Bdg.gif, AkakoStill Bdg.png",
"example": "Akako Gif Bdg.gif, AkakoStill Bdg.png",
"suggested": true
"required": true
},
"Icon_bg": {
"label": "Icon Background Override",
"type": "line",
"description": "Set a hex code to use for the background of an ''Icon'' cell, to potentially clear any visibility issues.",
"example": "#3498db",
"suggestedvalues": ["#CCC"]
},
},
"Name": {
"Name": {
Line 107: Line 115:
"description": "The name of the badge as presented in YNOproject itself, or as found in https://github.com/ynoproject/ynobadges/blob/master/lang/en.json.",
"description": "The name of the badge as presented in YNOproject itself, or as found in https://github.com/ynoproject/ynobadges/blob/master/lang/en.json.",
"example": "White Scarlet Akako",
"example": "White Scarlet Akako",
"suggested": true
"required": true
},
"Traits": {
"label": "Traits",
"type": "line",
"description": "Any traits the badge may have, such as hidden or secret. Separate multiple traits using commas. Possible values: Is hidden, Is Secret, Has secret condition, Has secret map, Has parent.",
"example": "Has secret condition, Has secret map"
},
"Parent": {
"label": "Secret Badge Parent",
"type": "line",
"description": "The badge ID of this badge's parent, if this badge has the trait \"Has parent\"."
},
},
"Location": {
"Location": {
"label": "Badge Location(s)",
"label": "Badge Location(s)",
"type": "wiki-page-name",
"type": "wiki-page-name",
"description": "The locations that the badge is found in, if any, without the namespace. Found on the badge (the github only provides Map IDs).",
"description": "The locations that the badge is found in, if any, without the namespace. Found on the website (the github only provides Map IDs).",
"example": "White Scarlet Exhibition"
"example": "White Scarlet Exhibition"
},
},
"Description": {
"Description": {
"label": "Badge Description",
"label": "Description",
"type": "content",
"type": "content",
"description": "The description of the badge, if any."
"description": "The description of the badge, if any.",
"suggested": true
},
},
"Condition": {
"Condition": {
"label": "Badge Conditions",
"label": "Unlock Conditions",
"type": "content",
"type": "content",
"description": "The condition of the badge, as found on the site or in https://github.com/ynoproject/ynobadges/blob/master/lang/en.json.",
"description": "The condition of the badge, as found on the site or in https://github.com/ynoproject/ynobadges/blob/master/lang/en.json.",
"example": "Show Akako in the White Scarlet Exhibition all of the effects she likes",
"example": "Show Akako in the White Scarlet Exhibition all of the effects she likes",
"suggested": true
"required": true
},
},
"Notes": {
"Notes": {
Line 135: Line 155:
"label": "Badge Author(s)",
"label": "Badge Author(s)",
"type": "line",
"type": "line",
"description": "Badge artist names. If multiple, separate using commas.",
"description": "Badge artist names. If multiple, separate using the & symbol.",
"example": "Rose",
"example": "Rose",
"suggested": true
"required": true
},
},
"Batch": {
"Batch": {
"label": "Batch Number",
"label": "Batch Number",
"type": "number",
"type": "number",
"description": "The batch which contained the badge. Can be found by checking the commit history on github. For badges prior to 2022-05-06, specify 'Date' instead.",
"description": "The batch which contained the badge. Can be found by checking the badge file or commit history on github. For badges prior to 2022-05-06, you may need to specify 'Date' instead.",
"suggested": true,
"suggested": true,
"example": "26"
"example": "26"
Line 149: Line 169:
"label": "Release Date",
"label": "Release Date",
"type": "date",
"type": "date",
"description": "If there is no batch number for the badge, provide the date the badge was released.",
"description": "Provide the date the badge was released if there is no batch number, or if the batch number may be inaccurate/not specific.",
"example": "2022-10-05"
"example": "2022-10-05"
},
"Hidden": {
"label": "Hidden Badge Property",
"type": "boolean",
"description": "Set to ''true'' to signify the badge is hidden. Hidden badges have unique backgrounds, give no BP, and are not counted for certain milestones.",
"example": "true",
"default": "false"
},
"Icon_bg": {
"label": "Icon Background Override",
"type": "line",
"description": "Set a hex code to use for the background of an ''Icon'' cell, to potentially clear any visibility issues.",
"example": "3498db",
"suggestedvalues": ["cdcdcd"]
}}}</templatedata>
}}}</templatedata>
==Sample==
==Sample==
<!-- Add the template code example here -->
<!-- Add the template code example here -->
Line 180: Line 185:
|Badge name references a [https://www.youtube.com/watch?v=8ER6sXss5EU ''Yume Nikki'' remix of the same name].
|Badge name references a [https://www.youtube.com/watch?v=8ER6sXss5EU ''Yume Nikki'' remix of the same name].
|WikiOdd
|WikiOdd
|2023-12-01<br>Batch 86}}
|2023-12-01<br>Batch 86
|}
|}



Revision as of 05:35, 27 August 2024

Description

Formats the table entries in subpages of YNOproject:Badges. It may be useful as it creates badge subobjects that point a "Badge/Location" property to any locations the badge appears in.

Technically there is no use for the template for YNOproject badges since they never have a location attached to them. You can still use it to auto-format the table row if you wish, but it's best to add normal table entries instead, to avoid lag.

Syntax

On the badge page you should already have a table that begins using {{badge/Start}}.

The template is used after the table beginning. Here is an empty example for a table with 1 entry:

{{badge/Start}}
{{badge|type=
|id = 
|Icon = 
|Name = 
|Traits = 
|Parent = 
|Location = 
|Description = 
|Condition = 
|Author = 
|Batch = 
}}
|}

Each badge entry should be written in that format. Not every field is required.

The "id" parameter is absolutely required for the template to work. However, it is hidden from the table itself, only present as a title when hovering on the badge name.

The most important parameters for the actual function of the template are the "id" and "Location" fields, so endevour to at least add those (if available). Normal wikitext for formatting a table should still work even if it is surrounded by the badge template calls. If a badge has no "Location" field then it would be OK to use this normal wikitext as the subobject the template creates would be useless anyways if no location is specified.

After adding all badges, make sure to end the table with:

|}

Usage

The template creates a subobject with the id as a name. For example, using the template with id=fc_moai in page YNOproject:Badges/Yume Nikki would create the subobject YNOproject:Badges/Yume Nikki#fc_moai. The subobject is also given properties related to the badge.

Property Function Datatype
Badge/Author Each author for a badge is listed as a value for this property. Text
Badge/Batch The batch the badge was released in, taken from the ynobadges commits page. Badges before 2022-05-06 will not have a batch number and would only have a date. Number
Badge/Date The date on which the badge was added to ynobadges: this may not be the day it was made available on the website. This is automatically filled in using {{Badge/Batch2Date}} if a batch number is provided (recommended), and must be manually provided otherwise. Date
Badge/Icon The icon of the badge. In many cases both an animated version (.gif) and a static version (.png) as separate values. Page (in file namespace)
Is part of game The game the badge is from. Taken from the type/Namespace parameter, or from the subpage name by default. TBA
Badge/ID The ID of the badge, same as the subobject name. Text
Badge/Location The location of the badge. Can be multiple. This lists the badge subobject as an incoming property of that location. Page
Badge/Name The name of the badge as presented in YNOproject. Text
Badge/Is hidden Sets to true for badges with the hidden property in YNOproject. Boolean

Parameters

The badge template handles both subobject data and table row presentation.

Template parameters

This template has custom formatting.

ParameterDescriptionTypeStatus
Badge IDid

The id of the badge, taken from https://github.com/ynoproject/ynobadges/tree/master/badges.

Example
akako
Linerequired
Gametype

The wiki namespace the badge belongs to.

Example
Dotflow
Linerequired
Icon(s)Icon

The filename(s) of the badge to present in the table, without the ''File:'' prefix. If animated, put the gif first and separate using commas. Image files on the wiki usually have different names than on the YNOproject github.

Example
Akako Gif Bdg.gif, AkakoStill Bdg.png
Filerequired
Icon Background OverrideIcon_bg

Set a hex code to use for the background of an ''Icon'' cell, to potentially clear any visibility issues.

Suggested values
#CCC
Example
#3498db
Lineoptional
Badge NameName

The name of the badge as presented in YNOproject itself, or as found in https://github.com/ynoproject/ynobadges/blob/master/lang/en.json.

Example
White Scarlet Akako
Linerequired
TraitsTraits

Any traits the badge may have, such as hidden or secret. Separate multiple traits using commas. Possible values: Is hidden, Is Secret, Has secret condition, Has secret map, Has parent.

Example
Has secret condition, Has secret map
Lineoptional
Secret Badge ParentParent

The badge ID of this badge's parent, if this badge has the trait "Has parent".

Lineoptional
Badge Location(s)Location

The locations that the badge is found in, if any, without the namespace. Found on the website (the github only provides Map IDs).

Example
White Scarlet Exhibition
Page nameoptional
DescriptionDescription

The description of the badge, if any.

Contentsuggested
Unlock ConditionsCondition

The condition of the badge, as found on the site or in https://github.com/ynoproject/ynobadges/blob/master/lang/en.json.

Example
Show Akako in the White Scarlet Exhibition all of the effects she likes
Contentrequired
NotesNotes

Any notes you wish to give regarding the badge. For example, you can point out a game reference that you spotted in the badge description.

Contentoptional
Badge Author(s)Author

Badge artist names. If multiple, separate using the & symbol.

Example
Rose
Linerequired
Batch NumberBatch

The batch which contained the badge. Can be found by checking the badge file or commit history on github. For badges prior to 2022-05-06, you may need to specify 'Date' instead.

Example
26
Numbersuggested
Release DateDate

Provide the date the badge was released if there is no batch number, or if the batch number may be inaccurate/not specific.

Example
2022-10-05
Dateoptional

Sample

Icon Name BP 🌟 Location Description Condition Notes Author Date/Batch
White tulip(badgeyn).png Rain and Flowers 🤐
🗺
Sky Garden: Crossover Garden Visit the white tulip passage between Sky Garden and Ghost World Badge name references a Yume Nikki remix of the same name. WikiOdd 2023-12-01
Batch 86

The table start and end are provided, as is necessary.