راهنما:افزونه:من واقعی

This page is a translated version of the page Help:Extension:RealMe and the translation is 25% complete.
Outdated translations are marked like this.

افزونهٔ RealMe به شما امکان تأیید نشانی‌های وب قرار گرفته در صفحه‌های کاربری خودتان را می‌دهد. This can be used for Mastodon and similar software.

Link verification refers to using rel=me (an XFN microformat) to mark a link. XFN defines rel=me as "A link to yourself at a different URL". It is "Required symmetric", meaning if you use rel=me for a link on one page, the other page must also link back to the first page using rel=me.

On Mastodon and similar platforms, you can enter links to your other profiles. These platforms will check your other profiles and look for a rel=me link back, and if they see a link marked as rel=me, they mark your link as verified.

However, on MediaWiki, the only way to link to an external site is to use the external link wikitext syntax. It is not possible to include rel=me using this syntax. An extension is therefore needed.

With this extension, if you mention an external link on your user page and enter the same external link into the extension, the extension adds a <link rel="me"> HTML tag to the <head> element of your user page, so that the other site can verify you.

تأیید پیوندی در صفحهٔ نمایهٔ شما

فیلد ترجیحات نشانی وب بیرونی
  1. صفحهٔ کاربری خود را ویرایش کنید و یک پیوند بیرونی به نشانی وبی که می‌خواهید به‌عنوان تأییدشده علامت‌گذاری‌اش کنید را به صفحه اضافه کنید. برای مثال: $2. این پیوند می‌تواند دارای هرگونه برچسبی باشد یا این که فاقد برچسب باشد. Examples: https://wikis.world/@YOURNAME or [https://wikis.world/@YOURNAME Mastodon]. The link can have any label or no label.
  2. در بخش «صفحهٔ کاربری» در ترجیحات نمایهٔ کاربری خود، دقیقاً پیوند یکسان را به تنظیمات «پیوندهای وب به نمایه‌های بیرونی:» اضافه کنید و تغییرات را ذخیره کنید.
  3. در نمایهٔ ماستودون خود (یا سرویس‌های مشابه)، «Profile metadata» را ویرایش کنید و پیوندی به صفحهٔ کاربری خود را اضافه کنید. You may need to edit your "Profile metadata" or "Extra fields" for this.

محدودیت‌ها

  • پیوند ارائه‌شده باید از پروتکل http:// یا https:// استفاده کند.
  • Only five links can be set.

صفحه‌های کاربری سراسری

در ویکی‌هایی که از صفحه‌های کاربری سراسری استفاده می‌کنند، ترجیحات مرتبط با روی هر ویکی محلی، یا از طریق افزونهٔ ترجیحات سراسری به‌صورت سراسری تنظیم شود.

Verifying a link on non-user pages

It is possible to verify links on non-user pages by adding them to the page MediaWiki:Realme-config.json on your wiki.

For example, to verify the link https://social.example.org/@mywiki on "Main Page", add:

{
    "Main Page": "https://social.example.org/@mywiki"
}

Multiple links can be specified for a single page by using an array.

After adding or changing a page's links you should purge the page to ensure the change is reflected immediately.

Unlike user pages, these links do not need to be present on the wiki page itself to be verified.