「MediaWiki:MobileUI.json」の版間の差分

編集の要約なし
編集の要約なし
タグ: モバイル編集 モバイルウェブ編集
編集の要約なし
タグ: モバイル編集 モバイルウェブ編集
111行目: 111行目:
                 },
                 },
                 {
                 {
                    "class": [
                        "mobile-ui-block"
                    ],
                     "components": [
                     "components": [
                         {
                         {
120行目: 123行目:
         }
         }
     ],
     ],
     "rightGroups": []
     "rightGroups": [
        {
            "items": [
                {
                    "components": [
                        {
                            "text": "ユーザーページ",
                            "id": "mobile-ui-page-special-user",
                            "class": [
                                "mw-ui-icon",
                                "mw-ui-icon-before"
                            ]
                        }
                    ]
                },
                {
                    "components": [
                        {
                            "text": "個人設定",
                            "title": "特別:個人設定",
                            "class": [
                                "mw-ui-icon",
                                "mw-ui-icon-before"
                            ]
                        }
                    ]
                },
                {
                    "components": [
                        {
                            "text": "投稿記録",
                            "id": "mobile-ui-page-special-contributions",
                            "class": [
                                "mw-ui-icon",
                                "mw-ui-icon-before"
                            ]
                        }
                    ]
                },
                {
                    "components": [
                        {
                            "text": "トーク",
                            "id": "mobile-ui-page-user-talk",
                            "class": [
                                "mw-ui-icon",
                                "mw-ui-icon-before"
                            ]
                        }
                    ]
                },
                {
                    "components": [
                        {
                            "text": "アップロード",
                            "title": "特別:アップロード",
                            "class": [
                                "mw-ui-icon",
                                "mw-ui-icon-before"
                            ]
                        }
                    ]
                },
                {
                    "components": [
                        {
                            "text": "ログアウト",
                            "id": "mobile-ui-page-special-logout",
                            "class": [
                                "mw-ui-icon",
                                "mw-ui-icon-before"
                            ]
                        }
                    ]
                }
            ]
        }
    ]
}
}