Sistemako mezu guztiak

Hona jo: nabigazioa, bilatu

MediaWikin erabiltzen diren mezu guztien zerrenda. Mesedez bisitatu MediaWiki eta translatewiki.net orrialdeak MediaWikira ekarpenak egin badituzu.

Iragazi
Aldaketa-egoeraren arabera iragazi:    
Lehen orrialdea
Azken orrialdea
Izena Testu lehenetsia
Oraingo testua
apihelp-block-param-reason (Eztabaida) (Itzuli) Reason for block.
apihelp-block-param-reblock (Eztabaida) (Itzuli) If the user is already blocked, overwrite the existing block.
apihelp-block-param-user (Eztabaida) (Itzuli) Username, IP address, or IP range to block.
apihelp-block-param-watchuser (Eztabaida) (Itzuli) Watch the user's or IP address's user and talk pages.
apihelp-checktoken-description (Eztabaida) (Itzuli) Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.
apihelp-checktoken-example-simple (Eztabaida) (Itzuli) Test the validity of a <kbd>csrf</kbd> token.
apihelp-checktoken-param-maxtokenage (Eztabaida) (Itzuli) Maximum allowed age of the token, in seconds.
apihelp-checktoken-param-token (Eztabaida) (Itzuli) Token to test.
apihelp-checktoken-param-type (Eztabaida) (Itzuli) Type of token being tested.
apihelp-clearhasmsg-description (Eztabaida) (Itzuli) Clears the <code>hasmsg</code> flag for the current user.
apihelp-clearhasmsg-example-1 (Eztabaida) (Itzuli) Clear the <code>hasmsg</code> flag for the current user.
apihelp-compare-description (Eztabaida) (Itzuli) Get the difference between 2 pages. A revision number, a page title, or a page ID for both "from" and "to" must be passed.
apihelp-compare-example-1 (Eztabaida) (Itzuli) Create a diff between revision 1 and 2.
apihelp-compare-param-fromid (Eztabaida) (Itzuli) First page ID to compare.
apihelp-compare-param-fromrev (Eztabaida) (Itzuli) First revision to compare.
apihelp-compare-param-fromtitle (Eztabaida) (Itzuli) First title to compare.
apihelp-compare-param-toid (Eztabaida) (Itzuli) Second page ID to compare.
apihelp-compare-param-torev (Eztabaida) (Itzuli) Second revision to compare.
apihelp-compare-param-totitle (Eztabaida) (Itzuli) Second title to compare.
apihelp-createaccount-description (Eztabaida) (Itzuli) Erabiltzaile kontu berria sortu.
apihelp-createaccount-example-mail (Eztabaida) (Itzuli) Create user <kbd>testmailuser</kbd> and email a randomly-generated password.
apihelp-createaccount-example-pass (Eztabaida) (Itzuli) Create user <kbd>testuser</kbd> with password <kbd>test123</kbd>.
apihelp-createaccount-param-domain (Eztabaida) (Itzuli) Domain for external authentication (optional).
apihelp-createaccount-param-email (Eztabaida) (Itzuli) Erabiltzailearen helbide elektronikoa (aukerakoa).
apihelp-createaccount-param-language (Eztabaida) (Itzuli) Language code to set as default for the user (optional, defaults to content language).
apihelp-createaccount-param-mailpassword (Eztabaida) (Itzuli) If set to any value, a random password will be emailed to the user.
apihelp-createaccount-param-name (Eztabaida) (Itzuli) Username.
apihelp-createaccount-param-password (Eztabaida) (Itzuli) Password (ignored if <var>$1mailpassword</var> is set).
apihelp-createaccount-param-realname (Eztabaida) (Itzuli) Erabiltzailearen benetako izena (aukerakoa).
apihelp-createaccount-param-reason (Eztabaida) (Itzuli) Optional reason for creating the account to be put in the logs.
apihelp-createaccount-param-token (Eztabaida) (Itzuli) Account creation token obtained in first request.
apihelp-dbg-description (Eztabaida) (Itzuli) Output data in PHP's <code>var_export()</code> format.
apihelp-dbgfm-description (Eztabaida) (Itzuli) Output data in PHP's <code>var_export()</code> format (pretty-print in HTML).
apihelp-delete-description (Eztabaida) (Itzuli) Orrialde bat ezabatu.
apihelp-delete-example-reason (Eztabaida) (Itzuli) Delete <kbd>Main Page</kbd> with the reason <kbd>Preparing for move</kbd>.
apihelp-delete-example-simple (Eztabaida) (Itzuli) Delete <kbd>Main Page</kbd>.
apihelp-delete-param-oldimage (Eztabaida) (Itzuli) The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].
apihelp-delete-param-pageid (Eztabaida) (Itzuli) Page ID of the page to delete. Cannot be used together with <var>$1title</var>.
apihelp-delete-param-reason (Eztabaida) (Itzuli) Reason for the deletion. If not set, an automatically generated reason will be used.
apihelp-delete-param-title (Eztabaida) (Itzuli) Title of the page to delete. Cannot be used together with <var>$1pageid</var>.
apihelp-delete-param-unwatch (Eztabaida) (Itzuli) Remove the page from the current user's watchlist.
apihelp-delete-param-watch (Eztabaida) (Itzuli) Add the page to the current user's watchlist.
apihelp-delete-param-watchlist (Eztabaida) (Itzuli) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-disabled-description (Eztabaida) (Itzuli) This module has been disabled.
apihelp-dump-description (Eztabaida) (Itzuli) Output data in PHP's <code>var_dump()</code> format.
apihelp-dumpfm-description (Eztabaida) (Itzuli) Output data in PHP's <code>var_dump()</code> format (pretty-print in HTML).
apihelp-edit-description (Eztabaida) (Itzuli) Orrialdeak sortu eta aldatu.
apihelp-edit-example-edit (Eztabaida) (Itzuli) Orrialde bat aldatu
apihelp-edit-example-prepend (Eztabaida) (Itzuli) Prepend <kbd>__NOTOC__</kbd> to a page.
apihelp-edit-example-undo (Eztabaida) (Itzuli) Undo revisions 13579 through 13585 with autosummary.
Lehen orrialdea
Azken orrialdea