Help:Structured Discussions/FlowDeluxe/ca
Portal de Discussions Estructurades |
---|
Extension deprecated and replaced: This extension has been deprecated and is no longer maintained. It has been replaced by Discussion Tools since MediaWiki 1.40 . Users are encouraged to stop using it. Communities are encouraged to move their talk pages using Structured discussions to subpages and stop using them. |
Discussions Estructurades |
Documentació |
|
Ginys |
Tecnologia |
Miscel·lània |
Traduïu aquesta plantilla |
FlowDeluxe is a user script to customize the display of discussion pages running with Structured Discussions (Flow).
Com obtenir-lo?
Heu d'afegir el següent codi al fitxer common.js:
mw.loader.load("https://fr.wikipedia.org/w/index.php?title=MediaWiki:Gadget-FlowDeluxe.js&action=raw&ctype=text/javascript");
The inclusion of the script alone will not change anything. You have to choose the options you want from the list below and add them in your common.js.
The code to include all current options:
mw.loader.load("https://fr.wikipedia.org/w/index.php?title=MediaWiki:Gadget-FlowDeluxe.js&action=raw&ctype=text/javascript");
flowDeluxeSujetsOuverts = "#A9F5F2"; //Color open topics
flowDeluxeSujetsClos = "rgba(60, 207, 90, 0.13)"; //Color closed topics
flowDeluxeDiscuterContributions = true; //Display (talk | contribs) links
flowDeluxeDateComplete = true; //Mostra les dates
flowDeluxeBoutonsResumes = true; //Insereix plantilles al resum
flowDeluxeIndentationColors = true; //Sagnat amb colors
flowDeluxeNeverHide = true; //Mai amaguis els temes
flowDeluxeButtonsInline = true; //Botons d'accions en línia
Llista d'opcions
Sagnat amb colors
Messages are colored as in the old discussion system:
flowDeluxeIndentationColors = true;
Color open topics
Colors the title/summary for all opened topics with the color code you choose (hexadecimal or rgb). Example:
flowDeluxeSujetsOuverts = "#A9F5F2";
Color closed topics
Colors the title/summary for all closed topics with the color code you choose (hexadecimal or rgb). Example:
flowDeluxeSujetsClos = "rgba(60, 207, 90, 0.13)";
Permanent links for discussió and contribucions
Always display (discussió | contribucions) next to usernames. For admins, the "bloca" link also appears.
flowDeluxeDiscuterContributions = true;
Mostra sempre les dates
Mostra la data i hora dels missatges en lloc només mostrar «fa un dia»:
flowDeluxeDateComplete = true;
Inserir plantilles al resum
(Només a fr.wikipedia.org)
flowDeluxeBoutonsResumes = true;
Mai amaguis els temes tancats
Mai amaguis els temes tancats:
flowDeluxeNeverHide = true;
Mostra els botons d'acció en una línia
Display buttons inline, instead of using the dropdown list with "..."
flowDeluxeButtonsInline = true;
Desenvolupaments futurs
- Block the description on the top or on the right
- Summary permanently deployed right
Reporta un error
- Contacta amb: Prométhée (en anglès o francès)