mNo edit summary |
m (→Parameters) |
||
Line 36: | Line 36: | ||
"aliases": ["Namespace"], | "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. The | "description": "The wiki namespace the badge belongs to, which is used to format the wikilinks for the ''Location'' field. The location column is also removed if the namespace is set to YNOproject.", | ||
"example": "Yume 2kki", | "example": "Yume 2kki", | ||
"required": true | "required": true | ||
Line 50: | Line 50: | ||
"label": "Badge Icon(s)", | "label": "Badge 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 multiple, separate using commas. Note: image | "description": "The filename(s) of the badge to present in the table, without the ''File:'' prefix. If multiple, separate using commas. Note: image files on the wiki likely have different names than the files in the YNOproject github.", | ||
"example": "Akako Gif Bdg.gif, AkakoStill Bdg.png", | "example": "Akako Gif Bdg.gif, AkakoStill Bdg.png", | ||
"suggested": true, | "suggested": true, | ||
Line 106: | Line 106: | ||
"label": "Batch Number", | "label": "Batch Number", | ||
"type": "number", | "type": "number", | ||
"description": "If there is no input for Date, you can specify the batch number instead.", | "description": "If there is no input for ''Date'', you can specify the batch number instead.", | ||
"example": "32", | "example": "32", | ||
"default": "TBA" | "default": "TBA" | ||
}, | |||
"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": "14c932" | |||
}}}</templatedata> | }}}</templatedata> | ||
==Sample== | ==Sample== | ||
The example given in "Syntax" above would produce the following output: | The example given in "Syntax" above would produce the following output: |
Revision as of 19:40, 12 July 2023
Description
Formats the table entries in YNOproject:Badges/Badge List, useful as it creates badge subobjects that point a "Badge/Location" property to any locations the badge appears in. Also creates other properties that may be useful.
Technically there is no use for the template in the section for YNOproject badges since they never have a location attached to them.
Syntax
On the badge page you should already have a table that begins like this:
{| style="width: 100%;" cellspacing="0" cellpadding="4" border="1" |- | style="text-align: center;" |<u>'''Icon(s)'''</u> | style="text-align: center;" |<u>'''Name'''</u> | style="text-align: center;" |<u>'''Location'''</u> | style="text-align: center;" |<u>'''Description'''</u> | style="text-align: center;" |<u>'''Condition(s)'''</u> | style="text-align: center;" |<u>'''Note(s)'''</u> | style="text-align: center;" |<u>'''Author(s)'''</u> | style="text-align: center;" |<u>'''Release batch/Date'''</u>
The template is used after the table beginning. Here is an example input:
{{badge|type=Yume Nikki| |id = fc_moai |Icon = Nasu gold(badgeyn).gif, Nasu gold(badgeyn).png |Name = Tomb of the Moai |Location = FC Dungeon |Description = What a nice statue! |Condition = Enter the moai head room in the FC Dungeon |Author = WikiOdd }}
Each badge entry should be written in that format. Note there are more parameters that were absent in the example as they were not needed (not every field is required).
The "id" parameter is absolutely required for the template to work, however, it is hidden from the table itself.
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
TBA
Parameters
Parameter | Description | Type | Status | |
---|---|---|---|---|
Badge Namespace | type Namespace | The wiki namespace the badge belongs to, which is used to format the wikilinks for the ''Location'' field. The location column is also removed if the namespace is set to YNOproject.
| Line | required |
Badge ID | id | The id of the badge, taken from https://github.com/ynoproject/ynobadges/tree/master/badges. Do not include the filename.
| Line | required |
Badge Icon(s) | Icon | The filename(s) of the badge to present in the table, without the ''File:'' prefix. If multiple, separate using commas. Note: image files on the wiki likely have different names than the files in the YNOproject github.
| File | suggested |
Badge Name | Name | The name of the badge as presented in YNOproject itself, or as found in https://github.com/ynoproject/ynobadges/blob/master/lang/en.json.
| Line | suggested |
Badge Location(s) | Location | The locations that the badge is found in, if any, without the namespace. Found on the badge (the github only provides Map IDs).
| Page name | optional |
Badge Description | Description | The description of the badge, if any. | Content | optional |
Badge Conditions | Condition | The condition of the badge, as found on the site or in https://github.com/ynoproject/ynobadges/blob/master/lang/en.json.
| Content | suggested |
Notes | Notes | 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. | Content | optional |
Badge Author(s) | Author | Badge artist names. If multiple, separate using commas.
| String | suggested |
Release Date | Date | The date the badge was released, preferably in the ISO YYYY-MM-DD format. Can be found by checking the commit history on github.
| Date | suggested |
Batch Number | Batch | If there is no input for ''Date'', you can specify the batch number instead.
| Number | optional |
Hidden Badge Property | Hidden | Set to ''true'' to signify the badge is hidden. Hidden badges have unique backgrounds, give no BP, and are not counted for certain milestones.
| Boolean | optional |
Icon Background Override | Icon_bg | Set a hex code to use for the background of an ''Icon'' cell, to potentially clear any visibility issues.
| Line | optional |
Sample
The example given in "Syntax" above would produce the following output:
Icon(s) | Name | Location | Description | Condition(s) | Note(s) | Author(s) | Release batch/Date |
Tomb of the Moai | FC Dungeon | What a nice statue! | Enter the moai head room in the FC Dungeon | WikiOdd | TBA |
The table start and end are provided, as is necessary.