m (fix incorrect example) |
m (fix mistake in possible values + improve the vague descriptions) |
||
Line 30: | Line 30: | ||
"unlock_type": { | "unlock_type": { | ||
"label": "Locked Connection Type", | "label": "Locked Connection Type", | ||
"description": "Parameter for a locked connection. | "description": "Parameter for a locked connection. These connections are unlocked by the opposite side, are the ones unlocking the opposite side, or are accessible only after specific conditions are met.", | ||
"suggestedvalues": ["Locked","Unlock","LockedCondition"], | |||
"example": "Locked", | "example": "Locked", | ||
"type": "string" | "type": "string" | ||
Line 42: | Line 43: | ||
"season": { | "season": { | ||
"label": "Season", | "label": "Season", | ||
"description": "The season at which an area is accessible. | "description": "The season at which an area is accessible.", | ||
"suggestedvalues": ["Winter","Spring","Summer","Fall"], | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 53: | Line 55: | ||
"phonebooth_type": { | "phonebooth_type": { | ||
"label": "Phonebooth Type", | "label": "Phonebooth Type", | ||
"description": "Parameter denoting the side of a connection accessible from a phonebooth; this is applicable for areas in Yume 2kki. Accepted values are Shortcut and ExitPoint.", | "description": "Parameter denoting the side of a connection accessible from a phonebooth; this is applicable for areas in Yume 2kki. Accepted values are Shortcut for connections to the Dream Apartments and ExitPoint for connections on the area's page.", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"isolation_type": { | "isolation_type": { | ||
"label": "Isolation Type", | "label": "Isolation Type", | ||
"description": "Determines what side an isolated connection is. Accepted values are DeadEnd and Return.", | "description": "Determines what side an isolated connection is. Accepted values are DeadEnd and Return. The former is used on the page containing the isolated section itself.", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 70: | Line 72: | ||
"label": "Unlock Instruction Link", | "label": "Unlock Instruction Link", | ||
"description": "Link to a page pointing to the instructions on how to unlock an area.", | "description": "Link to a page pointing to the instructions on how to unlock an area.", | ||
"example": "Yume 2kki:Unlock Guide", | |||
"type": "string" | "type": "string" | ||
}, | }, |
Revision as of 00:03, 16 November 2023
Description
Renders a link (if provided) to an area's connection, along with icons denoting its attributes, and sets a subobject that can be queried.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Location | 1 | The connection's target location.
| String | required |
Alias | alias | The alias of the connection. This supersedes the location's name if specified. | String | optional |
Directions | directions | A short description on the directions to a connection within the area.
| String | optional |
Primary Image | primary_image | File name pointing to the primary image representing a connection. The file in question must have a dimension of 128x128 pixels.
| String | optional |
Secondary Image | secondary_image | File name pointing to the secondary image representing a connection. The file in question must have a dimension of 128x128 pixels.
| String | optional |
Locked Connection Type | unlock_type | Parameter for a locked connection. These connections are unlocked by the opposite side, are the ones unlocking the opposite side, or are accessible only after specific conditions are met.
| String | optional |
Effects Needed | effects_needed | The effects needed to enter the area, separated by commas.
| String | optional |
Season | season | The season at which an area is accessible.
| String | optional |
Chance Description | chance_description | Short description for chance-based connections.
| String | optional |
Phonebooth Type | phonebooth_type | Parameter denoting the side of a connection accessible from a phonebooth; this is applicable for areas in Yume 2kki. Accepted values are Shortcut for connections to the Dream Apartments and ExitPoint for connections on the area's page. | String | optional |
Isolation Type | isolation_type | Determines what side an isolated connection is. Accepted values are DeadEnd and Return. The former is used on the page containing the isolated section itself. | String | optional |
One Way Type | one_way_type | Parameter for a one-way connection. Accepted values are NoReturn and NoEntry.
| String | optional |
Unlock Instruction Link | unlock_instruction_link | Link to a page pointing to the instructions on how to unlock an area.
| String | optional |
Unlock Conditions | unlock_conditions | Description for a conditionally-locked connection. Applicable if Lock Condition is set to LockedCondition. | String | optional |
Effect Conjunction | effect_conjunction | Conjunction for the effects required; applicable if Effects Needed is specified. Defaults to And, can be changed to Or.
| String | optional |
Chance Percentage | chance_percentage | Numeric probability for a chance-based connection. Applicable if Chance Description is specified.
| String | optional |
Is Removed | is_removed | Indicates whether the connection has been removed. Defaults to false.
| Unknown | optional |
Miscellaneous Label | misc_label | Text indicating some other attribute or description regarding the connection. | String | optional |
Syntax
Connection without attributes; note that the named parameters are optional:
{{Connection|<location name>}}
Sample
{{Connection|Scrambled Egg Zone|effects_needed=Child|unlock_type=LockedCondition|unlock_conditions=Requires breaking the egg in the Guardians' Temple and having the orbs show on each pillar.|one_way_type=NoReturn}}
Scrambled Egg Zone 🔐 ✨ ➡️