Pergi ke kandungan

Sinumbang oleh 咽頭べさ

Pengguna dengan 65 suntingan. Akaun dibuat pada 11 Septembe 2024.
Memia seritaBukaTutup
⧼contribs-top⧽
⧼contribs-date⧽
(paling bau | paling beta) Ngenda' (lebih bau 50 | ) (20 | 50 | 100 | 250 | 500)

11 Septembe 2024

  • 17:0317:03, 11 Septembe 2024 bida' dau +1,520 B Modul:Ordinal Mencipta laman baru dengan kandungan '--This template will add the appropriate ordinal suffix to a given integer. Please do not modify this code without applying the changes first at Module:Ordinal/sandbox and testing. local p = {} local yesno = require('Module:Yesno') -- boolean value interpretation --[[ This function converts an integer value into a numeral followed by ordinal indicator. The output string might contain HTML tags. Usage: {{#invoke:Ordinal|ordinal|1=...' betiru
  • 17:0217:02, 11 Septembe 2024 bida' dau +92 B Templat:Ordinal Mencipta laman baru dengan kandungan '{{SAFESUBST:<noinclude />#invoke:Ordinal|ordinal}}<noinclude> {{documentation}} </noinclude>' betiru
  • 17:0017:00, 11 Septembe 2024 bida' dau +2,364 B Templat:Cite EPD Mencipta laman baru dengan kandungan '<noinclude>{{pp-template|small=yes}}</noinclude>{{citation |last=Jones |first=Daniel |author-link=Daniel Jones (phonetician) |year={{{year|{{#switch:{{{1|1}}} |1=1917 |2=1924 |3=1926 |4=1937 |5=1940 |6=1944 |7=1945 |8=1947 |9=1948 |10=1949 |11=1956 |12=1963 |13=1967 |14=1977 |14r=1988 |14c=1991 |15=1997 |16=2003 |17=2006 |18=2011 }}}}} |editor-last1={{#switch:{{{1|}}} |13|14|14r|14c=Gimson |15|16|17|18=Roach...' betiru
  • 16:5816:58, 11 Septembe 2024 bida' dau +817 B Modul:IPAc-en/pronunciation Mencipta laman baru dengan kandungan '-- This module contains pronunciation-key data for Module:IPAc-en. return { { code = 'lang', text = 'English:' }, { code = 'pron', text = '' }, { code = 'local', text = 'locally' }, { code = 'ipa', text = 'IPA:' }, { code = 'also', text = 'also' }, { code = 'uk', text = 'UK:' }, { code = 'us', text = 'US:' }, { code = 'uklang',...' betiru
  • 16:5716:57, 11 Septembe 2024 bida' dau +10,145 B Modul:IPAc-en/phonemes Mencipta laman baru dengan kandungan '-- This module contains phoneme data for Module:IPAc-en. return { -- CONSONANTS { code = "b", label = "b", tooltip = "'b' in 'buy'", }, { code = "d", label = "d", tooltip = "'d' in 'dye'", }, { code = "dj", aliases = {"dy", "dʲ"}, label = "dj", tooltip = "/dj/: 'd' in 'dew'", }, { code = "dʒ", aliases = {"dZ", "ʤ"}, label = "dʒ", tooltip = "/dʒ/: 'j' in 'jam'", }, { code = "ð", aliases = {"D"}, lab...' betiru
  • 16:5516:55, 11 Septembe 2024 bida' dau +1,610 B Modul:IPAc-en/documentation Mencipta laman baru dengan kandungan '-- This module generates automatic documentation for Template:IPAc-en. local pronunciationData = mw.loadData('Module:IPAc-en/pronunciation') local phonemeData = mw.loadData('Module:IPAc-en/phonemes') local p = {} local function makeCode(s) return string.format('<code>%s</code>', mw.text.nowiki(s)) end local function buildTable(options) local ret = {} ret[#ret + 1] = '{| class="wikitable"' if options.headerRow then for i, header in ipairs(o...' betiru
  • 16:5416:54, 11 Septembe 2024 bida' dau +4,690 B Modul:IPAc-en Mencipta laman baru dengan kandungan '-- This module implements Template:IPAc-en. local data = mw.loadData('Module:IPAc-en/data') local p = {} -- Global container for tracking categories local categoryHandler = require('Module:Category handler').main local categories = {} -- Trims whitespace from a string local function trim(s) return s:match('^%s*(.-)%s*$') end -- This implements Template:Nowrap. local function makeNowrapSpan(s) local span = mw.html.create('span') :addClas...' betiru
  • 16:5316:53, 11 Septembe 2024 bida' dau +1,200 B Modul:IPAc-en/data Mencipta laman baru dengan kandungan '-- This module processes data for Module:IPAc-en. It is intended to be -- loaded with mw.loadData. local PRONUNCIATION_MODULE = 'Module:IPAc-en/pronunciation' local PHONEME_MODULE = 'Module:IPAc-en/phonemes' local function makeData(oldData) local newData = {} for i, old in ipairs(oldData) do local new = {} for k, v in pairs(old) do if k ~= 'aliases' and k ~= 'code' then new[k] = v end end newData[old.code] = new if old.alias...' betiru
  • 16:5216:52, 11 Septembe 2024 bida' dau +6,691 B Modul:IPA Mencipta laman baru dengan kandungan 'require('strict') local p = {} local function multiFind(s, patterns, init) local i, j = mw.ustring.find(s, patterns[1], init) for n = 2, #patterns do local i2, j2 = mw.ustring.find(s, patterns[n], init) if i2 and (not i or i2 < i) then i, j = i2, j2 end end return i, j end local function wrapAtSpaces(s) return mw.ustring.gsub(s, '(%s+)', '<span class="wrap">%1</span>') end local function wrapAtSpacesSafely(s) local patterns = { '%[%...' betiru
  • 16:5116:51, 11 Septembe 2024 bida' dau +244 B Modul:IPA/styles.css Mencipta laman baru dengan kandungan '{{pp-template}}: .IPA-label-small { font-size: 85%; } Don't shrink the label where text is already small, per [[MOS:SMALLTEXT]]: .references .IPA-label-small, .infobox .IPA-label-small, .navbox .IPA-label-small { font-size: 100%; }' betiru
  • 16:5016:50, 11 Septembe 2024 bida' dau +34 Ampus Tiada ringkasan suntingan betiru
  • 16:4816:48, 11 Septembe 2024 bida' dau +93 B Templat:IPAc-en Mencipta laman baru dengan kandungan '<includeonly>{{#invoke:IPAc-en|main}}</includeonly><noinclude> {{documentation}} </noinclude>' betiru
  • 16:4716:47, 11 Septembe 2024 bida' dau +2,211 B Modul:PrevalenceData Mencipta laman baru dengan kandungan 'local p = {} p.main = function ( frame ) local qid = frame.args.qId or "" if qid == "" then qid = mw.wikibase.getEntityIdForCurrentPage() end if not qid then return nil end local prevalenceClaims = mw.wikibase.getBestStatements(qid, "P1193") local pRange = '' -- Run through all prevalence claims - the table prevalenceClaims always exists but may be empty for i, prevalenceClaim in ipairs( prevalenceClaims ) do local prevalenceValue = prevalenc...' betiru
  • 16:4516:45, 11 Septembe 2024 bida' dau +3,999 B Templat:Infobox medical condition Mencipta laman baru dengan kandungan '{{short description|Medical condition|noreplace}}{{infobox | bodyclass = ib-medical-condition | abovestyle = background:#ccc | above = <includeonly>{{#if:{{{name|}}}|{{{name|}}}|{{PAGENAME}}}}</includeonly><noinclude>{{{name}}} or <nowiki>{{PAGENAME}}</nowiki></noinclude> | headerstyle = background:#eee;<!-- not used in this template, set same as sister template just in case --> | label1 = Other names | data1 = {{{synonym|}}}{{{synonyms|}}} | r...' betiru
  • 16:4416:44, 11 Septembe 2024 bida' dau +1,603 Ampus Tiada ringkasan suntingan
  • 16:4316:43, 11 Septembe 2024 bida' dau +782 Amelina Tiada ringkasan suntingan betiru
  • 16:4016:40, 11 Septembe 2024 bida' dau +163 Alun alun Tiada ringkasan suntingan betiru
  • 16:3616:36, 11 Septembe 2024 bida' dau −16 Aliff Syukri Tiada ringkasan suntingan betiru
  • 16:3216:32, 11 Septembe 2024 bida' dau +273 B Templat:Str ≥ len Mencipta laman baru dengan kandungan '{{{{{|safesubst:}}}#ifexpr: {{{{{|safesubst:}}}#invoke:String|len|s={{{1|}}}}} >= {{{2|0}}} <noinclude><!-- str >= len --></noinclude> | {{{3|}}} | {{{4|}}} }}<noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>' betiru
  • 16:3216:32, 11 Septembe 2024 bida' dau +889 Aliff Syukri Tiada ringkasan suntingan
  • 16:3016:30, 11 Septembe 2024 bida' dau +120 B Templat:Lang-ar Mencipta laman baru dengan kandungan '<includeonly>{{#invoke:lang|lang_xx_inherit |code=ar |rtl=yes }}</includeonly><noinclude> {{Documentation}} </noinclude>' betiru
  • 16:2916:29, 11 Septembe 2024 bida' dau +4,053 B Templat:Infobox religious text Mencipta laman baru dengan kandungan '{{Infobox | bodyclass = vcard | bodystyle = border-spacing:2px; | aboveclass = fn org | abovestyle = background:{{if empty|{{{background|}}}|{{Infobox religious building/color|{{{religion|}}}}}}}; color:{{Greater color contrast ratio|{{if empty|{{{background|}}}|{{Infobox religious building/color|{{{religion|}}}}}}}}}; font-size:125%; padding:2px | above = {{{name|{{{Name|<includeonly>{{PAGENAMEBASE}}</includeonly>}}}}}} | subheader = {{{subheader...' betiru
  • 16:2716:27, 11 Septembe 2024 bida' dau +796 Al-quran Tiada ringkasan suntingan betiru Teg: Suntingan visual: Ditukar
  • 16:2516:25, 11 Septembe 2024 bida' dau +181 B Templat:Ublist Mencipta laman baru dengan kandungan '{{<includeonly>safesubst:</includeonly>#invoke:list|unbulleted}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>' betiru
  • 16:2316:23, 11 Septembe 2024 bida' dau +280 B Templat:Plain list Mencipta laman baru dengan kandungan '<templatestyles src="Plainlist/styles.css"/><div class="plainlist {{{class|}}}" {{#if:{{{style|}}}{{{indent|}}}|style="{{#if:{{{indent|}}}|margin-left: {{#expr:{{{indent}}}*1.6}}em;}} {{{style|}}}"}}>{{#if:{{{1|}}}| {{{1}}} </div>}}<noinclude></div> {{documentation}} </noinclude>' betiru
  • 16:2216:22, 11 Septembe 2024 bida' dau +6,256 B Templat:Infobox military person Mencipta laman baru dengan kandungan '{{Infobox | child = {{lc:{{{embed}}}}} | bodyclass = vcard | bodystyle = {{WPMILHIST Infobox style|{{#switch:{{{width_style|}}}|narrow|person|auto=main_box_raw_auto_width|wide|military|#default=main_box_raw}}}} | subheaderstyle = font-weight:bold; | subheader = {{#ifeq:{{lc:{{{embed}}}}}|yes|{{if empty|{{{embed_title|}}}|{{#ifeq:{{{embed_title_large|}}}|yes|<div style="text-align: center; font-size: 125%; line-height: 1.2em; font-weig...' betiru
  • 16:1816:18, 11 Septembe 2024 bida' dau +19,320 B Templat:Infobox royalty Mencipta laman baru dengan kandungan '{{#if:{{Has short description}} |<!--Do nothing--> |{{Infobox royalty/short description|{{if empty|{{{title|}}}|{{{succession|}}}}}}}}} {{infobox | child = {{#ifeq:{{lc:{{{embed|}}}}}|yes|yes}} | bodyclass = vcard | aboveclass = fn | abovestyle = background-color: #cbe; color:inherit; font-size: 125% | above = {{#ifeq:{{lc:{{{embed|}}}}}|yes|| {{{name|<includeonly>{{PAGENAMEBASE}}</includeonly>}}} }} | subheader1 = {{#if: {{{title|}}} |<!-- TITLETEXT...' betiru
  • 16:1516:15, 11 Septembe 2024 bida' dau +1,852 Akad nika Tiada ringkasan suntingan Teg: Dibalikkan
  • 16:1316:13, 11 Septembe 2024 bida' dau +191 B Templat:En dash range Mencipta laman baru dengan kandungan '{{{1}}}{{#ifeq:{{#invoke:String|find|source={{#invoke:Plain text|main|{{{1}}}{{{2}}}}}|target=[%s–—-]|plain=false}}|0|–| – }}{{{2}}}<noinclude> {{Documentation}} </noinclude>' betiru
  • 16:1216:12, 11 Septembe 2024 bida' dau +2,321 Aishah Ghani Tiada ringkasan suntingan betiru
  • 16:1016:10, 11 Septembe 2024 bida' dau +1,611 B Templat:Years or months ago Mencipta laman baru dengan kandungan '<includeonly>{{#ifexpr:{{#if:{{{2|}}}|1|0}}=0 or abs( ({{{4|{{CURRENTMONTH}}}}}+{{{3|{{CURRENTYEAR}}}}}*12) - ({{{2|{{CURRENTMONTH}}}}}+{{{1|{{CURRENTYEAR}}}}}*12)) >= 12 |<!-- in years -->{{#expr:floor(abs( ( ({{{4|{{CURRENTMONTH}}}}}+{{{3|{{CURRENTYEAR}}}}}*12) - ({{{2|{{CURRENTMONTH}}}}}+{{{1|{{CURRENTYEAR}}}}}*12) ) / 12 ))}} {{#ifexpr:({{{4|{{CURRENTMONTH}}}}}+{{{3|{{CURRENTYEAR}}}}}*12) - ({{{2|{{CURRENTMONTH}}}}}+{{{1|{{CURRENTYEAR}}}}}*12...' betiru
  • 16:0916:09, 11 Septembe 2024 bida' dau +1,875 B Templat:Start date and age Mencipta laman baru dengan kandungan '<includeonly><!-- IMPLEMENTATION OF DATE -->{{#if: {{{1|}}}<!-- -->|{{#if: {{{2|}}}<!-- -->|{{#if: {{{3|}}}<!-- -->|{{#ifeq:{{yesno|{{{df|no}}}}}|yes<!-- -->|{{#expr:{{{3}}}}} {{MONTHNAME|{{{2}}}}}<!-- -->|{{MONTHNAME|{{{2}}}}} {{#expr:{{{3}}}}},<!-- -->}} {{{1}}}<!-- -->|{{MONTHNAME|{{{2}}}}} {{{1}}}<!-- -->}}<!-- -->|{{{1}}}<!-- -->}}<!-- --><span cla...' betiru
  • 16:0816:08, 11 Septembe 2024 bida' dau +3,649 B Templat:Infobox product Mencipta laman baru dengan kandungan '<includeonly>{{Infobox | bodyclass = hproduct | titleclass = fn | titlestyle = padding-bottom:0.2em;<!--(to prevent title touching box's border)--> | title = {{{title|{{PAGENAMEBASE}}}}} | imageclass = logo | imagestyle = | image = {{#invoke:InfoboxImage |InfoboxImage |image={{#invoke:WikidataIB |getValue |rank=best |P154 |name=logo |qid={{{qid|}}} |fetchwikidata={{{fetchwikidata|ALL}}} |suppressfields={{{suppressfields|}}} |onlysourced=no |noicon=yes...' betiru
  • 16:0716:07, 11 Septembe 2024 bida' dau +580 Ais buk Tiada ringkasan suntingan betiru
  • 16:0316:03, 11 Septembe 2024 bida' dau +3,120 B Modul:Gapnum Mencipta laman baru dengan kandungan 'local p = {} local getArgs function p.main(frame) if not getArgs then getArgs = require('Module:Arguments').getArgs end local args = getArgs(frame, {wrappers = 'Template:Gapnum'}) local n = args[1] if not n then error('Parameter 1 is required') elseif not tonumber(n) and not tonumber(n, 36) then -- Validates any number with base ≤ 36 error('Unable to convert "' .. args[1] .. '" to a number') end local gap = args.gap local precisio...' betiru
  • 16:0016:00, 11 Septembe 2024 bida' dau +111 B Templat:Val Mencipta laman baru dengan kandungan '<includeonly>{{safesubst:<noinclude/>#invoke:val|main}}</includeonly><noinclude> {{documentation}} </noinclude>' betiru
  • 15:5915:59, 11 Septembe 2024 bida' dau +477 B Modul:Chem2/styles.css Mencipta laman baru dengan kandungan '.template-chem2-su { {{pp-template}}: display: inline-block; font-size: 80%; line-height: 1; vertical-align: -0.35em; } .template-chem2-su > span { display: block; text-align: left; } Ignore the linter error about this selector being "overqualified"; this is the correct selector to override the default stylesheet.: sub.template-chem2-sub { font-size: 80%; vertical-align: -0.35em; } sup.template-chem2-sup { font-size: 80%; vert...' betiru
  • 15:5715:57, 11 Septembe 2024 bida' dau +13,254 B Modul:Chem2 Mencipta laman baru dengan kandungan 'local getArgs = require('Module:Arguments').getArgs local p = {} -- module's table -- Elements with wiki links local am = { H = "Hydrogen", He = "Helium", Li = "Lithium", Be = "Beryllium", B = "Boron", C = "Carbon", N = "Nitrogen", O = "Oxygen", F = "Fluorine", Ne = "Neon", Na = "Sodium", Mg = "Magnesium", Al = "Aluminium", Si = "Silicon", P = "Phosphorus", S = "Sulfur", Cl = "Chlorine", Ar = "Argon", K = "Potassium", Ca = "Calcium...' betiru
  • 15:5615:56, 11 Septembe 2024 bida' dau +870 B Templat:Chem2 Mencipta laman baru dengan kandungan '{{#invoke:Chem2|chem}}<!-- 1. CHECK: checkFUP regular (parameters |1= and |2= are whitelisted) -->{{#invoke:check for unknown parameters|check ||showblankpositional=1 |unknown= |preview=Template:Chem2: Unknown parameter "_VALUE_" |link|auto|1|2}}<!-- 1, 2 accepted parameters; see also below 2. CHECK: param |2= has input -->{{#if:{{{2|}}}|<!-- -->{{preview warning|1=Parameter {{para|1=2|2={{{2|}}}}} must be empty}}<!-- --> }}<!-- end of 2=hasin...' betiru
  • 15:5315:53, 11 Septembe 2024 bida' dau +122 B Templat:DTIC Mencipta laman baru dengan kandungan 'DTIC [https://apps.dtic.mil/sti/citations/{{{1}}} {{{1}}}]<noinclude> {{documentation}} </noinclude>' betiru
  • 15:5215:52, 11 Septembe 2024 bida' dau +126 B Templat:Cite journal Mencipta laman baru dengan kandungan '<includeonly>{{#invoke:Citation/CS1|citation |CitationClass=journal }}</includeonly><noinclude> {{documentation}} </noinclude>' betiru
  • 15:5115:51, 11 Septembe 2024 bida' dau +35 Ais Tiada ringkasan suntingan betiru
  • 15:4915:49, 11 Septembe 2024 bida' dau +7,150 B Templat:Infobox material Mencipta laman baru dengan kandungan '{{infobox | bodystyle = width:25em | abovestyle = background:#ccc | headerstyle = background:#ddd | autoheaders = y | above = {{{name|}}} | image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|sizedefault=frameless|alt={{{alt|}}}}} | caption = {{{caption|}}} | label1 = Synonym | data1 = {{{synonym|}}} | label2 = Synonyms | data2 = {{{synonyms|}}} | label3 = Material type | data3 = {{{type|}}} |header10...' betiru
  • 15:4815:48, 11 Septembe 2024 bida' dau +1,716 Ais Tiada ringkasan suntingan Teg: Suntingan visual: Ditukar
  • 15:4615:46, 11 Septembe 2024 bida' dau +47 B Templat:Infobox holiday/wd Mencipta laman baru dengan kandungan '<!-- don't delete: used to track the source -->' betiru
  • 15:4415:44, 11 Septembe 2024 bida' dau +807 B Modul:I18n Mencipta laman baru dengan kandungan 'local p = {} -- Credit to http://stackoverflow.com/a/1283608/2644759 -- cc-by-sa 3.0 local function tableMerge(t1, t2, overwrite) for k,v in pairs(t2) do if type(v) == "table" and type(t1[k]) == "table" then -- since type(t1[k]) == type(v) == "table", so t1[k] and v is true tableMerge(t1[k], v, overwrite) -- t2[k] == v else if overwrite or t1[k] == nil then t1[k] = v end end end return t1 end function p.loadI18n(name, i18n_arg) loc...' betiru
  • 15:4115:41, 11 Septembe 2024 bida' dau +33 Aidiladha Tiada ringkasan suntingan
  • 15:4115:41, 11 Septembe 2024 bida' dau +6,125 Aidiladha Tiada ringkasan suntingan
  • 15:3715:37, 11 Septembe 2024 bida' dau +387 B Templat:MONTHNAME Mencipta laman baru dengan kandungan '<includeonly>{{#if:{{{1|}}}|{{#switch:{{MONTHNUMBER|{{{1}}}}}|1=January|2=February|3=March|4=April|5=May|6=June|7=July|8=August|9=September|10=October|11=November|12=December|Incorrect required parameter 1=''month''!}}|Missing required parameter 1=''month''!}}</includeonly><noinclude> {{Documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>' betiru
  • 15:3615:36, 11 Septembe 2024 bida' dau +1,090 B Templat:Birth date Mencipta laman baru dengan kandungan '<span style="display:none">(<span class="bday">{{{1|{{{year}}}}}}-{{padleft:{{MONTHNUMBER|{{{2|{{{month}}}}}}}}|2|0}}-{{padleft:{{{3|{{{day}}}}}}|2|0}}</span>)</span>{{#if:{{{df|}}} |{{#expr:{{{3|{{{day}}}}}}}} {{MONTHNAME|{{{2|{{{month}}}}}}}} |{{MONTHNAME|{{{2|{{{month<noinclude>|1</noinclude>}}}}}}}} {{#expr:{{{3|{{{day<noinclude>|1</noinclude>}}}}}}}}, }} {{#expr:{{{1|{{{year<noinclude>|1900</noinclude>}}}}}}}}<includeonly><!-- -- Error checks -...' betiru
(paling bau | paling beta) Ngenda' (lebih bau 50 | ) (20 | 50 | 100 | 250 | 500)