Help:Structured Discussions/FlowDeluxe/ja
Structured Discussions ポータル |
---|
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. |
構造化された議論 |
説明文書 |
|
ガジェット |
技術的事項 |
その他 |
このテンプレートを翻訳 |
FlowDeluxe is a user script to customize the display of discussion pages running with Structured Discussions (Flow).
How to get it?
You need to add the following code to your 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; //Show dates
flowDeluxeBoutonsResumes = true; //Insert templates in summary
flowDeluxeIndentationColors = true; //Colored indentation
flowDeluxeNeverHide = true; //Never hide topics
flowDeluxeButtonsInline = true; //Action buttons inline
List of options
Colored indentation
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 トーク and 投稿記録
Always display (トーク | 投稿記録) next to usernames. For admins, the "ブロック" link also appears.
flowDeluxeDiscuterContributions = true;
Always show dates
To display the date and time of messages instead of only having "a day ago":
flowDeluxeDateComplete = true;
Insert templates in the summary
(Only on fr.wikipedia.org)
flowDeluxeBoutonsResumes = true;
Never hide closed topics
Never hide closed topics:
flowDeluxeNeverHide = true;
Display action buttons on one line
Display buttons inline, instead of using the dropdown list with "..."
flowDeluxeButtonsInline = true;
Future developments
- Block the description on the top or on the right
- Summary permanently deployed right
バグ報告
- Contact : Prométhée (in English or French)