Extension:UserProfile/ja
Appearance
混同しないでください: Extension:SocialProfile。
| この拡張機能は主に外部でサポートされています: BlueSpice Community Forum。 支援が必要な場合は、トークページではなくそちらに投稿してください。 |
リリースの状態: 安定 |
|
|---|---|
| 説明 | User interface and additional data for the user profile |
| 作者 | HalloWelt |
| メンテナー | Hallo Welt! GmbH |
| 最新バージョン | 5.0 |
| 互換性の方針 | 長期間サポート リリースであるすべての MediaWiki リリースについて、拡張機能に対応するブランチが存在します。 |
| MediaWiki | 1.43 (LTS) |
| データベースの変更 | はい |
|
|
|
|
|
|
| ライセンス | GNU 一般公衆利用許諾書 3.0 のみ |
| ダウンロード | |
| MediaWiki: 1.43.0 | |
| translatewiki.net で翻訳を利用できる場合は、UserProfile 拡張機能の翻訳にご協力ください | |
UserProfile When first logging in, wiki users automatically create their profile page. Every link to the username in the wiki - for example from the title area of a wiki page or from a mention - leads to this page. Users can edit their own profile information.
使用法 / 機能
- 画像 - In the profile information, users can upload a photo or create an avatar image. If an avatar is created, a previously uploaded photo is deleted and must be uploaded again if it is to be used instead of the avatar image.
- Profile data - Users can edit their own profile data. Administrators can also edit the profile information of other users. The available fields for the user profile can be defined in the server configuration.
- フリーテキスト - Below the profile infobox, users can add additional free text to their profile page. The page opens in visual editing mode for this purpose.

- Content droplet - The "User profile" content droplet allows the display of user profile information on any wiki page.
-
Content Droplet in vertical orientation
-
Content Droplet in horizontal orientation
Template "Userpage standard content"
- By default, each profile page contains the "Userpage standard content" template. This allows wiki administrators to display predefined content on all profile pages.
- When administrators add content to this page, they must inform users that this standard template must not be manually deleted from the page.
- To add the droplet:
- Select the "User profile" content droplet.
- Specify the username and layout options.
- Click Done.
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-UserProfile
.git) as a "vcs repository" and the package name (mediawiki/UserProfile) and version to the require section of your composer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-UserProfile .git" } ], "require": { "mediawiki/UserProfile": "UserProfile" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'UserProfile' );
完了 Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
Categories:
- Stable extensions/ja
- Extensions with invalid or missing type/ja
- BSUsageTrackerRegisterCollectors extensions/ja
- BeforePageDisplay extensions/ja
- BlueSpiceDiscoveryTemplateDataProviderAfterInit extensions/ja
- GetPreferences extensions/ja
- LoadExtensionSchemaUpdates extensions/ja
- MWStakeDynamicFileDispatcherRegisterModule extensions/ja
- MWStakeGenericTagHandlerInitTags extensions/ja
- MediaWikiServices extensions/ja
- OutputPageBeforeHTML extensions/ja
- SkinTemplateNavigation::Universal extensions/ja
- UserProfileBeforeSetProfileData extensions/ja
- UserProfileGetProfileData extensions/ja
- GPL licensed extensions/ja
- Extensions in Wikimedia version control/ja
- All extensions/ja
- Extensions by HalloWelt/ja
- BlueSpice/ja

