सभी सार्वजनिक लॉग्स
विकिपीडिया के सभी प्राप्य लॉगों का संयुक्त प्रदर्शन। आप लॉग के प्रकार, उपयोगकर्ता नाम (कर्ता) या प्रभावित पृष्ठ (नीचे प्रयोजन (शीर्षक)) का चयन करके दृश्य को संकीर्णित कर सकते हैं।
- 17:48, 5 सितंबर 2024 110.235.217.99 वार्ता ने मॉड्यूल:Episode table/styles.css पृष्ठ बनाया (नया पृष्ठ: {{pp-template}}: .wikiepisodetable tr.vevent, .wikiepisodetable tr.vevent th { text-align: center; } .wikiepisodetable .summary { text-align: left; } TBD in night theme: @media screen { html.skin-theme-clientpref-night .module-episode-list-row small[style] { color: #d5d584 !important; background: #333; padding: 8px; } disable all use of styles: html.skin-theme-clientpref-night .wikiepisodetable span[style^="color"] { color: i...)
- 17:44, 5 सितंबर 2024 110.235.217.99 वार्ता ने मॉड्यूल:Table empty cell/doc पृष्ठ बनाया (नया पृष्ठ: <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Lua|Module:Arguments}} '''Module:Table empty cell''' is used to create an empty table cell with alt and title texts. == Parameter list == {| class="wikitable" |- ! scope="col" | Parameter ! scope="col" | Explanation ! scope="col" | Status |- ! scope="row" | {{Unbulleted list|<code>alt_text</code>|<code>1</code>}} | The text which...)
- 17:43, 5 सितंबर 2024 110.235.217.99 वार्ता ने मॉड्यूल:Table empty cell पृष्ठ बनाया (नया पृष्ठ: local p = {} -- List of default title texts. local defaultTitleTextlist = { ["TBA"] = "To be announced", ["TBD"] = "To be determined", ["N/A"] = "Not available" } -- Local function which is used to retrieve the title text. local function getTitleText(args, altText) local titleText = args[2] or args["title_text"] -- If the title text was manually added, return it. if (titleText) then return titleText end -- The title text was not set, get the correc...)
- 17:40, 5 सितंबर 2024 110.235.217.99 वार्ता ने मॉड्यूल:Episode list/doc पृष्ठ बनाया (नया पृष्ठ: <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> {{High-use}} {{Module rating|protected}} {{Lua|Module:Arguments|Module:Color contrast|Module:Color contrast/colors|Module:Delink|Module:Lang|Module:Math|Module:Table empty cell|Module:Yesno}} '''Module:Episode list''' creates a table row, for use in a list of episodes tables, primarily for television. This module can be used in...)
- 17:39, 5 सितंबर 2024 110.235.217.99 वार्ता ने मॉड्यूल:Episode list पृष्ठ बनाया (नया पृष्ठ: local p = {} -- This module requires the use of the following modules: local colorContrastModule = require('Module:Color contrast') local htmlColor = mw.loadData('Module:Color contrast/colors') local langModule = require("Module:Lang") local mathModule = require('Module:Math') local tableEmptyCellModule = require('Module:Table empty cell') local yesNoModule = require('Module:Yesno') -- mw.html object for the generated row. local row -- Variable that will decide...)