Fandom Developers Wiki

ContribsButtons Special:Contributions के ऊपर दीखते लिंकों को WDS-एस्क बटन की एक फ्लेक्सिबल ग्रिड में बदल देता है जिन्हे असली लिंक के रो से क्लिक और टैप करना आसान हो जाता है। ContribsButtons को SOAPReport और/या QuickLogs के साथ काम करने के लिए डिज़ाइन किया गया है जब उन्हें इनस्टॉल किया जाता है, जिससे उनके द्वारा दिए लिंक भी ग्रिड में शामिल हो सके।

स्थापना[]

कॉन्फ़िगरेशन[]

ContribsButtons किसी एक विकि पर साइट-वाइड या व्यक्तिगत रूप से इनस्टॉल करते वक्त, इन CSS नियमो को इम्पोर्ट के नीचे लगाया जा सकता है ताकि बटन आपकी मनचाही रंग में दिखे:

:root {
    --contribs-buttons-background: red;
    --contribs-buttons-active-background: green;
}

इनर्ट रंग स्पेसीफाई करने के लिए बस “red” को आपकी कलर वैल्यू (हेक्स कोड, rgb, rgba, आदि) से बदल दे और होवर और क्लिक करते वक्त दिखने वाले रंग के लिए “green” के साथ भी वही करे।

बदलाव लॉग[]

Date Description
February 3, 2018 Initial revision.
February 5, 2018 SOAPReportButton color fix.

Padding tweak.

February 8, 2018 Rewrote main stylesheet for QuickLogs support.

Merged fork into the main stylesheet.
Padding was standardized.

March 5, 2018 Added CBD extension.
March 11, 2018 Vendor prefixes were corrected.

Font-family & background-image properties were standardized to ignore local user styling.

March 22, 2018 A bug in older versions of Safari that caused the buttons to break was fixed.
September 2, 2018 Resolved an issue where local CSS usages of !important would override flex display.
January 7, 2019 Added script.
October 11, 2020 Last round of UCP support fixes applied to CSS.