User contributions for Kannadaguy

Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

27 January 2022

  • 13:0313:03, 27 January 2022 diff hist +518 Bharatiya Janata Party No edit summary
  • 13:0013:00, 27 January 2022 diff hist +432 N Template:Navboxes top Created page with "{{#invoke:navboxes|top}}<noinclude>{{navboxes bottom}} {{documentation|content= {{Uses Lua|Module:Navboxes}} This template may be used in conjunction with {{tl|navboxes bottom}} to create a collapsible container for a group of navboxes. When used together, the function is similar to {{tl|navboxes}} but without passing the list of navboxes through the module, which may help circumvent template include size limits.}} </noinclude>" current
  • 13:0013:00, 27 January 2022 diff hist +452 N Template:Navboxes bottom Created page with "<noinclude>{{navboxes top}}</noinclude>{{#invoke:navboxes|bottom}}<noinclude> {{documentation|content= {{Uses Lua|Module:Navboxes}} This template may be used in conjunction with {{tl|navboxes top}} to create a collapsible container for a group of navboxes. When used together, the function is similar to {{tl|navboxes}} but without passing the list of navboxes through the module, which may help circumvent template include size limits.}} </noinclude>" current
  • 13:0013:00, 27 January 2022 diff hist +8,210 N Template:Heads of government of republics Created page with "{{#invoke:navbox|navbox | name = Heads of government of republics | state = {{{state<includeonly>|autocollapse</includeonly>}}} | title = Current heads of government of republics | listclass = hlist | nowrapitems = yes | group1 = Africa | list1 = * {{flagicon|Algeria}} Aymen Benabderrahmane * {{flagicon|Angola}} João Lourenço * {{flagicon|Benin}} Patrice Talon * {{flagicon|Botswana}} Mokgweetsi Masisi * {{flagicon|Burkina Faso}} Lassina Zerbo * {{..." current
  • 12:5812:58, 27 January 2022 diff hist +1,735 N Template:DNA India/doc Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> '''{{NAMESPACE}}:{{BASEPAGENAME}}''' displays an external link to a news page for a person at the DNA India website. It is intended for use in the external links section of an article. == Usage == Unnamed parameters: : <code><nowiki>{{</nowiki>{{BASEPAGENAME}} | <var>ID</var> }}</code> : <code><nowiki>{{</nowiki>{{BASEPAGENAME}} | <var>ID</var> | <var>NA..." current
  • 12:5812:58, 27 January 2022 diff hist +464 N Template:DNA India Created page with "{{#if: {{{1|}}} {{{id<includeonly>|</includeonly>}}} | [https://www.dnaindia.com/topic/{{Trim| {{{1|{{{id}}}}}} }} {{#if: {{{2|{{{name<includeonly>|</includeonly>}}}}}} | {{{2|{{{name}}}}}} | {{PAGENAMEBASE}} }}] at DNA India | <span class="error">{{DNA India}} template missing ID.</span> }}<noinclude> {{Documentation}}<!-- Please add categories to the /doc subpage & add interwikis to Wikidata. --> </noinclude>" current
  • 12:5612:56, 27 January 2022 diff hist +1,848 N Template:Prime Ministers of India Created page with " {{#invoke:navbox|navbox | name = Prime ministers of India | title = {{flagicon|India}} Prime Minister of India | bodyclass = hlist | state = {{{state<includeonly>|collapsed</includeonly>}}} | image = x50px|Emblem of India | above = * List * By education * List of prime ministers of India by previous experience|By previous experie..." current
  • 12:5512:55, 27 January 2022 diff hist +1,569 N Module:Cite web/doc Created page with "{{Module rating |release}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Notice|This module should ''only'' be used on articles which are near the post-expand include size limit, in order to prevent them exceeding it. Unless there is a pressing technical need, use {{tl|{{BASEPAGENAME}}}} like normal.}} {{Lua|Module:Citation/CS1}} == Usage == This module may be placed dire..." current
  • 12:5412:54, 27 January 2022 diff hist +532 N Module:Cite web Created page with "local p = {} local CS1 = require('Module:Citation/CS1') p[''] = function(frame) local newFrame = { getParent = function(self) return frame end, getTitle = function(self) return 'Template:Cite web' end, args = {CitationClass='web'} } setmetatable(newFrame, { __index = function(t, k) if type(frame[k]) == 'function' then return function(...) return frame[k](frame, select(2, ...)) end else return frame[k] e..." current
  • 12:5112:51, 27 January 2022 diff hist +4,298 N Template:Module rating/doc Created page with "{{Documentation subpage}} <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> This template is used to rate Lua modules by quality. It is placed at the top of the module's /doc subpage. It produces a message informing users about the rating system, and it also places the module into a tracking category. == Usage == Basic usage: {{pre|{{tlx|module rating|''rating''}}}} Without categories: {{pre|{{tlx|module rating|''rating''|3..." current
  • 12:5012:50, 27 January 2022 diff hist +5,531 N Template:Module rating Created page with "<includeonly>{{#ifeq:{{SUBPAGENAME}}|doc|<!--do not show protection level of the module on the doc page, use the second and optionally third parameter if the doc page is also protected -->{{#if:{{{2|}}}|{{Pp|{{{2}}}|action={{{3|}}}}}}}|{{Module other|{{ombox | type = notice | image = {{#switch: {{{1|}}} | pre-alpha | prealpha | pa = 40x40px|link=|alt=Pre-alpha | alpha | a = File:Alpha lowerca..." current
  • 12:5012:50, 27 January 2022 diff hist +1,569 N Module:Cite news/doc Created page with "{{Module rating |release}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Notice|This module should ''only'' be used on articles which are near the post-expand include size limit, in order to prevent them exceeding it. Unless there is a pressing technical need, use {{tl|{{BASEPAGENAME}}}} like normal.}} {{Lua|Module:Citation/CS1}} == Usage == This module may be placed dire..." current
  • 12:5012:50, 27 January 2022 diff hist +534 N Module:Cite news Created page with "local p = {} local CS1 = require('Module:Citation/CS1') p[''] = function(frame) local newFrame = { getParent = function(self) return frame end, getTitle = function(self) return 'Template:Cite news' end, args = {CitationClass='news'} } setmetatable(newFrame, { __index = function(t, k) if type(frame[k]) == 'function' then return function(...) return frame[k](frame, select(2, ...)) end else return frame[k]..." current
  • 12:4812:48, 27 January 2022 diff hist +12,422 N Template:First Narendra Modi Cabinet Created page with "{{#invoke:navbox|navbox |name= First Modi ministry |title= 15px First Modi ministry |listclass = hlist |state = {{{state<includeonly>|collapsed</includeonly>}}} |titlestyle = background:{{party color|Bharatiya Janata Party}}; color:black; |above= Prime Minister: Narendra Modi |list1={{navbox with columns|child|fullwidth = true |state=uncollapsed |title= Cabinet Ministers <!--Sorted Alphabetically a..." current
  • 12:4512:45, 27 January 2022 diff hist +1,549 N Template:Pp-semi-vandalism/doc Created page with "{{Documentation subpage}} {{Twinkle standard installation}} {{lua|Module:Protection banner}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> ==Usage== This template will automatically detect the edit protection level of a page and adjust its appearance and categorization accordingly (showing full or semi-protection, temporary or indefinite, etc.). This template will not be visible on pages that are not protected. Please note that only Wikiped..." current
  • 12:4412:44, 27 January 2022 diff hist +178 N Template:Pp-semi-vandalism Created page with "<includeonly>{{#invoke:Protection banner|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
  • 12:4312:43, 27 January 2022 diff hist +314 Narendra Modi No edit summary
  • 12:4112:41, 27 January 2022 diff hist +6,494 N Salman Yusuff Khan Created page with "{{short description|Indian dancer (born 1985)}} {{Use dmy dates|date=March 2018}} {{Use Indian English|date=March 2018}} {{refimprove|date=December 2020}} {{Infobox person | name = Salman Yusuff Khan | image = Salman Yusuff Khan at an award event in 2017.jpg | caption = Khan in 2017 | birth_name = | birth_date = {{Birth date and age|1985|6|12|df=yes}} | birth_place = Bangalore, Karnataka, India | other_names = | occupation = Dancer, actor,..." current
  • 12:3912:39, 27 January 2022 diff hist +532 N Salman Khan (disambiguation) Created page with "'''Salman Khan''' (born 1965) is a Bollywood actor, narrator, singer, and television presenter. '''Salman Khan''' may also refer to: * Sal Khan (born 1976), American educator and entrepreneur * Salman Khan (cricketer) (born 1998), Indian cricketer * Salman Yusuff Khan (born 1985), Indian dancer * Salman Khan Baloch (born 1976), Pakistani politician * Salman Khan Ustajlu (died 1623), Turkoman military leader ==See also== * Salman (disambiguati..." current
  • 12:3712:37, 27 January 2022 diff hist +476 N Category:Hatnote templates Created page with "{{Template category |description='''Hatnotes to provide links to other Wikipedia content''', such as other uses of titles, phrases or words. <br/>For hatnotes and other templates intended for pages' "See also" sections, see {{cl|Related-topic templates}}.}} {{Category see also|Footnote templates}} Category:Cross-reference templates Category:Disambiguation and redirection templates Category:Wikipedia notification templates" current
  • 12:3712:37, 27 January 2022 diff hist +329 N Category:Hatnote modules Created page with "{{Template category|type=module |topic=hatnotes |description=These modules implement or support the {{cl|Hatnote templates}} that generate hatnotes. }} Category:Wikipedia modules <!--Don't know if it should really be a child category of this, but it's probably fine.-->" current
  • 12:3612:36, 27 January 2022 diff hist +185 N Module:About other people/doc Created page with "Implements {{tl|about other people}}. <includeonly>{{sandbox other|| <!-- Categories below this line, please; interwikis at Wikidata --> Category:Hatnote modules }}</includeonly>" current
  • 12:3512:35, 27 January 2022 diff hist +1,356 N Module:About other people Created page with "local mAbout = require('Module:About') local mHatnote = require('Module:Hatnote') local mArguments = require('Module:Arguments') local p = {} local s = { --strings emptySubject = 'no page subject specified', templateName = 'Template:About other people', andKeyword = 'and', otherPeopleNamedForm = 'other people %s %s', named = 'named', otherPeopleSame = 'other people with the same name', } function p.aboutOtherPeople (frame) local args = mArguments.getArgs(frame)..." current
  • 12:3312:33, 27 January 2022 diff hist +2,046 Karan Johar No edit summary
  • 12:3212:32, 27 January 2022 diff hist +1,670 Parineeti Chopra No edit summary
  • 12:3112:31, 27 January 2022 diff hist −47 Mithun Chakraborty No edit summary
  • 12:3012:30, 27 January 2022 diff hist −277 Salman Khan No edit summary
  • 12:2512:25, 27 January 2022 diff hist +10,752 N Hunarbaaz: Desh Ki Shaan Created page with "{{short description|Indian reality television show}} {{EngvarB|date=November 2021}} {{Use dmy dates|date=November 2021}} {{Infobox television | image = | image_size = | caption = | country = India | language = Hindi | starring = | presenter = {{Plainlist| * Haarsh Limbachiyaa * Bharti Singh }} | judges = {{plainlist| * Karan J..." current
  • 12:2512:25, 27 January 2022 diff hist +1,069 Haarsh Limbachiyaa No edit summary
  • 12:2412:24, 27 January 2022 diff hist +26,151 N Bharti Singh Created page with "{{Short description|Indian comedian and host}} {{Use Indian English|date=February 2016}} {{Use dmy dates|date=February 2016}} {{Infobox person | name = Bharti Singh | image = Bharti Singh in 2017.jpg | caption = Singh in 2017 | birth_date = {{birth date and age|1984|07|3|df=y}}<ref name="Bharti DOB"/> | birth_place = Amritsar, Punjab, India | occupation = {{flatlist| *Actress *comedian }}..."
  • 12:2112:21, 27 January 2022 diff hist +375 N Template:CRemoved Created page with "<noinclude>{| class="wikitable" |- |</noinclude>style="background: #FE9; vertical-align: middle; text-align: {{{align|center}}}; {{{style|text-transform: capitalize;}}}" class="table-cast"|{{{1|removed}}}<noinclude> |} {{Documentation|Template:Table cell templates/doc}} Category:Television table cell templates Category:Big Brother (franchise) templates </noinclude>" current
  • 12:1912:19, 27 January 2022 diff hist +2,602 Bigg Boss (Hindi season 15) No edit summary

20 January 2022

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)