Template:Infobox lobby/doc: Difference between revisions

From Celeste Wiki
Jump to navigation Jump to search
Content added Content deleted
(Created page with " <templatedata> { "params": { "name": { "label": "Name", "description": "The map's name.", "type": "line", "suggested": true, "default": "the article's name" }, "image": { "label": "Image filename", "description": "The full filename of the map's image. The default syntax is 175px|frameless where FILENAME is the name of the file, and ext is its extension (jpg, png...).", "example": "175px|frameless"...")
 
m (180px -> 120px default size)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
"name": {
"name": {
"label": "Name",
"label": "Name",
"description": "The map's name.",
"description": "The lobby's name.",
"type": "line",
"type": "line",
"suggested": true,
"suggested": true,
Line 12: Line 12:
"image": {
"image": {
"label": "Image filename",
"label": "Image filename",
"description": "The full filename of the map's image. The default syntax is [[File:FILENAME.ext|175px|frameless]] where FILENAME is the name of the file, and ext is its extension (jpg, png...).",
"description": "The full filename of the lobby's icon or image. The default syntax is [[File:FILENAME.ext|120px|frameless]] where FILENAME is the name of the file, and ext is its extension (jpg, png...).",
"example": "[[File:Example.png|175px|frameless]]",
"example": "[[File:Example.png|120px|frameless]]",
"type": "wiki-file-name",
"type": "wiki-file-name",
"suggested": true
"suggested": true
Line 28: Line 28:
"type": "string",
"type": "string",
"example": "Noel Berry (programmer)<br>Lena Raine (composer)<br>Pedro Medeiros (artist)"
"example": "Noel Berry (programmer)<br>Lena Raine (composer)<br>Pedro Medeiros (artist)"
},
"strawberries": {
"label": "Strawberries",
"description": "Strawberries in all maps of the lobby. Use {{Silverberry}} for the silverberry image.",
"example": "10 {{Strawberry}} 5 {{Silverberry}}",
"suggested": true,
"type": "string",
"aliases": [
"berries"
]
},
},
"difficulty": {
"difficulty": {
Line 94: Line 84:
"description": "The next lobby, used in navigation. Write the name, will be linked automatically. If needed, use full link syntax without square brackets.",
"description": "The next lobby, used in navigation. Write the name, will be linked automatically. If needed, use full link syntax without square brackets.",
"example": "../Advanced Lobby/"
"example": "../Advanced Lobby/"
},
"berries": {
"aliases": [
"strawberries"
],
"label": "Strawberries",
"description": "Strawberries in all maps of the lobby. Use {{Silverberry}} for the silverberry image.",
"example": "10 {{Strawberry}} 5 {{Silverberry}}",
"type": "string",
"suggested": true
}
}
},
},
Line 103: Line 103:
"creator",
"creator",
"author",
"author",
"strawberries",
"berries",
"difficulty",
"difficulty",
"music",
"music",

Latest revision as of 21:35, 1 March 2024

An infobox for lobbies. Has a navigation feature.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Namename

The lobby's name.

Default
the article's name
Linesuggested
Image filenameimage

The full filename of the lobby's icon or image. The default syntax is [[File:FILENAME.ext|120px|frameless]] where FILENAME is the name of the file, and ext is its extension (jpg, png...).

Example
[[File:Example.png|120px|frameless]]
Filesuggested
Creatorcreator

The name (nickname) of the lobby creator.

Example
Maddy Thorson
Stringoptional
Other authorsauthor

Arrange them in a list using <br> tags.

Example
Noel Berry (programmer)<br>Lena Raine (composer)<br>Pedro Medeiros (artist)
Stringoptional
Strawberriesberries strawberries

Strawberries in all maps of the lobby. Use {{Silverberry}} for the silverberry image.

Example
10 {{Strawberry}} 5 {{Silverberry}}
Stringsuggested
Difficultydifficulty

No limitations within the template, but it is suggested to use the Spring Collab scale (Beginner...Grandmaster). Do not use abbreviations.

Suggested values
Beginner Intermediate Advanced Expert Grandmaster
Unknownsuggested
Soundtrackmusic

You may want to use the [[Template:Soundtrack|soundtrack template]].

Unknownoptional
Pack/collab namepack

Name of map pack or collab.

Stringsuggested
Is a collab?collab

Fill if it is a collab

Booleansuggested
Number of mapsmapcount

no description

Numbersuggested
Name of heartsideheartside

no description

Lineoptional
Name of Crystal Heartheart

no description

Unknownoptional
Is navigation used?nav

If defined, a navigation menu will appear. Use in conjunction with "prev" and/or "next" arguments.

Booleansuggested
Previous lobby (navigation)prev

A link to the preceeding lobby. Automatically linked. If you want to make display more compact, you can use full link syntax without square brackets.

Example
../Beginner Lobby/
Unknownoptional
Next lobby (navigation)next

The next lobby, used in navigation. Write the name, will be linked automatically. If needed, use full link syntax without square brackets.

Example
../Advanced Lobby/
Unknownoptional