Oh0kaYthen86 (talk | contribs) m (removed unneeded draft pages) |
Oh0kaYthen86 (talk | contribs) (will work on this page more later, removed old and redundant content) |
||
Line 1: | Line 1: | ||
= Resources for Upcoming | |||
= 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> | ||
'''For CU Wiki:''' <nowiki>{{Locationbox|image=|name=|Effects=||Wallpapers= |Events=None|NPCS=None|Connections=|headercolor=#000000|headerfontcolor=#FFFFFF}}</nowiki | '''For CU Wiki:''' <nowiki>{{Locationbox|image=|name=|Effects=||Wallpapers= |Events=None|NPCS=None|Connections=|headercolor=#000000|headerfontcolor=#FFFFFF}}</nowiki><br> | ||
'''Muma Rope Wiki pages should be formatted as:''' Muma Rope:[Page Name] | '''Muma Rope Wiki pages should be formatted as:''' Muma Rope:[Page Name] | ||
Line 31: | Line 31: | ||
</pre> | </pre> | ||
== | == Work to Be Done == | ||
* | * 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