×
Create a new article
Write your page title here:
We currently have 2,869 articles on YumeWiki. Type your article name above or click on one of the titles below and start writing!



YumeWiki
2,869Articles

User:ZASNK/Sandbox: Difference between revisions

(files I've moved)
 
(178 intermediate revisions by the same user not shown)
Line 1: Line 1:
__TOC__
Welcome to my sandbox.
<span id="Guides"></span><span id="guides"></span>
 
=Wiki Guides<span id="Wiki guides"></span><span id="wiki guides"></span>=
{{User:ZASNK/Signature/s}}
==Helpful Formatting<span id="Formatting"></span><span id="formatting"></span><span id="Helpful formatting"></span>==
 
{| class="wikitable"
==Purpose==
|+Formatting Pages
This sandbox is used to share wiki information, plan future edits, and to test templates and parser functions.
!Character or Code
 
!Usage
<span id="Guides"></span><span id="Copy and Paste"></span><span id="Template Documentation"></span><!--
|-
-->Most wiki guides previously found here have been moved to [[:Category:Help|help pages]].
|<nowiki>∕</nowiki>
 
|Appears to be a forward slash. Since it has the same appearance but no function, it can help with presenting HTML.
==Game Guides==
|-
<!--Game Guides section is set as collapsed below, for my own sake-->
| style="width: 15%"|<nowiki>→</nowiki>
<div class="mw-collapsible mw-collapsed">
|Rightwards arrow as one character. Used when listing directions on [[:Category:Locations|location pages]].
|-
|<nowiki>←</nowiki>
|Leftwards arrow as one character.
|-
|<nowiki><br></nowiki>
|Forces a line break in text.
|-
|<nowiki><br clear=all></nowiki>
|Forces a line break, but also blocks all following text from appearing until elements such as images are completely visible. For example, this can stop an image from appearing next to multiple headers by forcing one of the headers to only appear below the full image.
|-
|<nowiki><span id="text"></span></nowiki>
|Include anywhere on the page to create an invisible link anchor. For example, using "Blop" for the text will allow you to link to Page#Blop. These links work exactly as normal header links do and can even be placed within a header ''(inside of the equal signs)'' to have alternate header links.
|}
{| class="wikitable"
|+Formatting of Text
!Formatting Code
!Output
!Explanation
|-
| style="width: 30%"|<nowiki><nowiki>text</nowiki></nowiki>
| style="width: 10%"|<nowiki>text</nowiki>
|Escapes wiki markup (such as '''bolding''' to <nowiki>'''bolding'''</nowiki>) and stops formatting code like <nowiki><pre></nowiki> from being recognized.
|-
|<nowiki><pre>text</pre></nowiki>
|<pre>text</pre>
|Completely preformats text. All wiki markup, template calls, links, parser functions, HTML codes, and comments are completely ignored and are treated as raw text.
|-
|<nowiki><pre style="color: red">text</pre></nowiki>
|<pre style="color: red">text</pre>
|You can add HTML styles to preformatted text, like divs.
|-
|<nowiki><code>text</code></nowiki>
|<code>text</code>
|Fixes the width of text (no text wrapping) and applies a background like with the <nowiki><pre></pre></nowiki> tags.
|-
|<nowiki><big>text</big></nowiki>
|<big>text</big>
|Makes text bigger.
|-
|<nowiki><span class="spoiler">text</span></nowiki>
|<span class="spoiler">text</span>
|Hides text underneath a spoiler. Visible when selecting it on PC or tapping it on mobile. May not work when using certain wiki skins.
|-
|<nowiki><div class="toccolours mw-collapsible mw-collapsed">text1<div class="mw-collapsible-content">text2</div></div></nowiki>
|<div class="toccolours mw-collapsible mw-collapsed">text1<div class="mw-collapsible-content">text2</div></div>
|Adds a header with a button to reveal a collapsed section. Both the header and section can have other formatting. Remove <code>mw-collapsed</code> to have the section expanded by default.
|-
|<nowiki><div style="-webkit-column-count:2;column-count:2;">text1
text2
text3</div></nowiki>
|<div style="-webkit-column-count:2;column-count:2;">text1
text2
text3</div>
|Formats text into the specified number of columns.
|-
|<nowiki><!--text--></nowiki>
|<!--text-->
|Comments. Completely hidden from the page, but visible when using the source editor.
|}
<!--
Maybe add:
https://www.mediawiki.org/wiki/Special:MyLanguage/Help:TemplateStyles
https://www.mediawiki.org/wiki/Help:HTML_in_wikitext
for DPL usage resultsheader=«pre»«nowiki»|resultsfooter=«/nowiki»«/pre»
-->
==Copy and Paste==
===Youtube Video Embed<span id="Youtube video embed"></span><span id="youtube video embed"></span><span id="Youtube Video Embeds"></span><span id="Youtube video embeds"></span><span id="youtube video embeds"></span>===
Embed youtube videos in a vertical stack, with the video titles as captions underneath. For example, I used it on [[Yume 2kki:Obstacle Course]], revision [https://yume.wiki/index.php?title=Yume_2kki:Obstacle_Course&oldid=438795 here].
<pre>
<div style="float:right ;padding-left: 20px;"><youtube width="320" height="180">url1</youtube>
<div style='max-width: 315px; text-align: center;'>video title 1</div>
<youtube width="320" height="180">url2</youtube>
<div style='max-width: 315px; text-align: center;'>video title 2</div>
</div>
</pre>
===Template Documentation<span id="templatedoc"></span><span id="Templatedoc"></span><span id="TemplateDoc"></span><span id="template doc"></span><span id="Template doc"></span><span id="Template Doc"></span><span id="Template documentation"></span><span id="template documentation"></span>===
This block of text can be inserted into a <code>Template:(name)/doc</code> page to provide a guide on how to fill it out. Since most of the guide notes are in comments they can technically be left in, though that would be really lazy and would bloat the page.
<div class="toccolours mw-collapsible mw-collapsed">
Template Documentation guide (copy and paste)
<div class="mw-collapsible-content">
<pre>
==Description==
<!--Short summary of what the main function of the template is-->
INSERT_TEXT_HERE
==Syntax==
<!--Explain how the template is included in a page. Best to include the recommended use cases.
For example, in Template:Listloc:
Copy/Paste the code shown below into a cell on the table then fill in the information.
<pre>
{{Listloc
|name        =
|image      =
|aka        = AKA: [Line can be deleted if inapplicable]
|description = }}
<∕pre>
Another example, this time from Template:Documentation:
Add <code><nowiki><noinclude></nowiki>{{t|Documentation}}<nowiki></noinclude></nowiki></code> at the end of the template page.
Add <code><nowiki><noinclude></nowiki>{{t|Documentation|documentation page}}<nowiki></noinclude></nowiki></code> to transclude an alternative page from the /doc subpage.
Basically think of it as a simplified sample.-->
INSERT_TEXT_HERE
==Usage==
<!--How to use. Attempt to answer:
- What does it present to the reader?
- Why would an editor choose to use it?
- What is the recommended use?
- What does the template require in order to function?
- What can the template NOT do? (limitations)
- What are some potential issues that should be kept in mind? (troubleshooting)
It may be helpful to give examples in this section instead of waiting until "Sample".-->
INSERT_TEXT_HERE
==Parameters==
<!--Copy the below texts to build the template parameter table. Spaces surround placeholder names to ease selection - do not include spaces.
This starts the function:
<templatedata>{ "description": "","params": {
The following is a template with all options listed
DO NOT INCLUDE }, LINE IF USING IT FIRST
REMOVE VERY LAST , AFTER EVERY LAST PROPERTY - NEVER END THE LIST WITH A COMMA
},
" parameter ": {
"label": " Fancy_Name ",
"aliases": [" Other_Name1 "," Other_Name2 "],
"type": "Choose one of: number, string, line(no line breaks), content(formatted wikitext), boolean, url(https://example.com), date, wiki-page-name, wiki-file-name, wiki-user-name, wiki-template-name.",
"description": " Explanation ",
"example": " Example_Input ",
"default": " Default_If_Static ",
"autovalue": " Default_If_Magic_Word ",
"suggestedvalues": [" Value1 "," Value2 "],
"required": true
"suggested": true
"deprecated": " What_To_Use_Instead ",
"inherits": "put another parameter name here to copy its properties (gets overwritten by new ones)",
The following is a template with minumum options and less placeholders
DO NOT INCLUDE }, LINE IF USING IT FIRST
REMOVE VERY LAST , AFTER EVERY LAST PROPERTY - NEVER END THE LIST WITH A COMMA
},
" parameter ": {
"label": " Fancy_Name ",
"type": "Choose one of: number, string, line(single), content(wikitext), wiki-page-name, wiki-file-name, wiki-user-name.",
"description": " Explanation ",
"example": " Example_Input ",
"default": " Default_If_Static ",
This ends the templatedata function:
}}}</templatedata>
Obviously, only include as many parameters as you need.-->
INSERT_TEXT_HERE
==Sample==
<!--You can use this structure:
The following input:
<pre>{{Example|param=value|pa..}}<∕pre>
Produces:
{{Example|param=value|pa..}}
Here, copy the exact template call from the preformatted section and use that. If the template is heavy when loading you may want to copy the expected output instead, however this has risk of becoming outdated and should be avoided.
DO NOT COPY THAT <∕pre> YOU SEE IN THIS EXAMPLE, IT WILL NOT WORK
You may want to format the example across multiple lines like in Template:Locationbox/doc-->
INSERT_TEXT_HERE


