description:"If specified, when sorting games alphabetically, the game will be sorted as if this was its actual name.",
attributes:{
placeholder:"Ricochet 2"
}
},
{
name:"active",
type:"checkbox",
label:"Now playing",
description:"Whether you're currently playing this game or not. If checked, prominently displays the game on the home page."
},
{
name:"rating",
type:"number",
label:"Rating",
description:"The rating from 1 to 100 you want to give to the game. A rating from 1 to 35 is considered negative, from 36 to 65 mixed, from 66 to 95 positive, and from 96 to 100 perfect. A rating of 0 means unscored.",
attributes:{
placeholder:"Unscored"
}
},
{
name:"progress",
type:"select",
label:"Progress",
description:"How much progress you've made in the game.",
options:[
{
value:"",
label:"",
},
{
value:"notapplicable",
label:"Not applicable: the game has nothing to progress in.",
},
{
value:"new",
label:"New: you haven't started playing the game yet.",
},
{
value:"started",
label:"Started: you have started the game, but not reached its end.",
},
{
value:"beaten",
label:"Beaten: you have reached the end of the game, such as the credits, but haven't done everything yet.",
},
{
value:"completed",
label:"Completed: you have cleared everything that this game has to offer.",
},
{
value:"mastered",
label:"Mastered: you have overcome self-imposed challenges far greater than the ones intended by the game."
},
]
},
{
name:"hours_played",
type:"number",
label:"Hours played",
description:"The number of hours you've played the game for. 0 is considered unknown; set to a negative value to explicitly state that you haven't played this game at all."
},
{
name:"purchased_on",
type:"date",
label:"Purchased on",
description:"The date on which you've purchased the game.",
},
{
name:"started_on",
type:"date",
label:"Started on",
description:"The date on which you've first started playing the game.",
},
{
name:"beaten_on",
type:"date",
label:"Beaten on",
description:"The date on which you've first beaten the game.",
},
{
name:"completed_on",
type:"date",
label:"Completed on",
description:"The date on which you've first completed the game.",
},
{
name:"mastered_on",
type:"date",
label:"Mastered on",
description:"The date on which you've achieved mastery of the game.",
description:"Whether you're currently watching this anime or not. If checked, prominently displays the anime on the home page."
},
{
name:"rating",
type:"number",
label:"Rating",
description:"The rating from 1 to 100 you want to give to the anime. A rating from 1 to 35 is considered negative, from 36 to 65 mixed, from 66 to 95 positive, and from 96 to 100 perfect. A rating of 0 means unscored.",
attributes:{
placeholder:"Unscored"
}
},
{
name:"progress",
type:"select",
label:"Progress",
description:"How much progress you've made in the anime.",
options:[
{
value:"",
label:"",
},
{
value:"new",
label:"New: you haven't started watching the anime yet.",
},
{
value:"started",
label:"Started: you have started the anime, but not reached its end.",
description:"Details that unequivocabily and globally identify the anime. Edit manually at your own risk.",
fields:[
{
name:"mal",
type:"object",
label:"MyAnimeList",
description:"The anime, as it is stored on MyAnimeList.",
fields:[
{
name:"id",
type:"text",
label:"MAL ID",
description:"The anime ID that the anime has on MyAnimeList. Can be obtained from the anime page link after the `/anime/` segment.",
},
]
},
{
name:"anidb",
type:"object",
label:"AniDB",
description:"The anime, as it is stored on AniDB.",
fields:[
{
name:"aid",
type:"text",
label:"AID",
description:"The anime ID that the anime has on AniDB. Can be obtained from the anime page link, after the `/anime/` segment, or from the `aid` query parameter.",