MediaWiki:Sidebar: Difference between revisions
MediaWiki interface page
More actions
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", | ||
"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 |
|
|---|