Extension:Graphical Category Browser/pt
From Linux Web Expert
Graphical Category Browser Estado de lançamento: estável |
|
---|---|
File:GraphicalCategoryBrowser.png | |
Implementação | Página espacial |
Descrição | A graphical browser for categories |
Autor(es) | Xypron |
Última versão | 1.9 (2022-12-25) |
MediaWiki | 1.35+ |
Licença | GNU - Licença Pública Geral 3.0 ou superior |
Transferência | SourceForge:
<translate> Note:</translate> |
Quarterly downloads | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Public wikis using | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
The Graphical Category Browser extension shows the interconnection of categories as a graph enhances navigability of the site.
What this extension does
- A special page "Graphical Categories Browser" is added.
- A graph is added on top of each category page showing the relationships to other categories.
Images are file cached. Cache control to match HTML and image output is supplied.
Instalação
- Download script and copy to extensions.
- Correct $xyDotPath and $xyCategoriesCache to your needs.
- Create directory images/xyGraphvizCache
- Add the following line to LocalSettings.php
require_once("$IP/extensions/xyCategoryBrowser/xyCategoryBrowser.php");
To change the design you may override entries in the following array:
$xyCategoryGraphStyle = array(
"COLOR_NODE" => "#EEEEEE", // Cor de nós de categoria
"COLOR_NODE_ERROR" => "#FF0000", // Cor para erro interno
"COLOR_NODE_REDIRECT" => "#FFCCCC", // color of redirected category nodes
"COLOR_NODE_MISSING" => "#FFFFCC", // color of missing category nodes
"COLOR_LINK_REDIRECT" => "#FF0000", // Cor de redireccionamento de enlaces
"HEIGHT" => "1920", // Altura em pixels (96.º de uma polegada)
"WIDTH" => "768" // Largo em pixels (96.º de uma polegada)
);
Categories:
- Pages with script errors
- Pages with broken file links
- Stable extensions/pt
- Special page extensions/pt
- Extensions with manual MediaWiki version
- GPL licensed extensions/pt
- Extensions in SourceForge version control/pt
- CategoryPageView extensions/pt
- All extensions/pt
- Extensions not in ExtensionJson
- Category extensions/pt
- GraphViz extensions/pt
- Graph extensions/pt
- Page content extensions/pt