This article is a stub. You can help YumeWiki by expanding it. |
Connection Types
One-way Connections
The connection should make use of the one_way_type
parameter when appropriate. If a Location A can lead you to a Location B, but you are unable to connect back, it is a NoReturn connection. Keep in mind that NoReturn connections on one page correspond to NoEntry connections on another. In this example, Location B has an exit from Location A, which is a connection with NoEntry specified.
Unlockable Connections
In the case of connections that are only unlocked by visiting the location using the other side, the locked connection uses unlock_type=Locked
, and the other side of the connection - which unlocks the first - should use unlock_type=Unlock
. A good example is the Yume 2kki:Library connection to the Yume 2kki:Infinite Library being Locked, and the reverse connection having Unlock.
If the conditions are more complex, use unlock_type=LockedCondition
. You can specify a short description on what the conditions are using unlock_conditions
, or link to a full page of conditions using unlock_instruction_link
. The link format is the same as wikilinks, i.e. Namespace:World Name
.
Connections Requiring Effects
For connections only accessible with effects, specify it using effects_needed
. If multiple effects are needed, separate them with commas. If only one of the specified effects is needed for the connection, specify effect_conjunction=Or
.
Isolated Connections
For connections that lead to an isolated section of another world. For the isolated section, use isolation_type=DeadEnd
in the article of the location where it belongs, to signify that the connection only exists to serve as a dead end.
On the page of the location that leads to the isolated section, use isolation_type=Return
for that connection, to signify that the only option after following that connection is to return to the location.
Chance Connections
For connections that are only available by chance, write the fractional probability using chance_description
. It is common practice to write something like "1/3 chance". You can optionally include the percentage by also specifying chance_percentage
.
Telephone Connections
For shortcuts accessible from the telephone found in Urotsuki's Dream Apartments. Naturally, the parameter is used extensively in said article and its connections. For the connections to other worlds from Urostuki's Dream Apartments, specify phonebooth_type=ExitPoint
, and for connections from other worlds to Urostuki's Dream Apartments, specify phonebooth_type=Shortcut
.
Seasonal Connections
For connections available only in certain seasons, e.g. season=Winter
.
Removed Connections
For connections that have been removed from the game, list them down in the RemovedConnections
field of Locationbox instead, and remember to specify
is_removed=true
.