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



YumeWiki
3,009Articles

User:Oh0kaYthen86: Difference between revisions

(Created page with "'''Muma Rope Wiki pages should be formatted as:''' User:Oh0kaYthen86:Muma Rope:[Page Name] '''Paste this code into source editor for default Locationbox:''' <nowiki>{{Locatio...")
 
(will work on this page more later, removed old and redundant content)
 
(23 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''Muma Rope Wiki pages should be formatted as:''' User:Oh0kaYthen86:Muma Rope:[Page Name]


= Resources for Upcoming Wikis =
'''Paste this code into source editor for default Locationbox:''' <nowiki>{{Locationbox|image=|name=|Effects=|Events=None|NPCS=None|Map ID=|Connections=|BGM=|headercolor=#000000|headerfontcolor=#FFFFFF}}</nowiki>
'''Paste this code into source editor for default Locationbox:''' <nowiki>{{Locationbox|image=|name=|Effects=|Events=None|NPCS=None|Map ID=|Connections=|BGM=|headercolor=#000000|headerfontcolor=#FFFFFF}}</nowiki>


== List of Current Pages (Muma Rope Wiki) ==
'''For CU Wiki:''' <nowiki>{{Locationbox|image=|name=|Effects=||Wallpapers= |Events=None|NPCS=None|Connections=|headercolor=#000000|headerfontcolor=#FFFFFF}}</nowiki><br>
Locations:
 
'''Muma Rope Wiki pages should be formatted as:''' Muma Rope:[Page Name]


* [[User:Oh0kaYthen86/Muma Rope:Memory Room|Memory Room]]
== Regular Expressions (Regexes) for Adding Prefix ==
* [[User:Oh0kaYthen86/Muma Rope:First Steps|First Steps]]
These can be used in [https://github.com/VSCodium/vscodium#readme VSCodium], [https://visualstudio.microsoft.com/downloads/ Microsoft Visual Studio], or another code editor that supports regex-based Find and Replace. (Credits: [[User:SmiVan]])
* [[User:Oh0kaYthen86/Muma Rope:Black Waters|Black Waters]]


Guides:
===Without description ===
<pre>
\[\[([^#][^[|:]*)\]\]
</pre>
<pre>
[[Muma Rope:$1|$1]]
</pre><pre>
[[Collective Unconscious:$1|$1]]
</pre>


* [[User:Oh0kaYthen86/Muma Rope:Memories|Memories]]
===With description ===
<pre>
\[\[([^#][^[:]*)\|([^[]*)\]\]
</pre>
<pre>
[[Muma Rope:$1|$2]]
</pre><pre>
[[Collective Unconscious:$1|$2]]
</pre>


About the Game:
== Work to Be Done ==


* First page here
* Insert content here

Latest revision as of 07:27, 18 August 2024


Resources for Upcoming Wikis

Paste this code into source editor for default Locationbox: {{Locationbox|image=|name=|Effects=|Events=None|NPCS=None|Map ID=|Connections=|BGM=|headercolor=#000000|headerfontcolor=#FFFFFF}}

For CU Wiki: {{Locationbox|image=|name=|Effects=||Wallpapers= |Events=None|NPCS=None|Connections=|headercolor=#000000|headerfontcolor=#FFFFFF}}

Muma Rope Wiki pages should be formatted as: Muma Rope:[Page Name]

Regular Expressions (Regexes) for Adding Prefix

These can be used in VSCodium, Microsoft Visual Studio, or another code editor that supports regex-based Find and Replace. (Credits: User:SmiVan)

Without description

\[\[([^#][^[|:]*)\]\]
[[Muma Rope:$1|$1]]

[[Collective Unconscious:$1|$1]]

With description

\[\[([^#][^[:]*)\|([^[]*)\]\]
[[Muma Rope:$1|$2]]

[[Collective Unconscious:$1|$2]]

Work to Be Done

  • Insert content here