Toggle menu
4
4
2
384
MechaWiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Sidebar: Difference between revisions

MediaWiki interface page
Admin changed the content model of the page MediaWiki:Sidebar from "wikitext" to "JSON"
No edit summary
Line 2: Line 2:
"navigation": [
"navigation": [
{
{
"type": "page",
"page": "Main_Page",
"label": "Home",
"label": "Home",
"href": "/wiki/Main_Page",
"icon": "home"
"icon": "home"
},
{
"type": "page",
"page": "Getting_Started",
"label": "Getting Started",
"icon": "rocket"
},
{
"type": "page",
"page": "Extensions",
"label": "Extensions",
"icon": "puzzle-piece"
},
{
"type": "page",
"page": "Build_Apps",
"label": "Build Apps",
"icon": "code"
},
{
"type": "page",
"page": "SDK",
"label": "SDK",
"icon": "book"
},
{
"type": "link",
"href": "https://github.com/mecha-org",
"label": "GitHub",
"icon": "github"
}
}
]
]
}
}

Revision as of 19:09, 21 February 2026

navigation
type"page"
page"Main_Page"
label"Home"
icon"home"
type"page"
page"Getting_Started"
label"Getting Started"
icon"rocket"
type"page"
page"Extensions"
label"Extensions"
icon"puzzle-piece"
type"page"
page"Build_Apps"
label"Build Apps"
icon"code"
type"page"
page"SDK"
label"SDK"
icon"book"
type"link"
href"https://github.com/mecha-org"
label"GitHub"
icon"github"