Help:Structured Discussions/FlowDeluxe/th

From mediawiki.org
This page is a translated version of the page Help:Structured Discussions/FlowDeluxe and the translation is 34% complete.
Outdated translations are marked like this.

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; //แสดงวันที่
flowDeluxeBoutonsResumes = true; //แนบแม่แบบในสรุป
flowDeluxeIndentationColors = true; //การระบุสี
flowDeluxeNeverHide = true; //ไม่ซ่อนหัวข้อ
flowDeluxeButtonsInline = true; //ปุ่มแอ็คชั่นอินไลน์

รายการของทางเลือก

Colored indentation  

Exemple of colorful indentation with gadget.

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)";

ลิงก์ถาวรสำหรับ คุย และ ส่วนร่วม

Always display (คุย | ส่วนร่วม) next to usernames. For admins, the "บล็อก" link also appears.

flowDeluxeDiscuterContributions = true;

แสดงวันที่เสมอ

To display the date and time of messages instead of only having "a day ago":

flowDeluxeDateComplete = true;

Insert templates in the summary

(เพียงบน fr.wikipedia.org, เกิดความเสียหายในขณะนี้)

flowDeluxeBoutonsResumes = true;

ไม่ซ่อนหัวข้อที่ปิดไปแล้ว

ไม่ซ่อนหัวข้อที่ปิดไปแล้ว

flowDeluxeNeverHide = true;

Display action buttons on one line

An example with a yellow background for an open topic and action buttons inline

Display buttons inline, instead of using the dropdown list with "..."

flowDeluxeButtonsInline = true;

การปรับปรุงในอนาคต

  • Block the description on the top or on the right
  • Summary permanently deployed right

รายงานข้อบกพร่อง

  • ติดต่อ : Prométhée (ในภาษาอังกฤษหรือภาษาฝรั่งเศส)