<noinclude>__NOTOC__ [[Category:Template Documentation]]</noinclude>
===Face Any Direction===
<includeonly>__NOEDITSECTION__</includeonly>
</pre>
</div></div>
=Game Guides<span id="Game guides"></span><span id="game guides"></span>=
==Face Any Direction<span id="Face any direction"></span>==
You can face any direction you want on any tile in Yume Nikki's dream worlds, using the power of [[Yume Nikki:Glitches|glitches]]. This guide outlines how to face whichever direction you want on any given tile assuming you can't do it manually by walking into it and/or sitting down.
You can face any direction you want on any tile in Yume Nikki's dream worlds, using the power of [[Yume Nikki:Glitches|glitches]]. This guide outlines how to face whichever direction you want on any given tile assuming you can't do it manually by walking into it and/or sitting down.
===Dream World===
 
====Dream World====
*Face DOWN by using [[Yume Nikki:Effects#Cat|Cat]] or [[Yume Nikki:Effects#Nopperabou|Faceless Ghost]].
*Face DOWN by using [[Yume Nikki:Effects#Cat|Cat]] or [[Yume Nikki:Effects#Nopperabou|Faceless Ghost]].
*Face RIGHT by sitting down with ''1'' after facing DOWN.
*Face RIGHT by sitting down with ''1'' after facing DOWN.
Line 187: Line 27:
*Face LEFT by equipping the Faceless Ghost effect in the chair then using it.
*Face LEFT by equipping the Faceless Ghost effect in the chair then using it.
Using [[Yume Nikki:Effects#Towel|Towel]] after equipping it in the chair can force you to face UP or LEFT as well, but it's hard to get to a state where you aren't also sitting down, so it's best to use one of the explained methods instead.
Using [[Yume Nikki:Effects#Towel|Towel]] after equipping it in the chair can force you to face UP or LEFT as well, but it's hard to get to a state where you aren't also sitting down, so it's best to use one of the explained methods instead.
===FC World===
 
====FC World====
*Face DOWN by using Cat or Faceless Ghost.
*Face DOWN by using Cat or Faceless Ghost.
*Face RIGHT by sitting down with ''1'' after facing DOWN.
*Face RIGHT by sitting down with ''1'' after facing DOWN.
Line 204: Line 45:
##Equip any effect
##Equip any effect
*Face LEFT by equipping Towel in the chair then using it on the tile.
*Face LEFT by equipping Towel in the chair then using it on the tile.
===Real World===
 
====Real World====
*Face DOWN by pressing ''9'' to pinch your cheek.
*Face DOWN by pressing ''9'' to pinch your cheek.
*Face RIGHT by sitting down with ''1'' after facing DOWN.
*Face RIGHT by sitting down with ''1'' after facing DOWN.
Line 218: Line 60:
#Press ''1'' to stand up.
#Press ''1'' to stand up.


=Test Space=
</div>
==Random==
<!--Above div close is for the collapsible section of "Game Guides"-->
Test anything here <!--Lazy way w/o needing to create a new header-->
 
<!--{{User:ZASNK/Test|https://www.youtube.com/watch?v=3bpVRVATszI}}
 
{{subst:User:ZASNK/Test|https://www.youtube.com/watch?v=3bpVRVATszI}}-->
==Saved Code==
===Map ID===
Adds Map ID records from Locationbox input
<pre>
{{#ifeq:{{{Map ID}}}|None||{{#arraymaptemplate:{{{Map ID}}}|Template:MapIDs|,|,&#32;}}}}
</pre>
 
Example code:
<pre>
{{#ifeq:0076, 0077, 0078 (test1), 0079, 0080, 0082 (test2), 0177, 0178, 0179|None||{{#arraymaptemplate:0076, 0077, 0078 (test1), 0079, 0080, 0082 (test2), 0177, 0178, 0179|Template:MapIDs|,|,&#32;}}}}</pre>
 
Example:
 
(blanked)
 
===Yume Nikki main page edit===
Commented out. Please view source.
<!--
{{PortalHeading|Welcome to the Yume&nbsp;Nikki&nbsp;Wiki|tag=h1}}
<div style="text-align:center;">
<big><p>Detailed information and guides for everything ''[[Yume Nikki:Yume Nikki|Yume&nbsp;Nikki]]''</p>
<p class="plainlinks">[https://yume.wiki/Special:PrefixIndex?prefix=&namespace=3000&hideredirects=1&stripprefix=1 {{PAGESINNAMESPACE:{{NAMESPACENUMBER}}}} articles] since May 2009</p></big>
 
''Yume Nikki'' is an exploration-based game which relies on mystery and discovery.
 
The nature of this wiki makes it more suited for players who wish to discover more about the game and inform themselves on areas they may be unaware of. The wiki also covers popular theories on the game's major themes, unused and removed content from the many discovered versions, and related official media.
 
<u>It is best to play the game in full before consulting the wiki.</u>
</div>
 
{{PortalHeading|Contents|}}
<div style="text-align:center; max-width:940px; margin:auto;">
[[File:Yume Nikki Titlecard.png|link=Yume Nikki:Yume Nikki]]
[[File:Effects Titlecard.png|link=Yume Nikki:Effects]]
[[File:Events Titlecard.png|link=Yume Nikki:Events]]
[[File:Characters Titlecard.png|link=Yume Nikki:List of Characters]]
[[File:Madotsuki Titlecard.png|link=Yume Nikki:Madotsuki]]
[[File:Locations Titlecard.png|link=Yume Nikki:List of Locations]]
[[File:Soundtrack Titlecard.png|link=Yume Nikki:Soundtrack]]
[[File:Theories Titlecard.png|link=Yume Nikki:Theories]]
[[File:Other Media titlecard.png|link=Yume Nikki:Official Goods and Media]]
</div>
 
{{PortalHeading|External Links}}
<div style="text-align:center;">
[[File:Download Thumb.png|link=http://store.steampowered.com/app/650700/Yume_Nikki/]]
[[File:KikiyamaHP Thumb.png|link=https://www3.nns.ne.jp/~tk-mto/kikiyamaHP.html]]
[[File:DreamDiary_Thumb.png|link=http://yume-nikki.com/]]
</div>
 
{{PortalHeading|Editing}}
Despite the game's age, many details have been neglected or are otherwise absent. All contributions are welcome to help improve the wiki.
*Learn [[Help:Editing|how to edit]] articles.
*Upload [[Special:Upload|images]] for pages that need them.
*Add to the [[:Category:Yume Nikki Characters|character pages]].
 
{{CreateNewArticle}}
 
===Recent Changes===
{{Special:RecentChanges/namespace=3000,days=30,limit=10,hidebots,hidemyself}}
 
__NOTOC__
__NOEDITSECTION__
[[Category:Yume Nikki]]
[[Category:Wikis]]
-->
 
===Header Gradient===
<h4 style="text-align:center; font-weight:bold; background: linear-gradient(to bottom right, #e3d905 45%, #c87c91 50%, #7005b9 55%); border: 5px solid #49007C;><span style="color:#fff;
  text-shadow:
    1px 1px 2px #000,
    -1px 1px 2px #000,
    -1px -1px 0 #000,
    1px -1px 0 #000;"><big>Example</big></span></h4>
 
==SMW==
 
<div style="float:right;">'''''AKA Semantic MediaWiki'''''</div>
===Badges===
Below asks for [[Property:Badge/Is hidden|hidden]] badges.
{{#ask:
[[Badge/Is hidden::true]]
|?Badge/Icon#frameless=Icon(s)
|?Badge/Name=Name
|?Badge/Location=Location(s)
|?Badge/Author=Author(s)
|?Badge/Batch=Batch
|?Badge/Date#ISO=Date
|mainlabel=-
|limit=60
|sort=Badge/Name
|order=ascending,ascending
}}
 
===Yume Nikki Map IDs===
<div class="mw-collapsible mw-collapsed">
 
 
<div class="mw-collapsible-content">
{{#ask:
[[Category:Yume Nikki Locations]]
|?Map IDs
|mainlabel=Page
|limit=999
|sort=Map IDs.Has map ID
}}</div></div>
 
===BGM by Artist===
{{#ask: [[Has BGM::+]] [[Category:Collective Unconscious Locations]]
|?Has BGM.BGM/Author
|?Has BGM.BGM/Title
|?Has BGM.BGM/Audio
|?Has BGM.BGM/Speed
|limit=4
}}
 
==Focused Planning==
This section is less "mind map" and more "todo"
 
===name===
{|class="wikitable mw-collapsible mw-collapsed" style="min-width:min(100%, 840px);"
|+ Tracking Progress
|-
!Page
!Cleaned?
!Points to keep
|-
|[[Yume Nikki:Bed Room(name)|Bed Room]]
|Separate
|[[User:WikiOdd/Sandbox#Bed Room|''WikiOdd's sandbox entry'']]
|-
|[[Yume Nikki:Bloody Touching Monster(name)|Bloody Touching Monster]]
|Separate
|[[User:WikiOdd/Sandbox#Bloody Touching Monster|''WikiOdd's sandbox entry'']]
|-
|[[Yume Nikki:Candle World(name)|Candle World]]
|Separate
|[[User:WikiOdd/Sandbox#Candle World|''WikiOdd's sandbox entry'']]
|-
|[[Yume Nikki:Dave Spector(name)|Dave Spector]]
|Separate
|[[User:WikiOdd/Sandbox#Dave Spector|''WikiOdd's sandbox entry'']]
|-
|[[Yume Nikki:Effects (name)|Effects]]
|Separate
|[[User:WikiOdd/Sandbox#Effects|''WikiOdd's sandbox entry'']]
|-
|[[Yume Nikki:Eyeball World(name)|Eyeball World]]
|Separate
|[[User:WikiOdd/Sandbox#Eyeball World|''WikiOdd's sandbox entry'']]
|-
|[[Yume Nikki:FACE(name)|FACE]]
|Separate
|[[User:WikiOdd/Sandbox#FACE|''WikiOdd's sandbox entry'']]
|-
|[[Yume Nikki:FC World(name)|FC World]]
|Separate
|[[User:WikiOdd/Sandbox#FC World|''WikiOdd's sandbox entry'']]
|-
|[[Yume Nikki:Graffiti World(name)|Graffiti World]]
|Separate
|[[User:WikiOdd/Sandbox#Graffiti World|''WikiOdd's sandbox entry'']]
|-
|[[Yume Nikki:Hell(name)|Hell]]
|Separate
|[[User:WikiOdd/Sandbox#Hell|''WikiOdd's sandbox entry'']]
|-
|[[Yume Nikki:KyuuKyuu-kun(name)|KyuuKyuu-kun]]
|Separate
|[[User:WikiOdd/Sandbox#KyuuKyuu-kun|''WikiOdd's sandbox entry'']]
|-
|[[Yume Nikki:Lamp World(name)|Lamp World]]
|
|
|-
|[[Yume Nikki:Madotsuki's Room(name)|Madotsuki's Room]]
|
|
|-
|[[Yume Nikki:Madotsuki(name)|Madotsuki]]
|
|
|-
|[[Yume Nikki:Mars(name)|Mars]]
|
|
|-
|[[Yume Nikki:Monoe(name)|Monoe]]
|
|
|-
|[[Yume Nikki:Mural World(name)|Mural World]]
|Mostly
|The figures in the murals appear to be holding tools that may resemble the hammer & sickle of Communism.
|-
|[[Yume Nikki:NASU(name)|NASU]]
|
|
|-
|[[Yume Nikki:Neon Creatures(name)|Neon Creatures]]
|
|
|-
|[[Yume Nikki:Neon World(name)|Neon World]]
|
|
|-
|[[Yume Nikki:Number World(name)|Number World]]
|
|
|-
|[[Yume Nikki:Restroom(name)|Restroom]]
|
|
|-
|[[Yume Nikki:Shield-Folk World(name)|Shield-Folk World]]
|
|
|-
|[[Yume Nikki:Snow World(name)|Snow World]]
|
|
|-
|[[Yume Nikki:The Barracks Settlement(name)|The Barracks Settlement]]
|
|
|-
|[[Yume Nikki:The Dense Woods(name)|The Dense Woods]]
|
|
|-
|[[Yume Nikki:The Docks(name)|The Docks]]
|
|
|-
|[[Yume Nikki:The KALIMBA TV Channel(name)|The KALIMBA TV Channel]]
|
|
|-
|[[Yume Nikki:The Mall(name)|The Mall]]
|
|
|-
|[[Yume Nikki:The Neon Tile Path(name)|The Neon Tile Path]]
|
|
|-
|[[Yume Nikki:The Pink Sea(name)|The Pink Sea]]
|
|
|-
|[[Yume Nikki:The Sewers(name)|The Sewers]]
|
|
|-
|[[Yume Nikki:The Sky Garden(name)|The Sky Garden]]
|
|
|-
|[[Yume Nikki:The Stabbing Room(name)|The Stabbing Room]]
|
|
|-
|[[Yume Nikki:The Thing with the Quivering Jaw(name)|The Thing with the Quivering Jaw]]
|
|
|-
|[[Yume Nikki:The Wilderness(name)|The Wilderness]]
|
|
|-
|[[Yume Nikki:Underground World(name)|Underground World]]
|
|
|-
|[[Yume Nikki:White Desert Underground Area(name)|White Desert Underground Area]]
|
|
|-
|[[Yume Nikki:White Desert(name)|White Desert]]
|
|
|-
|[[Yume Nikki:Windmill World(name)|Windmill World]]
|
|
|-
|[[Yume Nikki:Witch's Island(name)|Witch's Island]]
|
|
|-
|[[Yume Nikki:Yume Nikki(name)|Yume Nikki]]
|
|
|}
 
===Notice Templates===
[[:Category:Notice templates]]<br>
and [https://ynfg.yume.wiki/Category:Notice_templates YNFG Wiki's category]
 
Planned notices:
*{{t|Outdated}} for content in need of update.
**Uneven Dream Fast Forward effect
*{{t|MapNotice}} for locations needing new or updated maps.
**Yume Tsushin Detective effect
*{{t|MissingImages}} for pages that could use more images.
**nostAlgic Doodle effect
*{{t|Forked}} for forked content that would have a better search engine ranking if reworded.
**''Potential: Ultra Violet Egg effect, Oversomnia Tuning Fork effect, nostAlgic Fork effect''
*{{t|Archived}} for pages that are kept outdated on purpose (e.g. [[Yume 2kki:Music Room Track Listing]])
**''Potential: Deep Dreams Monochrome alter, Uneven Dream <span class="explain" tabindex="0" title="Totsutsuki wearing a night gown">Pajama? effect</span>, Mikan Muzou Tape effect, Oversomnia Ice Statue effect''
*{{t|Move}} to request a page move by an admin (or any user with replace text perms), since changing all links/mentions manually is usually not worth it
**''Potential: Amillusion Shopping key, …TBA''
 
''Please note I wrote the potential effects from memory - names may be inaccurate''
 
{| class="wikitable sortable mw-collapsible mw-collapsed" style="min-width:min(100%, 840px);"
|+ Notice images
|-
!Game
!Character
!Attribute
!Template
|-
|Yume Nikki
|Unused Puddle World torii gate
|
|[[Template:Delete|Delete]]
|-
|Yume Nikki
|FC Moai
|[[YNOproject:Badges/Yume Nikki#fc_moai|YNOproject badge art]]
|[[Template:Claim|Claim]]
|-
|Yume 2kki
|Urotsuki
|Custom
|[[Template:Stub|Stub]]
|-
|Yume 2kki
|Urotsuki
|[[Yume 2kki:Effects#Crossing|Crossing]] effect
|[https://ynfg.yume.wiki/Template:Quarantined Quarantined]
|-
|.flow
|Kaibutsu
|
|[https://ynfg.yume.wiki/Template:HorrorWarning HorrorWarning]
|-
|Someday
|Itsuki
|[[Someday:Effects#Wrench|Wrench]] effect
|[[Template:PropertySetting|PropertySetting]]
|-
|Answered Prayers
|Fluorette
|[[Answered Prayers:Prayers#Shovel|Shovel]] prayer
|[[Template:MissingInfo|MissingInfo]]
|-
|Mesonoxian
|Tyran
|Box effect
|[[Template:CategorySetting|CategorySetting]]
|-
|''Custom''
|[https://ynfg.yume.wiki/File:Loadingsuki.gif Loadingsuki]
|Animated gif
|[https://ynfg.yume.wiki/Template:NotReleased NotReleased]
|-
|''Custom''
|[https://ynfg.yume.wiki/File:Glitchsuki.gif Glitchsuki]
|Animated gif
|[https://ynfg.yume.wiki/Template:NotReleased2 NotReleased2]
|-
|''No image''
|
|
|[https://ynfg.yume.wiki/Template:ExFangame ExFangame]
|}
 
===General Navbox===
Not quite sure how to organise this but the idea is to have all important pages in this box so it can be used on pages and easily lead people to other places
 
Wikipedia has plenty of navboxes to reference such as the MoS navbox
 
{| class="wikitable"
|+ TBA
|-
!Basics
|style="width:100%;"|[[YumeWiki:Wiki rules|Wiki rules]] • [[YumeWiki:Style Guide|Style Guide]] • [[Help:Editing|Editing]]
|-
!General Editing
|[[Help:Files|File uploading and usage]] • [[Help:Embedding videos|Embedding videos]] • [[Help:Namespaces|Namespaces]] • [[Help:Formatting|Formatting]]
|-
!Location Pages
|[[Template:Locationbox/doc|Locationbox doc]] • [[Template:BGM/doc|BGM doc]] • [[Help:Connections|Connection types]]
|-
!TBA
|[[Help:Talk pages|Talk pages]] • [[Help:Templates|Templates]]
|}


ab {{User:ZASNK/Test|https://www.youtube.com/watch?v{{=}}3bpVRVATszI|Titletext|left|400|600}}<br clear=all>
==Rough Planning==
cd {{User:ZASNK/Test|https://www.youtube.com/watch?v{{=}}3bpVRVATszI|Titletext|left|400|600}}
Thoughts turned into wikitext, to get the weight off my head.
<br clear=all>


==ListThumb Tests<span id="Listthumb tests"></span><span id="Listthumb test"></span><span id="Listthumb Test"></span><span id="ListThumb tests"></span><span id="ListThumb test"></span><span id="ListThumb Test"></span><span id="LocationThumb Tests"></span><span id="LocationThumb tests"></span><span id="LocationThumb test"></span><span id="LocationThumb Test"></span>==
<div class="mw-collapsible mw-collapsed">
Following is a list with images presented in-line and the links next to them, similar to the old DPL output of ListThumb.
===Media Types===
<div class="toccolours mw-collapsible">
<big>'''Visual List'''</big>
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">
*[[File:Snowworld.jpg|40px|Yume Nikki:Snow World]] [[Yume Nikki:Snow World|Snow World]]<br>
Images on wiki pages are:
*[[File:Pastel.jpg|40px|Yume Nikki:The Pink Sea]] [[Yume Nikki:The Pink Sea|The Pink Sea]]<br>
*Gameplay screenshots
*[[File:Witchisland2.png|40px|Yume Nikki:Witch's Island]] [[Yume Nikki:Witch's Island|Witch's Island]]<br>
**Usually showing off a location
*[[File:Snowworld.jpg|40px|Yume Nikki:Snow World]] [[Yume Nikki:Snow World|Snow World]]<br>
**Sometimes to show off a character
*[[File:Snowworld.jpg|40px|Yume Nikki:Snow World]] [[Yume Nikki:Snow World]]<br>
**Many times to show an event process
*[[File:Snowworld.jpg|40px|Yume Nikki:Snow World]] [[Yume Nikki:Snow World]]<br>
***Event may be taking place clearly within the location
*[[File:Snowworld.jpg|40px|Yume Nikki:Snow World]] [[Yume Nikki:Snow World]]<br>
***Event may also be full-screen
*[[File:Snowworld.jpg|40px|Yume Nikki:Snow World]] [[Yume Nikki:Snow World]]<br>
**Menu screenshots too
*[[File:Snowworld.jpg|40px|Yume Nikki:Extremely Long Fake Name To Test How Long Names Work]] [[Yume Nikki:Extremely Long Fake Name To Test How Long Names Work|Extremely Long Fake Name To Test How Long Names Work]]<br>
**VM screenshots to find those
*[[File:Snowworld.jpg|40px|Yume Nikki:Snow World]] [[Yume Nikki:Snow World]]<br>
*World maps
*[[File:Snowworld.jpg|40px|Yume Nikki:Snow World]] [[Yume Nikki:Snow World]]<br>
**May have annotations
*[[File:Snowworld.jpg|40px|Yume Nikki:Snow World]] [[Yume Nikki:Snow World]]<br>
**Some only show a part of the full map file
*[[File:Snowworld.jpg|40px|Yume Nikki:Snow World]] [[Yume Nikki:Snow World]]<br>
**Different parts may be stitched together in a more clear layout
*[[File:Snowworld.jpg|40px|Yume Nikki:Snow World]] [[Yume Nikki:Snow World]]<br>
**Some parts can be made invisible
*Character pictures
**Usually edited to isolate the character
**Can be a section of the CharSet file
**In case of the protagonist, usually the specific faceset is used
*Visual gameplay elements that aren't characters, like the torii gate in {{t|delete}}
*Game files, raw
**Used picture files
**Full panoramas
**Maybe event pictures too
***If the event picture is literally identical to an in-game screenshot, which takes priority?
**Do unedited maps count?
*Game icons (like menu theme icons)
*Art
**Official art by the developer(s)
**Unofficial art that best represents the feature (like characters in the ynfg wiki)
*Wiki template images, like for {{t|stub}}
**These usually feature a character anyways
*YNOproject badge images
*Guide images such as how to perform a set of actions
*Wiki main page banners
**Maybe some misc buttons too but those are probably still considered banners
**Usually feature characters
**May feature other elements too
Audio on wiki pages are:
*Song BGM files, usually ogg at least 1 min length
**Sometimes edited to show something off
**Sometimes the original file, for comparing with the slowed/sped sound in-game
*SFX previews at original length
 
{| class="wikitable mw-collapsible mw-collapsed" width="100%"
|+Features table
!Feature
!In which media
|-
|Character
|
*Normal gameplay screenshots
*Event screenshots
*Picture files
*CharSet files
*Panorama files
*Maps (think of manhole-sama)
*Isolated images
*In wiki banners
*In notice images
*SFX
*Art (both official and unofficial)
*Can be seen in guide images
|-
|Location
|
*Normal gameplay screenshots
*Maps (all types)
*In wiki banners
*''Related to ChipSet files''
*''Related to Panorama files''
*World music
*SFX (as ambience?)
*Art (may be depicted in it)
*Can be seen in guide images
|-
|Other GFX (besides characters)
|
*Normal gameplay screenshots
*Isolated images
*In wiki banners
*In notice images
|-
|TBA
|
|}
</div></div>
</div></div>
column test
<div class="toccolours mw-collapsible">
<big>'''List with thumbnail images'''</big>
<div class="mw-collapsible-content">
<div style="-webkit-column-count:3;column-count:3;">
{{#dpl:category=Wataru|uses=Template:Locationbox|count=7|include={Locationbox}:image|format=,\n*[[File:,{{!}}100px{{!}}%PAGE%]] [[%PAGE%{{!}}%TITLE%]]<br />,|ordermethod=title|cacheperiod=604800}}
</div></div></div>


==RecentlyEdited Tests<span id="RecentlyEdited tests"></span><span id="RecentlyEdited Test"></span><span id="RecentlyEdited test"></span>==
<div class="mw-collapsible mw-collapsed">
Testing of what became the RecentlyEdited template (originally was going to be TrendingPages)
===Category Structure===
<div class="toccolours mw-collapsible">
<big>'''Visual List'''</big>
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">
<div style='text-align: center;'><ul>
The current setup:
<li style="display: inline-block; vertical-align: top;">[[File:|File:Snowworld.jpg|none|135px|Yume Nikki:Snow World]][[Yume Nikki:Witch's Island|Witch's Island]] </li>
*YumeWiki
<li style="display: inline-block; vertical-align: top;">[[File:Snowworld.jpg|none|135px|Yume Nikki:Snow World]]<div style='max-width: 130px; text-align: center;'>[[Yume 2kki:Construction Frame Building|Construction Frame Building]]</div></li>
**Help
<li style="display: inline-block; vertical-align: top;">[[File:Snowworld.jpg|none|135px|Yume Nikki:Snow World]][[Braingirl:Duck World|Duck World]] </li>
***''TBA''
<li style="display: inline-block; vertical-align: top; width: 180px;">[[File:Snowworld.jpg|none|135px|Yume Nikki:Snow World]][[Yume 2kki:Flying Fish World|Flying Fish World]] </li>
**Maintenance
<li style="display: inline-block; vertical-align: top;">[[File:Snowworld.jpg|none|135px|Yume Nikki:Snow World]]<div style='max-width: 130px; text-align: center;'>[[Yume Nikki:Snow World|Snow World]]</div></li>
***Templates
</ul></div></div></div>
***Tracking page ''types'' like wiki-dependent
Plan was to recreate the above using a DPL function below, but the above section became a test space for when I was trying to figure out how to format it without ListChar breaking the whole thing (WHY DO THEY PUT THE File: NAMESPACE IN THAT TEMPLATE BUT NO OTHERS???)<br>
***Tracking page ''properties or features'' like automatically created MediaWiki categories
'''DPL testing'''<br>
**Content
<nowiki>Code used
***''All wiki pages normal readers would want, across all wikis''
<div class="toccolours mw-collapsible" style='text-align: center;'>
Now for a bit of chatter:
<big>'''Recently Edited'''</big>
*Do templates actually fit under Maintenance or would they fit better under some other admin category?
<div class="mw-collapsible-content">
*Original idea was to make Maintenance have lowercase categories but Content categories in Title Case:
{{#dpl:category=Yume Nikki Events{{!}}Yume 2kki Characters|uses=Template:ListChar{{!}}Template:Locationbox{{!}}Template:NPCBox{{!}}Template:Listloc|count=15|include={ListChar}:image,{Locationbox}:image,{NPCBox}:image,{Listloc}:image|format=<div style{{=}}'text-align: center;'><ul>,<li style{{=}}"display: inline-block; vertical-align: bottom; width: 135px;">[[,{{!}}none{{!}}135x101px{{!}}%PAGE%]]<div style{{=}}'max-width: 135px; text-align: center;'>[[%PAGE%{{!}}%TITLE%]]</div></li>\n,</ul></div>|secseparators=,,File:,,,,,|multisecseparators={{!}}aa,,,|dominantsection=1|ordermethod=lastedit|order=descending|cacheperiod=604800}}
**Would Help pages still be viewed by normal readers? Should that be lower or title case?
**How would the stub and missing info categories work? readers see them all the time but its technically Maintenance
**Are either of changing everything to lowercase (ugly) or changing all system messages to title case (sysop only job) preferable to a dual system (I think not)
**What about general pages like the disclaimer?
*Where should general pages like the wiki disclaimer go? some other admin category (again)?
*<s>There are some general pages that cover multiple locations ([[Yume Nikki:FC Worlds|eg]]), should these have a special category?</s> [[:Category:Multi-page Locations|made by wind]]
**Disambig categories?
*Should talk pages ever be categorised anywhere?
</div></div>
</div></div>
</nowiki>
Unformatted output<br>
(blanked)<br>
Actual<br>
(blanked)<br>


==Claim<span id="claim"></span>==
===Collectibles===
===Claim Useful Text<span id="Claim useful text"></span><span id="claim useful text"></span><span id="Claim Useful Texts"></span><span id="Claim useful texts"></span><span id="claim useful texts"></span>===
This table is to see what features collectibles may have, and which ones are most in common between all the different types.
Current timestamp {{CURRENTTIMESTAMP}} <br>
{| class="wikitable mw-collapsible mw-collapsed" style="text-align:center; width:100%; font-size:0.5em;"
Function {{#time:Ymdhis|+1 hours}} <br>
|+ Collectible Features
<nowiki>{{#time:Ymdhis|+1 hours}}</nowiki> <br>
|-
{{<includeonly>subst:</includeonly>#time:Ymdhis|+1 hours}} <br>
!style="width:1px"|Collectible
{{#expr: 5 > 5 }} <br>
!style="width:1px"|#
[{{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAME}}|action=purge}} Refresh] <br>
!style="width:1px"|Name or Title
{{#if:{{{1|}}}|{{#ifeq:{{#expr: {{CURRENTTIMESTAMP}} > {{<includeonly>subst:</includeonly>#time:Ymdhis|+1 hours}}}}|1||<br><span style="padding-left: 5%; font-weight: bold;">Planned to be edited by [[User:{{{1}}}]]. It's recommended to [[User talk:{{{1}}}|speak with them]] first.</span>}}|}}
!style="width:1px"|Alt lang titles
!style="width:1px"|Icon
!style="width:1px"|<span class="explain" tabindex="0" title="Like the flavour text for effects">Desc</span>
!style="width:1px"|Cond&shy;ition
!style="width:1px"|<span class="explain" tabindex="0" title="e.g. effects required before obtaining">Pre-reqs</span>
!style="width:1px"|Loc&shy;ation
!style="width:1px"|Image or
Text Prev&shy;iew
!style="width:1px"|Image
of Unlock&shy;ing
!style="width:1px"|Use
!style="width:1px"|<span class="explain" tabindex="0" title="What an effect does">Action</span>
!style="width:1px"|<span class="explain" tabindex="0" title="Description of how an effect looks">Appear&shy;ance</span>
!style="width:1px"|Author
!style="width:1px"|Unlocks Another
!style="width:1px"|???
|-
|<span class="explain" tabindex="0" title="Many">Menu Themes</span>
|style="background:#afa"|✅
|
|
|style="background:#afa"|✅
|
|style="background:#afa"|✅
|
|style="background:#afa"|✅
|style="background:#afa"|✅
|style="background:#afa"|✅
|
|
|
|
|
|-
|<span class="explain" tabindex="0" title="Many">Wallpapers</span>
|style="background:#afa"|✅
|style="background:#afa"|✅
|
|
|
|style="background:#afa"|✅
|
|
|style="background:#afa"|✅
|
|
|
|
|style="background:#afa"|✅
|
|-
|<span class="explain" tabindex="0" title="Yume 2kki">Kura Puzzles</span>
|style="background:#afa"|✅
|style="background:#afa"|✅
|
|
|
|style="background:#afa"|✅
|
|
|style="background:#afa"|✅
|
|
|
|
|style="background:#afa"|✅
|
|-
|<span class="explain" tabindex="0" title="Yume 2kki">System Sounds</span>
|style="background:#afa"|✅
|
|
|
|
|style="background:#afa"|✅
|
|style="background:#afa"|✅
|
|style="background:#afa"|
|
|
|
|
|
|-
|<span class="explain" tabindex="0" title="Oversomnia">Bestiary</span>
|style="background:#afa"|✅
|style="background:#afa"|✅
|
|style="background:#afa"|✅
|
|style="background:#afa"|✅
|
|style="background:#afa"|✅
|style="background:#afa"|✅
|style="background:#afa"|✅
|
|
|
|
|
|-
|<span class="explain" tabindex="0" title="Someday">Crystals</span>
|
|style="background:#afa"|✅
|
|style="background:#afa"|✅
|
|
|
|style="background:#afa"|✅
|style="background:#afa"|✅
|style="background:#dfd"|❓
|
|
|
|
|
|-
|<span class="explain" tabindex="0" title="Someday">Feats</span>
|
|style="background:#afa"|✅
|
|
|style="background:#afa"|✅
|style="background:#afa"|✅
|style="background:#afa"|✅
|
|
|
|
|
|
|
|
|-
|<span class="explain" tabindex="0" title="Muma Rope">Coins</span>
|
|
|
|
|
|style="background:#dfd"|❓
|
|style="background:#afa"|✅
|
|style="background:#dfd"|
|
|
|
|
|
|-
|<span class="explain" tabindex="0" title="Dream Genie">Pet Items</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|-
|<span class="explain" tabindex="0" title="Answered Prayers and Dream Genie">Keys</span>
|style="background:#dfd"|❓
|
|
|
|
|style="background:#dfd"|❓
|style="background:#dfd"|❓
|style="background:#dfd"|❓
|
|style="background:#dfd"|❓
|
|
|
|
|style="background:#dfd"|❓
|-
|<span class="explain" tabindex="0" title="Dream Genie">Other Items</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|-
|<span class="explain" tabindex="0" title="Cerasus">Mailbox Messages</span>
|style="background:#afa"|✅
|style="background:#afa"|✅
|
|
|
|style="background:#afa"|✅
|
|
|style="background:#afa"|✅
|
|
|
|
|
|
|Has speculatory notes and "Sent by"
|-
|<span class="explain" tabindex="0" title="Cerasus">Pwee Dolls</span>
|style="background:#afa"|✅
|
|
|style="background:#afa"|✅
|
|style="background:#afa"|
|style="background:#afa"|✅
|style="background:#afa"|✅
|
|
|
|
|
|
|style="background:#afa"|✅
|-
|<span class="explain" tabindex="0" title="Cerasus">Gummies</span>
|
|
|
|
|
|
|
|style="background:#afa"|✅
|
|
|
|
|
|
|
|-
|<span class="explain" tabindex="0" title="Cerasus">Notes</span>
|
|style="background:#afa"|✅
|
|style="background:#afa"|✅
|style="background:#afa"|✅
|style="background:#afa"|✅
|
|
|
|
|style="background:#afa"|✅
|
|
|
|style="background:#afa"|
|-
|<span class="explain" tabindex="0" title="Many">Effects</span>
|
|style="background:#afa"|✅
|style="background:#afa"|✅
|style="background:#afa"|✅
|style="background:#afa"|✅
|style="background:#afa"|✅
|style="background:#afa"|✅
|style="background:#dfd"|❓
|style="background:#afa"|<span class="explain" tabindex="0" title="incl. Instructions screenshots, player effect sprites, effect eggs">✅*</span>
|
|style="background:#afa"|✅
|style="background:#afa"|✅
|style="background:#afa"|✅
|
|
|-
|<span class="explain" tabindex="0" title="2kki">Masks</span>
|
|style="background:#afa"|✅
|
|style="background:#afa"|✅
|
|style="background:#afa"|✅
|style="background:#afa"|✅
|style="background:#dfd"|❓
|
|
|style="background:#afa"|✅
|
|
|
|
|}


===Claim Testing<span id="Claim testing"></span>===
===Guides and help===
<!--
*'''Basic wiki info:'''
{{claim}}
**Wikitext → [[Help:Editing#Basics]] and [[Help:Formatting#Wikitext]]
{{claim}}
**Tables → [[Help:Formatting#Making a table]]
{{subst:claim}}
**Redirects → '''?'''
{{subst:claim|ZASNK}}
**Source editing → '''?'''
-->
**Visual editor → '''?'''
**Page forms → '''?'''
**Oldids → '''?'''
**Diffs → '''?'''
*'''Users:'''
**Talk pages → [[Help:Talk pages]]
**Signatures → '''?''' <span class="explain" tabindex="0" title="This should be in the wikitext table of Help:Formatting as well as Help:Talk_pages">''note''</span>
**Watchlist → '''?'''
**Edit summaries & tags → '''?'''
**Contributions → '''?'''
*'''Special pages:'''
**Recent changes → '''?'''
**What links here → '''?'''
**<span class="explain" tabindex="0" title="Wanted pages, uncategorized pages, orphaned pages, etc">Page lists</span> → '''?'''
*'''Location pages:'''
**Locationbox → [[Template:Locationbox/doc]] and [[YumeWiki:Style Guide#Locationbox]]
**LocationMap → [[Template:LocationMap/doc]] and [[YumeWiki:Style Guide#Maps]]
**BGM → [[Template:BGM/doc]]
**Connections → [[Template:Connection/doc]] and [[Help:Connections]]
**Written sections → [[YumeWiki:Style Guide#Location Pages]]
*'''Files:'''
**Uploading → [[Help:Files#Uploading]]
**Videos → [[Help:Embedding videos]]
**Overwriting → '''?'''
**'''Galleries:'''
***Using a gallery → [[Help:Files#Using files on pages]]
***Styling a gallery → '''?'''
**'''File creation:'''
***Screenshots → [[Help:Files#Creating files]]
***Character Images → '''?'''
***Location maps → [[Help:Location maps]]
***Audio → '''?'''
*'''Character pages:'''
**Characterbox → [[Template:Characterbox/doc]]
**Art → [[YumeWiki:Wiki rules#Character Images]]
*'''Categories:'''
**Adding categories → '''?'''
**Category structure → '''?'''
**<span class="explain" tabindex="0" title="For navigation or as page lists">Using categories</span> → '''?'''
*'''CSS:'''
**Collapsible sections → [[Help:Formatting#Collapsible Sections]]
**Spoiler → [[Help:Formatting#Tags]]
**Section links → [[Help:Formatting#Links]]
**Anchors → [[Help:Formatting#Tags]]
*'''Templates:'''
**How to use ''X'' → [[:Category:Template documentation]]
**<span class="explain" tabindex="0" title="Including infoboxes and notices">Standard templates</span> → '''?'''
**<span class="explain" tabindex="0" title="Named parameters, escaping pipes">Basic template usage</span> → '''?'''
**Creating a template → '''?'''
*'''SMW:'''
**Querying → '''?'''
**<span class="explain" tabindex="0" title="Creation and setting">Properties</span> → '''?'''


<!--{{subst:MissingInfo|details|ZASNK}}-->
===Test Space===
Test anything here <!--Lazy way w/o needing to create a new header-->


==Countdown==


{{CURRENTHOUR}}:{{#sub:{{CURRENTTIMESTAMP}}|10|2}}


{{CURRENTHOUR}}{{#sub:{{CURRENTTIMESTAMP}}|10|2}}
<!--End-->


{{#expr:{{#time:Ymdhis|+1 hour}}-{{CURRENTHOUR}}{{#sub:{{CURRENTTIMESTAMP}}|10|2}} < 0}}
==Moved files==
 
{| class="wikitable sortable" style="font-size:65%;"
{{#sub:{{#expr:1000000+{{#time:Ymdhis|+2 hour +3 minutes}}-{{CURRENTTIMESTAMP}}}}|1}}
|-
 
!Old (redirect)
$timestamp = strtotime("20230120171222");
!New (used)
|-
|Isee in Barracks Settlement.PNG
|Isee in Barracks Settlement.png
|-
|End Screen.png
|YN Ending.png
|-
|Snow World.png
|YN Snow World map.png
|-
|67b5f3a78ef3ca47649b8cbb907f693a.png
|YN Mall map.png
|-
|Mall.png
|YN Mall.png
|-
|So weird.png
|YN Neon World unused bg.png
|-
|Neon World.png
|YN Neon World map.png
|-
|Nexusmap.JPG
|YN Nexus map labelled.JPG
|-
|The Nexus.png
|YN Nexus map.png
|-
|Lucky.png
|YN Falling Men event.png
|-
|Docks yume(badgeyn).png
|Docks yume(badgeYN).png
|-
|Docks yume(badgeyn).gif
|Docks yume(badgeYN).gif
|}

Latest revision as of 05:13, 10 August 2024

Welcome to my sandbox.


User page Talk Sandbox Test Template Todo Signature Nav


Purpose

This sandbox is used to share wiki information, plan future edits, and to test templates and parser functions.

Most wiki guides previously found here have been moved to help pages.

Game Guides

Face Any Direction

You can face any direction you want on any tile in Yume Nikki's dream worlds, using the power of glitches. This guide outlines how to face whichever direction you want on any given tile assuming you can't do it manually by walking into it and/or sitting down.

Dream World

  • Face DOWN by using Cat or Faceless Ghost.
  • Face RIGHT by sitting down with 1 after facing DOWN.
  • Face UP by performing the following:
  1. Equip Frog in the chair
  2. Go to the tile you wish to face UP on and face DOWN on that tile
  3. Use the Frog effect
  4. Wait for Madotsuki to appear sitting down
  5. Equip any effect
  • Face LEFT by equipping the Faceless Ghost effect in the chair then using it.

Using Towel after equipping it in the chair can force you to face UP or LEFT as well, but it's hard to get to a state where you aren't also sitting down, so it's best to use one of the explained methods instead.

FC World

  • Face DOWN by using Cat or Faceless Ghost.
  • Face RIGHT by sitting down with 1 after facing DOWN.
  • Face UP by performing one of the following:
  1. If you can face LEFT on the tile:
    1. Equip Frog in the chair
    2. Go to the tile you wish to face UP on and face LEFT on that tile
    3. Use the Frog effect
    4. Wait for Madotsuki to appear sitting down
    5. Equip any effect
  2. If you cannot face LEFT on the tile:
    1. Equip Towel in the chair
    2. Go to the tile you wish to face UP on
    3. Spam 1 to use the Towel effect until you somehow end up facing UP (yes, I know this sounds silly, but it works)
    4. Wait for Madotsuki to appear sitting down
    5. Equip any effect
  • Face LEFT by equipping Towel in the chair then using it on the tile.

Real World

  • Face DOWN by pressing 9 to pinch your cheek.
  • Face RIGHT by sitting down with 1 after facing DOWN.
  • You cannot face UP on every tile in the Real World.
  • Face LEFT by performing the following:
  1. Go to the Dream World
  2. Perform the Broken Instructions glitch to store the instructions
  3. Press 9 to wake up with the instructions stored
  4. Sit down while facing LEFT on any tile
  5. Press Z and close the instructions
  6. Move to the tile you wish to face LEFT on (you will have glitched movement)
  7. Wait for Madotsuki to tilt her head (second sitting down state)
  8. Press 1 to stand up.


Saved Code

Map ID

Adds Map ID records from Locationbox input

{{#ifeq:{{{Map ID}}}|None||{{#arraymaptemplate:{{{Map ID}}}|Template:MapIDs|,|, }}}}

Example code:

{{#ifeq:0076, 0077, 0078 (test1), 0079, 0080, 0082 (test2), 0177, 0178, 0179|None||{{#arraymaptemplate:0076, 0077, 0078 (test1), 0079, 0080, 0082 (test2), 0177, 0178, 0179|Template:MapIDs|,|, }}}}

Example:

(blanked)

Yume Nikki main page edit

Commented out. Please view source.

Header Gradient

Example

SMW

AKA Semantic MediaWiki

Badges

Below asks for hidden badges.

Icon(s)NameLocation(s)Author(s)BatchDate
Nasu gold(badgeyn).gif
Nasu gold(badgeyn).png
Gold NASUMadotsuki's RoomCatmat32022-05-12
GoldNekoin(badgeyn).gif
GoldNekoin(badgeyn).png
Golden NekoinShield-Folk Worldmiau22022-05-10
ErasedMuma(badgeMR).gif
ErasedMuma(badgeMR).png
Kill the Erased MumabWF5322022-11-09
WorstThief(badgeMR).gif
WorstThief(badgeMR).png
Worst Thief EVER.ChicagoJetrotal322022-11-09

Yume Nikki Map IDs


PageMap IDs
Debug Room1 (?)
Madotsuki's Room3 (Real Room)
4 (Balcony)
6 (Dream Room)
7 (Dream Balcony day)
8 (Dream Balcony night)
Nexus9 (?)
Forest World10 (?)
Block World11 (?)
Puddle World12 (?)
Dark World13 (?)
Snow World14 (Main area)
22 (Top-middle igloo)
23 (Top-left igloo)
25 (Bottom-left igloo)
27 (Igloo near Toriningen)
28 (Pink Sea entrance)
24 (Surprise Toriningen igloo)
? (top-right)
26 (Kamakurako's Igloo)
? (bottom-right)
Mural World15 (?)
Graffiti World16 (?)
Eyeball World17 (?)
Candle World18 (?)
Shield-Folk World19 (?)
Neon World20 (?)
Number World21 (Main area)
29 (Stabbing Room)
30 (Bed Room)
32 (Stairway Entrance)
33 (Stairway)
Lamp World31 (?)
Guillotine World35 (Normal size)
36 (Big Guillotine World)
Neon Tile Path37 (Lower section)
38 (Upper section)
Checkered Tile Path39 (Lower section)
40 (Upper section)
Face Carpet Plaza41 (?)
Dense Woods A42 (Dense Woods A)
43 (To Infinite Road)
44 (Infinite Road entrance)
45 (Infinite Road)
46 (Infinite Road exit)
Hell47 (?)
Footprint Path48 (Footprint Path A)
49 (Footprint Path B)
Wilderness50 (Dark World Gate)
51 (Route 4)
52 (Route 1)
53 (Route 2)
54 (Rave Box)
55 (Toriningen Party)
56 (Barracks Settlement Entrance)
57 (FC Portal)
58 (Route 3)
59 (Northern Wilderness)
60 (Infinite Wilderness)
61 (Fence)
62 (Northern Wilderness Pylons)
63 (Staircase Bottom)
64 (Staircase to the Sky)
65 (Hot Spring House)
Barracks Settlement66 (Town)
68 (Isee Path)
69 (Seahorse)
Mini Hell67 (?)
Sewers70 (Entrance)
71 (City Gutter)
72 (Processing Plant)
73 (Sewer Tunnel)
74 (Docks Staircase)
75 (Nopperabou Pool)
81 (Big Red)
Mall76 (Elevator Room)
77 (Main Room)
78 (Reception Room)
79 (Flute Room)
80 (Tokuto-kun's room)
82 (Manhole Room)
177 (Rooftop Exit)
178 (Mall Rooftop)
179 (Witch's Flight event)
Windmill World83 (?)
Dense Woods B84 (Manhole to the Mall)
86 (Main area)
Road86 (?)
Dark Woods86 (Dense Woods B gate)
90 (Dark Woods)
Traincar87 (Blue sky)
88 (Inside)
89 (Red sky)
Witch's Island91 (Lake Shore)
92 (Lake Bridge)
93 (Island)
White Desert A94 (Main area)
95 (Monoko's Tunnel)
96 (White Desert Path 1)
97 (Monoe's Void)
98 (White Desert Path 3 - Severed Heads)
99 (Eye Box)
100 (White Desert Path 2)
Poniko's House101 (Uboa's Trap)
109 (Poniko's House)
White Desert Mountain Ring102 (Brain Creature)
103 (The Thing)
104 (Manhole-sama)
105 (Main area)
White Desert B105 (Main area)
106 (White Desert Underground Lagoon)
107 (Stairway)
Pink Sea108 (?)
Teleport Maze110 (?)
Docks A111 (?)
Docks B111 (?)
Sky Garden112 (Garden)
113 (Cliffside)
115 (Red Sky Garden door)
116 (Crossover Garden)
117 (Blue Ghost World door)
Ghost World114 (?)
Static Maze118 (?)
FC House120 (FC Field)
121 (FC House)
122 (Doors A and B)
123 (Walking Eye)
124 (Doors B C and E)
125 (Wavy staircases)
126 (Small two-door loop)
127 (Door D drawers)
128 (Doors F and G)
129 (Doors G and H)
130 (Two staircase drawers platform)
131 (Three staircase drawers platform)
132 (Door H platform)
133 (Merutomaro)
134 (Lone door to FC World A route)
135 (Long staircase to FC Goblins' Room)
136 (V shape room)
137 (Mushrooms)
138 (Goblins' Room door)
139 (FC Goblins' Room)
140 (FC Demon's Room)
141 (Route to FC World A: door)
142 (Route to FC World A: staircase)
143 (Route to FC World A: room)
Static Tunnel144 (?)
FC World A145 (Cave from Static Tunnel)
147 (FC Ruins)
158 (Main FC World)
FC World B146 (FC Pyramids)
151 (FC Cave first room)
152 (FC Cave Buyo Buyo)
154 (Pirori Shore)
158 (Main FC World)
FC Dungeon148 (FC Dungeon rooms)
149 (Dungeon Glitch room without event)
150 (Monochrome room)
157 (Dungeon Glitch room with event)
FC World C153 (Moai peninsula)
158 (Main FC World)
Staircase of Hands159 (?)
Underground World160 (Hallway)
161 (Blazing Corridor)
162 (Storage Room)
Spaceship163 (Entrance from Underground World)
164 (Main room)
165 (Missing entrance)
166 (Spaceship Bedroom)
167 (Exit to Mars)
Mars168 (Crash Site)
169 (Flat path)
170 (Start of hill)
171 (Hill slope)
172 (Summit)
173 (Underground stairs)
174 (Mars Underground)

BGM by Artist

 BGM/AuthorBGM/TitleBGM/AudioBGM/Speed
A Long JourneyNoahravnoahrav_music_40aCu noahrav music 40a 100.ogg
Abyssal Bleubathynomus, Nolan Brewerbath_nolan_brewer_tanajuraCu bath nolan brewer tanajura 100.ogg
Abyssal Hallwaysorchidmantisorchidmantis_abyssal_hallways2Cu orchidmantis abyssal hallways2 80.ogg
Achromatic Positive HellscapeBlackMambaMAMBAspacey2Cu MAMBAspacey2 100.ogg
... further results

Focused Planning

This section is less "mind map" and more "todo"

name

Tracking Progress
Page Cleaned? Points to keep
Bed Room Separate WikiOdd's sandbox entry
Bloody Touching Monster Separate WikiOdd's sandbox entry
Candle World Separate WikiOdd's sandbox entry
Dave Spector Separate WikiOdd's sandbox entry
Effects Separate WikiOdd's sandbox entry
Eyeball World Separate WikiOdd's sandbox entry
FACE Separate WikiOdd's sandbox entry
FC World Separate WikiOdd's sandbox entry
Graffiti World Separate WikiOdd's sandbox entry
Hell Separate WikiOdd's sandbox entry
KyuuKyuu-kun Separate WikiOdd's sandbox entry
Lamp World
Madotsuki's Room
Madotsuki
Mars
Monoe
Mural World Mostly The figures in the murals appear to be holding tools that may resemble the hammer & sickle of Communism.
NASU
Neon Creatures
Neon World
Number World
Restroom
Shield-Folk World
Snow World
The Barracks Settlement
The Dense Woods
The Docks
The KALIMBA TV Channel
The Mall
The Neon Tile Path
The Pink Sea
The Sewers
The Sky Garden
The Stabbing Room
The Thing with the Quivering Jaw
The Wilderness
Underground World
White Desert Underground Area
White Desert
Windmill World
Witch's Island
Yume Nikki

Notice Templates

Category:Notice templates
and YNFG Wiki's category

Planned notices:

  • {{Outdated}} for content in need of update.
    • Uneven Dream Fast Forward effect
  • {{MapNotice}} for locations needing new or updated maps.
    • Yume Tsushin Detective effect
  • {{MissingImages}} for pages that could use more images.
    • nostAlgic Doodle effect
  • {{Forked}} for forked content that would have a better search engine ranking if reworded.
    • Potential: Ultra Violet Egg effect, Oversomnia Tuning Fork effect, nostAlgic Fork effect
  • {{Archived}} for pages that are kept outdated on purpose (e.g. Yume 2kki:Music Room Track Listing)
    • Potential: Deep Dreams Monochrome alter, Uneven Dream Pajama? effect, Mikan Muzou Tape effect, Oversomnia Ice Statue effect
  • {{Move}} to request a page move by an admin (or any user with replace text perms), since changing all links/mentions manually is usually not worth it
    • Potential: Amillusion Shopping key, …TBA

Please note I wrote the potential effects from memory - names may be inaccurate

Notice images
Game Character Attribute Template
Yume Nikki Unused Puddle World torii gate Delete
Yume Nikki FC Moai YNOproject badge art Claim
Yume 2kki Urotsuki Custom Stub
Yume 2kki Urotsuki Crossing effect Quarantined
.flow Kaibutsu HorrorWarning
Someday Itsuki Wrench effect PropertySetting
Answered Prayers Fluorette Shovel prayer MissingInfo
Mesonoxian Tyran Box effect CategorySetting
Custom Loadingsuki Animated gif NotReleased
Custom Glitchsuki Animated gif NotReleased2
No image ExFangame

General Navbox

Not quite sure how to organise this but the idea is to have all important pages in this box so it can be used on pages and easily lead people to other places

Wikipedia has plenty of navboxes to reference such as the MoS navbox

TBA
Basics Wiki rulesStyle GuideEditing
General Editing File uploading and usageEmbedding videosNamespacesFormatting
Location Pages Locationbox docBGM docConnection types
TBA Talk pagesTemplates

Rough Planning

Thoughts turned into wikitext, to get the weight off my head.

Media Types

Images on wiki pages are:

  • Gameplay screenshots
    • Usually showing off a location
    • Sometimes to show off a character
    • Many times to show an event process
      • Event may be taking place clearly within the location
      • Event may also be full-screen
    • Menu screenshots too
    • VM screenshots to find those
  • World maps
    • May have annotations
    • Some only show a part of the full map file
    • Different parts may be stitched together in a more clear layout
    • Some parts can be made invisible
  • Character pictures
    • Usually edited to isolate the character
    • Can be a section of the CharSet file
    • In case of the protagonist, usually the specific faceset is used
  • Visual gameplay elements that aren't characters, like the torii gate in {{delete}}
  • Game files, raw
    • Used picture files
    • Full panoramas
    • Maybe event pictures too
      • If the event picture is literally identical to an in-game screenshot, which takes priority?
    • Do unedited maps count?
  • Game icons (like menu theme icons)
  • Art
    • Official art by the developer(s)
    • Unofficial art that best represents the feature (like characters in the ynfg wiki)
  • Wiki template images, like for {{stub}}
    • These usually feature a character anyways
  • YNOproject badge images
  • Guide images such as how to perform a set of actions
  • Wiki main page banners
    • Maybe some misc buttons too but those are probably still considered banners
    • Usually feature characters
    • May feature other elements too

Audio on wiki pages are:

  • Song BGM files, usually ogg at least 1 min length
    • Sometimes edited to show something off
    • Sometimes the original file, for comparing with the slowed/sped sound in-game
  • SFX previews at original length
Features table
Feature In which media
Character
  • Normal gameplay screenshots
  • Event screenshots
  • Picture files
  • CharSet files
  • Panorama files
  • Maps (think of manhole-sama)
  • Isolated images
  • In wiki banners
  • In notice images
  • SFX
  • Art (both official and unofficial)
  • Can be seen in guide images
Location
  • Normal gameplay screenshots
  • Maps (all types)
  • In wiki banners
  • Related to ChipSet files
  • Related to Panorama files
  • World music
  • SFX (as ambience?)
  • Art (may be depicted in it)
  • Can be seen in guide images
Other GFX (besides characters)
  • Normal gameplay screenshots
  • Isolated images
  • In wiki banners
  • In notice images
TBA

Category Structure

The current setup:

  • YumeWiki
    • Help
      • TBA
    • Maintenance
      • Templates
      • Tracking page types like wiki-dependent
      • Tracking page properties or features like automatically created MediaWiki categories
    • Content
      • All wiki pages normal readers would want, across all wikis

Now for a bit of chatter:

  • Do templates actually fit under Maintenance or would they fit better under some other admin category?
  • Original idea was to make Maintenance have lowercase categories but Content categories in Title Case:
    • Would Help pages still be viewed by normal readers? Should that be lower or title case?
    • How would the stub and missing info categories work? readers see them all the time but its technically Maintenance
    • Are either of changing everything to lowercase (ugly) or changing all system messages to title case (sysop only job) preferable to a dual system (I think not)
    • What about general pages like the disclaimer?
  • Where should general pages like the wiki disclaimer go? some other admin category (again)?
  • There are some general pages that cover multiple locations (eg), should these have a special category? made by wind
    • Disambig categories?
  • Should talk pages ever be categorised anywhere?

Collectibles

This table is to see what features collectibles may have, and which ones are most in common between all the different types.

Collectible Features
Collectible # Name or Title Alt lang titles Icon Desc Cond­ition Pre-reqs Loc­ation Image or

Text Prev­iew

Image

of Unlock­ing

Use Action Appear­ance Author Unlocks Another ???
Menu Themes
Wallpapers
Kura Puzzles
System Sounds
Bestiary
Crystals
Feats
Coins
Pet Items
Keys
Other Items
Mailbox Messages Has speculatory notes and "Sent by"
Pwee Dolls
Gummies
Notes
Effects ✅*
Masks

Guides and help

Test Space

Test anything here



Moved files

Old (redirect) New (used)
Isee in Barracks Settlement.PNG Isee in Barracks Settlement.png
End Screen.png YN Ending.png
Snow World.png YN Snow World map.png
67b5f3a78ef3ca47649b8cbb907f693a.png YN Mall map.png
Mall.png YN Mall.png
So weird.png YN Neon World unused bg.png
Neon World.png YN Neon World map.png
Nexusmap.JPG YN Nexus map labelled.JPG
The Nexus.png YN Nexus map.png
Lucky.png YN Falling Men event.png
Docks yume(badgeyn).png Docks yume(badgeYN).png
Docks yume(badgeyn).gif Docks yume(badgeYN).gif