Segnalazioni Errori Wiki

Sorcino

Roditore del Forum
Salve slartibart
Qui noto una doppia anomalia ... nell'immagine che le ho riportato c'è scritto
L'Arcipelago della cascat(a) e L'Arcipelago delle cascat(e)

Tuttavia se clicco sui link relativi ( o della cascata o delle cascate ) viene fuori sempre lo stesso link ( come vede i link sotto riportati sono uguali , finiscono entrambi con cascata---il secondo dovrebbe finire con cascat(e) visto che l'ho preso dalla seconda voce presente nell'immagine )



1648833019276.png

Saluti
Sorcino
Roditore del Forum

Nessuna anomalia. La pagina con il sostantivo al plurale reindirizza a quella con "cascata" al singolare. E di pagina, stavolta, ne esiste una sola.
 
Ultima modifica di un moderatore:

Sorcino

Roditore del Forum
Nessuna anomalia. La pagina con il sostantivo al plurale reindirizza a quella con "cascata" al singolare. E di pagina, stavolta, ne esiste una sola.

ok la ringrazio per aver specificato... quindi è giusto che restino entrambe " le cascate " ?

Tuttavia approfitto per segnalare una presenza di una doppia voce all'interno della WIKI

Alla categoria Strumenti appare doppia la voce Sfoglia le proprietà

1648852338762.png

Saluti
Sorcino
 
Ultima modifica:

slartibart

Membro dello staff
Social Moderator
ok la ringrazio per aver specificato... quindi è giusto che restino entrambe " le cascate " ?

Forse la pagina con "cascate" era stata creata per errore e poi si è deciso si usare il sostantivo singolare, pertanto quella originale reindirizza a quella corretta. Succede di frequente.

Tuttavia approfitto per segnalare una presenza di una doppia voce all'interno della WIKI

Alla categoria Strumenti appare doppia la voce Sfoglia le proprietà

Visualizza allegato 16839

Saluti
Sorcino

Indagherò, ma faccio presente che non posso intervenire sull'interfaccia della Wiki stessa.
 

Sorcino

Roditore del Forum

slartibart

Membro dello staff
Social Moderator
sarebbe opportuno aggiornare la WIKI a tal proposito. Come vede l'ultima era presente e quella della Era Spaziale: Fascia degli asteroidi

Come vede, anche la Wiki inglese è ferma a quell'era: https://en.wiki.forgeofempires.com/index.php?title=Ages
Gli aggiornamenti vengono sempre apportati su indicazione della Innogames, che ci fornisce immagini e testo formattato. Senza questi input, non è sempre facile intervenire, in quanto il linguaggio della Wiki è abbastanza ostico e si rischia di scombussolare l'impaginazione.
Consiglio dunque di avere pazienza.
 

Sorcino

Roditore del Forum
Salve , l ho trovato nella WIKI.. Cos'è? Anche perchè è scritto tutto in inglese ;)


e piu precisamente qui


$smwgNamespacesWithSemanticLinks






Configuration parameter details:
Name$smwgNamespacesWithSemanticLinks
DescriptionDefines for which namespaces the semantic links and annotations are to be evaluated
Default settingSee below
SoftwareSemantic MediaWiki
Since version0.7
Until versionstill available
ConfigurationInstallation · Namespace
Keywordnamespace

$smwgNamespacesWithSemanticLinks is a configuration parameter that is used to define for which namespaces the semantic links and annotations are to be evaluated. Usually this setting gets changed if the respective wiki contains custom namespaces, which should use semantic functionality. The configuration parameter was introduced in Semantic MediaWiki 0.7.
On pages within namespaces which are disabled with false with the default setting or for custom namespaces explicitly not activated by adding it to the parameter, annotations can be given but are silently ignored. This is useful since, e.g., talk pages usually do not have attributes and the like. Pages without annotations will also be ignored during full RDF export, unless they are referred to from another page.
Default setting
$smwgNamespacesWithSemanticLinks => [
NS_MAIN => true,
NS_TALK => false,
NS_USER => true,
NS_USER_TALK => false,
NS_PROJECT => true,
NS_PROJECT_TALK => false,
NS_FILE => true,
NS_FILE_TALK => false,
NS_MEDIAWIKI => false,
NS_MEDIAWIKI_TALK => false,
NS_TEMPLATE => false,
NS_TEMPLATE_TALK => false,
NS_HELP => true,
NS_HELP_TALK => false,
NS_CATEGORY => true,
NS_CATEGORY_TALK => false
];


The default setting was last changed with Semantic MediaWiki 1.9.0 by removing the namespaces "Property", "Type" and "Concept" from the array. Note that the namespaces provided by Semantic MediaWiki with the exception of the "smw/schema" namespace may still be annotated.

Changing the default setting
To add a custom namespace, e.g. "Foo" insert


$smwgNamespacesWithSemanticLinks[NS_FOO] = true;


into your "LocalSettings.php" file after enabling semantics with


enableSemantics( 'example.org' );


where [NS_FOO] is the namespace constant that was defined for namespace "Foo".


If you insert a namespace defined by an extension the namespace constant set by the respective extension will have to be used, e.g.


$smwgNamespacesWithSemanticLinks[NS_WIDGET] = true;


for namespace "Widget" defined by extension "Widget" (MediaWiki.org).


In case you would like to add several namespaces insert them line by line e.g.


$smwgNamespacesWithSemanticLinks[NS_FOO] = true;
$smwgNamespacesWithSemanticLinks[NS_WIDGET] = true;



If the behaviour for the namespaces covered by the default setting should be changed insert e.g.


$smwgNamespacesWithSemanticLinks[NS_USER] = false;


to disable semantic annotations on namespace "User".

See also
 
Ultima modifica:

slartibart

Membro dello staff
Social Moderator
Trattasi di una pagina creata in automatico dal bot della Innogames, che fa riferimento ad altra pagina non più esistente. Penso possa essere rimossa... per il momento preghiamo di ignorarla.
 
In cima