Καθολικές σελίδες χρηστών

This page is a translated version of the page Global user pages and the translation is 37% complete.
Outdated translations are marked like this.
Συντόμευση:
GUP

Οι καθολικές σελίδες χρηστών είναι σελίδες χρηστών που ορίζονται στο χώρο του Meta και εμφανίζονται σε άλλα wiki του Wikimedia. Περιλαμβάνουν τρεις σελίδες:

  1. Η σελίδα χρήστη σας στο Meta θα εμφανίζεται σε όλα τα wikis όπου δεν έχει οριστεί τοπικά άλλη σελίδα χρήστη
  2. Η σελίδα global.css περιλαμβάνει φύλλα στυλ που εισάγονται σε όλα τα wiki που είστε συνδεδεμένος.
  3. Η global.js περιλαμβάνει κώδικα που φορτώνεται σε όλα τα wiki που είστε συνδεδεμένος.

Πρέπει να έχετε δημιουργήσει έναν καθολικο λογαριασμό χρήστη για να κάνετε χρήση των δυνατοτήτων αυτών. Οι καθολικές σελίδες θα κληρονομήσουν μόνο σε wiki όπου έχετε έναν τοπικό λογαριασμό που δεν έχει απομονωθεί (δείτε τον κατάλογο των λογαριασμών που συνδέονται με τον καθολικό σας λογαριασμό). Αυτό σημαίνει κυρίως ότι η καθολική σελίδα χρήστη σου δεν θα εμφανιστεί σε wiki που δεν έχετε ποτέ επισκεφθεί.

Global user page, JS script and style sheet are enabled by default, and once these pages are created they will come into effect automatically. For more details about managing and controlling global user pages, scripts and style sheets, see the documentation:

To prevent your Meta-Wiki userpage from appearing globally, you may add the __NOGLOBAL__ magic word, which also determines whether a link to a user page on a remote wiki should be red or blue.

Metawiki (this wiki) utilises an abuse filter to prevent another person's (global) user page from being edited by IP editors and editors without an elevated level of permission.

Διαγραφή τοπικών σελίδων

Η καθολική σελίδα χρήστης σας δεν θα εμφανίζεται σε wikis όπου έχετε ήδη δημιουργήσει τοπικά σελίδα χρήστη.

Transclusion and wikilinks

This page is displayed as a transclusion of the userpage in Meta in your local wiki. Therefore, if you don't want a particular text to appear globally, you can use <noinclude></noinclude> tag. Also, if you want a text to appear only globally, you can use <includeonly></includeonly> tag.

Wikilinks for your userpage on Meta do not work on another wiki, for example: in User:Example, when you link on User:Example/sandbox, in Wikidata this link would be redirected to d:User:Example/sandbox, not your Meta sandbox. You can bypass this issue by using m:User:Example/sandbox.

Περιεχόμενο

Η καθολική σελίδα χρήστη σου δεν θα πρέπει να περιέχει περιεχόμενο που θεωρείται ακατάλληλο σε έργα όπου θα εμφανιστεί. (δείτε Help:User page για περισσότερες πληροφορίες). Please use Meta:Civility as a guide.

Translation

While you can't translate your user page automatically into the local content language, you can translate it into the reader's user interface language. For example, this adds a user language box, and a sentence translated into either German or English:

{{#babel:en|de-2}}
{{#switch:{{int:lang}}
 |de=Willkommen auf meiner Benutzerseite!
 |en=Welcome to my user page!
 |#default=Welcome to my user page!
}}

The text in any language can be any number of lines, but every language can only occur once inside the #switch-block. The #default-block must not be missed, as it is the fallback for all possible languages, that are not explicitly mentioned.

You can see a more complex example.

Δείτε επίσης