Sumbangan oleh Ultron90
Penampilan
Hasil untuk Ultron90 perbincangan log sekatan muat naik log global block log global account log penyalahgunaan
Pengguna dengan 19 suntingan. Akaun dibuat pada 16 November 2020.
31 Ogos 2024
- 12:2012:20, 31 Ogos 2024 beza sej +115 Wikibuku:Penyelia/Pengundian/Zahirulnukman sebagai penyelia 25 Ogos 2024 →Undian
25 Ogos 2024
- 13:4313:43, 25 Ogos 2024 beza sej +487 B Templat:Clearright/doc Mencipta laman baru dengan kandungan '{{documentation subpage}} === Usage === {{tl|clearright}}: Makes rightward-clinging content appear below preceding rightward-clinging material. Text will likely be flowing on left side. === See also === * {{tl|clearleft}}: Delays content until left column is complete. * {{tl|clear}}: Delays content until image display is complete. <includeonly> <!-- ADD CATEGORIES BELOW THIS LINE --> {{PAGENAME}} <!-- ADD INTERWIKIS BELO...' terkini
- 13:4113:41, 25 Ogos 2024 beza sej +93 B Templat:Clearright Mencipta laman baru dengan kandungan '<div style="clear:right; float:right;">{{{1|}}}</div><noinclude>{{documentation}}</noinclude>' terkini
- 13:4013:40, 25 Ogos 2024 beza sej +952 B Templat:Clearleft/doc Mencipta laman baru dengan kandungan '{{documentation subpage}} Produces: <nowiki><div style="clear: left; float: left"></div></nowiki> === Usage === {{tl|clearleft}}: Makes leftward-clinging content appear below preceding leftward-clinging material. Text will likely be flowing on right side. Example usage: see the botched reference section display in [http://en.wikipedia.org/w/index.php?title=Sarcophaga_africa&oldid=333445209 Sarcophaga africa before adding the template], and the [ht...' terkini
- 13:3813:38, 25 Ogos 2024 beza sej +91 B Templat:Clearleft Mencipta laman baru dengan kandungan '<div style="clear:left; float:left;">{{{1|}}}</div><noinclude>{{documentation}}</noinclude>' terkini
- 13:2613:26, 25 Ogos 2024 beza sej +1,278 B Templat:Clear/doc Mencipta laman baru dengan kandungan '{{documentation subpage}} {{possible-risk}} This template adds <kbd><div style="clear:both;"></div></kbd>. {{tlx|clear}}: Makes content wait until existing content is completed in all columns. Often used to stop text from flowing next to unrelated images. ===Usage=== <nowiki>{{Clear}}</nowiki> The template may also be substituted, but as the markup provided will be confusing to many editors, and this template provides documentation for...' terkini
- 13:2113:21, 25 Ogos 2024 beza sej +51 Templat:Clear Tiada ringkasan suntingan terkini
- 13:0813:08, 25 Ogos 2024 beza sej +1,529 B Templat:Br separated entries/doc Mencipta laman baru dengan kandungan '{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> This template is used primarily in infoboxes to create a <code><br /></code> delimited collection of items, with up to three entries, only adding the <code><br /></code> tags where needed. == Usage == :<code><nowiki>{{br separated entries|entry1|entry2|entry3}}</nowiki></code> == Example == {| class="wikitable" ! Code !! Result |- | <code><...' terkini
22 Ogos 2024
- 15:5215:52, 22 Ogos 2024 beza sej +272 B Modul:Unstrip Mencipta laman baru dengan kandungan '-- This module provides a frontend to the mw.text.unstrip and unstripNoWiki functions local p = {} function p.unstrip(frame) return mw.text.unstrip(frame.args[1] or '') end function p.unstripNoWiki(frame) return mw.text.unstripNoWiki(frame.args[1] or '') end return p' terkini
- 08:3008:30, 22 Ogos 2024 beza sej +19,260 B Modul:Weather box Mencipta laman baru dengan kandungan '-- Implement Template:Weather box. local _precision = require('Module:Math')._precision local function precision(text) -- Input like 'Jan precipitation inch = trace' calls this with text = 'trace' -- which would cause _precision to throw an error since it is not numeric. -- Workaround: Return 0 as the precision if an error occurs. local success, result = pcall(_precision, text) if success then return result end return 0 end local functio...' terkini
- 08:2608:26, 22 Ogos 2024 beza sej +1,851 B Modul:Vertical header Mencipta laman baru dengan kandungan 'local p = {} function p.cell(frame) local text = frame.args.text local sortPadding = frame.args.sortPadding local vertAlign = frame.args.vertAlign local maxWidth = frame.args.maxWidth local noBold = frame.args.noBold local style = frame.args.style:gsub("\"", """) local cellStyle = frame.args.cellstyle:gsub("\"", """) local wikiText = "class = \"nowrap" local normalAlign = "" -- local stupidIEAlign = "" local rows = 1 local width...' terkini
- 08:1408:14, 22 Ogos 2024 beza sej +13,184 B Modul:Userbox Mencipta laman baru dengan kandungan '-- This module implements {{userbox}}. local categoryHandler = require('Module:Category handler').main local p = {} -------------------------------------------------------------------------------- -- Helper functions -------------------------------------------------------------------------------- local function checkNum(val, default) -- Checks whether a value is a number greater than or equal to zero. If so, -- returns it as a number. If not, ret...' terkini
- 08:1408:14, 22 Ogos 2024 beza sej +2,538 B Modul:Uses TemplateStyles/config Mencipta laman baru dengan kandungan 'local cfg = {} -- Don’t touch this line. -- Subpage blacklist: these subpages will not be categorized (except for the -- error category, which is always added if there is an error). -- For example “Template:Foo/doc” matches the `doc = true` rule, so it will have -- no categories. “Template:Foo” and “Template:Foo/documentation” match no rules, -- so they *will* have categories. All rules should be in the -- ['<subpage name>'] = true, --...' terkini
- 08:1108:11, 22 Ogos 2024 beza sej +3,824 B Modul:Uses TemplateStyles Mencipta laman baru dengan kandungan 'local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local TNT = require('Module:TNT') local p = {} local function format(msg, ...) return TNT.format('I18n/Uses TemplateStyles', msg, ...) end local function getConfig() return mw.loadData('Module:Uses TemplateStyles/config') end local function renderBox(tStyles) local boxArgs =...' terkini
- 08:0808:08, 22 Ogos 2024 beza sej +18,899 B Modul:Wikidata label Mencipta laman baru dengan kandungan '--[[ __ __ _ _ __ ___ _ _ _ _ _ _ _ | \/ | ___ __| |_ _| | ___ \ \ / (_) | _(_) __| | __ _| |_ __ _ | | __ _| |__ ___| | | |\/| |/ _ \ / _` | | | | |/ _ (_) \ /\ / /| | |/ / |/ _` |/ _` | __/ _` | | |/ _` | '_ \ / _ \ | | | | | (_) | (_| | |_| | | __/_ \ V V / | | <| | (_| | (_| | || (_| | | | (_| | |_) | __/ | |_| |_|\___/ \__,_|\__,_|_|\___(_) \_/\_/ |_|_|\_...' terkini
- 08:0208:02, 22 Ogos 2024 beza sej +47,860 k Modul:Wikilisp Tiada ringkasan suntingan terkini Teg: Pengembalian manual
- 08:0108:01, 22 Ogos 2024 beza sej −47,860 k Modul:Wikilisp Mengganti laman dengan '-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or...' Teg-teg: Diganti Dibalikkan
1 Jun 2024
- 14:1314:13, 1 Jun 2024 beza sej +112 Wikibuku:Kedai Kopi →Penukaran ruang nama dan tajuk tab "Wikibooks" ke "Wikibuku": Balas Teg-teg: Suntingan mudah alih Suntingan web mudah alih Balas
29 Julai 2023
- 16:0716:07, 29 Julai 2023 beza sej +228 Wikibuku:Kedai Kopi Tiada ringkasan suntingan