Syntax guide
Appearance
NEURAL_MARKUP::MediaWiki Syntax Guide
Jack into the wiki matrix, console cowboy
TEXT_MODS
''italic text'' → ghost protocol '''bold text''' → heavy ICE '''''both''''' → full burn
HIERARCHY_NODES
= Level 1 = → megacorp header (avoid) == Level 2 == → sector division === Level 3 === → local node ==== Level 4 ==== → subnet
HYPERLINKS
[[Page Name]] → local datastream [[Page Name|custom text]] → aliased connection [[Category:Cyberpunk]] → tag the node [https://external.link text] → offworld link
DATA_LISTS
* unordered datum ** nested packet * another stream # ordered sequence ## subroutine # continue exec
CODE_BLOCKS
<code>inline execution</code> <pre> multiline terminal output
DATATABLE_MATRIX
{| class="wikitable" ! Header 1 !! Header 2 |- | Cell A || Cell B |- | Cell C || Cell D |}
REDIRECT_PROTOCOL
#REDIRECT [[Target Page]]
MAGIC_VARIABLES
__TOC__ → force table of contents here __NOTOC__ → disable contents __FORCETOC__ → always show contents {{PAGENAME}} → current node name {{CURRENTTIME}} → server timestamp ~~~~ → sign with timestamp
TEMPLATE_INJECTION
{{Template Name}} → include template {{Template|param1=value|param2=value}} → with parameters
ADVANCED_HACKS
[[Not a link]] → escape parsing <!-- Hidden from meatspace --> → comments <includeonly>Template only</includeonly> → template content <noinclude>Not in template</noinclude> → documentation {{#if: {{{parameter|}}} | exists | empty }} → conditional logic
TRANSCLUSION
{{:Page Name}} → include entire page {{:Page Name|section}} → include section only
CITATION_PROTOCOL
<ref>Source material</ref> → inline reference <references /> → dump all refs here
Remember: The street finds its own uses for things. Break the wiki, rebuild it better.