Messaggi di sistema
Da Japanese Craftpedia Portal.
Questa è la lista di tutti i messaggi di sistema disponibili nel namespace MediaWiki.
Visita MediaWiki Localisation e translatewiki.net se vuoi contribuire alla localizzazione generica di MediaWiki.
Nome | Testo predefinito |
---|---|
Testo attuale | |
apihelp-edit-param-md5 (discussione) (Traduci) | The MD5 hash of the $1text parameter, or the $1prependtext and $1appendtext parameters concatenated. If set, the edit won't be done unless the hash is correct. |
apihelp-edit-param-minor (discussione) (Traduci) | Contrassegna questa modifica come minore. |
apihelp-edit-param-nocreate (discussione) (Traduci) | Genera un errore se la pagina non esiste. |
apihelp-edit-param-notminor (discussione) (Traduci) | Non contrassegnare questa modifica come minore anche se la preferenza "{{int:tog-minordefault}}" è impostata. |
apihelp-edit-param-pageid (discussione) (Traduci) | ID di pagina della pagina da modificare. Non può essere usato insieme con <var>$1title</var>. |
apihelp-edit-param-prependtext (discussione) (Traduci) | Add this text to the beginning of the page or section. Overrides $1text. |
apihelp-edit-param-recreate (discussione) (Traduci) | Override any errors about the page having been deleted in the meantime. |
apihelp-edit-param-redirect (discussione) (Traduci) | Risolvi automaticamente redirect. |
apihelp-edit-param-returnto (discussione) (Traduci) | Titolo della pagina. Quando si effettua una modifica con un account temporaneo, durante il salvataggio, l'API potrebbe rispondere con un URL che invita chi modifica a completare l'accesso. Se questo parametro viene fornito, l'URL reindirizzerà alla pagina specificata, invece che a quella modificata. |
apihelp-edit-param-returntoanchor (discussione) (Traduci) | URL fragment (with leading <kbd>#</kbd>). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given fragment. |
apihelp-edit-param-returntoquery (discussione) (Traduci) | URL query parameters (with leading <kbd>?</kbd>). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given query parameters. |
apihelp-edit-param-section (discussione) (Traduci) | Identificativo di sezione. <kbd>0</kbd> per la sezione iniziale, <kbd>new</kbd> per una nuova sezione. Spesso è un intero positivo, ma potrebbe essere anche non numerico. |
apihelp-edit-param-sectiontitle (discussione) (Traduci) | Il titolo per una nuova sezione quando usi <var>$1section=new</var>. |
apihelp-edit-param-starttimestamp (discussione) (Traduci) | Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit). |
apihelp-edit-param-summary (discussione) (Traduci) | Riepilogo delle modifiche. Se questo parametro non viene specificato o è vuoto, [[mw:Special:MyLanguage/Autosummary|potrebbe essere generato automaticamente un riepilogo delle modifiche]]. Se si utilizza <var>$1 section=new</var> e <var>$1 sectiontitle</var> non viene specificato, il valore di questo parametro viene utilizzato per il titolo della sezione e viene generato automaticamente un riepilogo delle modifiche. |
apihelp-edit-param-tags (discussione) (Traduci) | Cambia i tag da applicare alla revisione. |
apihelp-edit-param-text (discussione) (Traduci) | Contenuto della pagina. |
apihelp-edit-param-title (discussione) (Traduci) | Titolo della pagina da modificare. Non può essere usato insieme a <var>$1pageid</var>. |
apihelp-edit-param-token (discussione) (Traduci) | Il token deve sempre essere inviato come ultimo parametro, o almeno dopo il parametro $1text. |
apihelp-edit-param-undo (discussione) (Traduci) | Undo this revision. Overrides $1text, $1prependtext and $1appendtext. |
apihelp-edit-param-undoafter (discussione) (Traduci) | Undo all revisions from $1undo to this one. If not set, just undo one revision. |
apihelp-edit-param-unwatch (discussione) (Traduci) | Rimuove la pagina dagli osservati speciali dell'utente attuale. |
apihelp-edit-param-watch (discussione) (Traduci) | Aggiunge la pagina agli osservati speciali dell'utente attuale. |
apihelp-edit-param-watchlist (discussione) (Traduci) | Unconditionally add or remove the page from the current user's watchlist, use preferences (ignored for bot users) or do not change watch. |
apihelp-edit-param-watchlistexpiry (discussione) (Traduci) | Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged. |
apihelp-edit-summary (discussione) (Traduci) | Crea e modifica pagine. |
apihelp-emailuser-example-email (discussione) (Traduci) | Manda una e-mail all'utente <kbd>WikiSysop</kbd> con il testo <kbd>Content</kbd>. |
apihelp-emailuser-param-ccme (discussione) (Traduci) | Mandami una copia di questa mail. |
apihelp-emailuser-param-subject (discussione) (Traduci) | Oggetto dell'e-mail. |
apihelp-emailuser-param-target (discussione) (Traduci) | Utente a cui inviare l'e-mail. |
apihelp-emailuser-param-text (discussione) (Traduci) | Testo dell'e-mail. |
apihelp-emailuser-summary (discussione) (Traduci) | Manda un'e-mail ad un utente. |
apihelp-expandtemplates-example-simple (discussione) (Traduci) | Expand the wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>. |
apihelp-expandtemplates-param-generatexml (discussione) (Traduci) | Generate XML parse tree (replaced by $1prop=parsetree). |
apihelp-expandtemplates-param-includecomments (discussione) (Traduci) | Whether to include HTML comments in the output. |
apihelp-expandtemplates-param-prop (discussione) (Traduci) | Quale informazione ottenere. Nota che se non è selezionato alcun valore, il risultato conterrà il codice wiki, ma l'output sarà in un formato obsoleto. |
apihelp-expandtemplates-param-revid (discussione) (Traduci) | Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables. |
apihelp-expandtemplates-param-showstrategykeys (discussione) (Traduci) | Whether to include internal merge strategy information in jsconfigvars. |
apihelp-expandtemplates-param-text (discussione) (Traduci) | Wikitesto da convertire. |
apihelp-expandtemplates-param-title (discussione) (Traduci) | Titolo della pagina. |
apihelp-expandtemplates-paramvalue-prop-categories (discussione) (Traduci) | Any categories present in the input that are not represented in the wikitext output. |
apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars (discussione) (Traduci) | Gives the JavaScript configuration variables specific to the page as a JSON string. |
apihelp-expandtemplates-paramvalue-prop-jsconfigvars (discussione) (Traduci) | Gives the JavaScript configuration variables specific to the page. |
apihelp-expandtemplates-paramvalue-prop-modules (discussione) (Traduci) | Any ResourceLoader modules that parser functions have requested be added to the output. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>. |
apihelp-expandtemplates-paramvalue-prop-parsetree (discussione) (Traduci) | The XML parse tree of the input. |
apihelp-expandtemplates-paramvalue-prop-properties (discussione) (Traduci) | Proprietà della pagina definite dalle parole magiche estese nel wikitesto. |
apihelp-expandtemplates-paramvalue-prop-ttl (discussione) (Traduci) | Il tempo massimo dopo il quale le memorizzazioni temporanee (cache) del risultato dovrebbero essere invalidate. |
apihelp-expandtemplates-paramvalue-prop-volatile (discussione) (Traduci) | Se l'output sia volatile e non debba essere riutilizzato altrove all'interno della pagina. |
apihelp-expandtemplates-paramvalue-prop-wikitext (discussione) (Traduci) | Il wikitext espanso. |
apihelp-expandtemplates-summary (discussione) (Traduci) | Espande tutti i template all'interno del wikitesto. |