विकिपीडिया
magwiki
https://mag.wikipedia.org/wiki/%E0%A4%AE%E0%A5%81%E0%A4%96%E0%A5%8D%E0%A4%AF%E0%A4%AA%E0%A4%A8%E0%A5%8D%E0%A4%A8%E0%A4%BE
MediaWiki 1.47.0-wmf.15
first-letter
मीडिया
विशेष
वार्ता
प्रयोगकर्ता
प्रयोगकर्ता वार्ता
विकिपीडिया
विकिपीडिया वार्ता
सञ्चिका
सञ्चिका वार्ता
मीडियाविकि
मीडियाविकि वार्ता
साँचा
साँचा वार्ता
सहयोग
सहयोग वार्ता
श्रेणी
श्रेणी वार्ता
TimedText
TimedText talk
Module
Module talk
Event
Event talk
साँचा:Legend
10
857
64875
2723
2026-08-13T19:13:41Z
ऐक्टिवेटेड्
76
[[साँचा:Legend]] तकके पुनर्निर्दशन हटावल गेलै
64875
wikitext
text/x-wiki
<includeonly><!--
--><templatestyles src="Legend/styles.css" /><!--
--><div class="legend"><!--
--><span class="legend-color {{#if:{{{invert|}}}|skin-invert|mw-no-invert}}" style="<!--
-->{{#if:{{{border|}}}|border: {{{border}}};|{{#if:{{{outline|}}}|border: 1px solid {{{outline}}};}}}}<!--
-->{{#if:{{{1|}}}|{{greater color contrast ratio|{{{1}}}|white|black|css=y}}}}<!--
-->{{#if:{{{textcolor|}}}|color:{{{textcolor}}};}}<!--
-->{{#if:{{{size|}}}|font-size:{{{size}}};}}<!--
-->-webkit-print-color-adjust: exact; print-color-adjust: exact;<!--
-->"><!--
-->{{#if:{{{text|}}}{{{alt|}}}
| <span class="legend-text" style="{{#if:{{{alt|}}}|color:{{{1|}}};}}{{#ifeq:{{{monospace|}}}|no||font-family: monospace, monospace;}}">{{If empty|{{{alt|}}}|{{Encodefirst|{{{text|}}}}}| }}</span>| }}<!--
--></span><!--
--> {{{2|}}}<!--
--></div><!--
--></includeonly><noinclude>
;Usage:
<nowiki>{{</nowiki>legend|''color''|''label''|border=''border''<nowiki>}}</nowiki>
''color'' is passed to the [[Cascading Style Sheets|css]] background-color property. The optional ''border'' argument is passed to the css border property.
;Example:
<nowiki>{{legend|black|Africa}}</nowiki>
<nowiki>{{legend|green|Americas}}</nowiki>
<nowiki>{{legend|blue|Oceania}}</nowiki>
<nowiki>{{legend|#ff0|Europe}}</nowiki>
<nowiki>{{legend|#ff2800|Asia}}</nowiki>
{{legend|black|Africa}}
{{legend|green|Americas}}
{{legend|blue|Oceania}}
{{legend|#ff0|Europe}}
{{legend|#ff2800|Asia}}
For legends involving lines on a map, see {{tl|legend-line}}.
[[Category:साँचा]]
</noinclude>
bpbdbosutwqtr0xjxdqqzi84mfagmks
64876
64875
2026-08-13T19:14:25Z
ऐक्टिवेटेड्
76
64876
wikitext
text/x-wiki
<includeonly><!--
--><templatestyles src="Legend/styles.css" /><!--
--><div class="legend"><!--
--><span class="legend-color {{#if:{{{invert|}}}|skin-invert|mw-no-invert}}" style="<!--
-->{{#if:{{{border|}}}|border: {{{border}}};|{{#if:{{{outline|}}}|border: 1px solid {{{outline}}};}}}}<!--
-->{{#if:{{{1|}}}|{{greater color contrast ratio|{{{1}}}|white|black|css=y}}}}<!--
-->{{#if:{{{textcolor|}}}|color:{{{textcolor}}};}}<!--
-->{{#if:{{{size|}}}|font-size:{{{size}}};}}<!--
-->-webkit-print-color-adjust: exact; print-color-adjust: exact;<!--
-->"><!--
-->{{#if:{{{text|}}}{{{alt|}}}
| <span class="legend-text" style="{{#if:{{{alt|}}}|color:{{{1|}}};}}{{#ifeq:{{{monospace|}}}|no||font-family: monospace, monospace;}}">{{If empty|{{{alt|}}}|{{Encodefirst|{{{text|}}}}}| }}</span>| }}<!--
--></span><!--
--> {{{2|}}}<!--
--></div><!--
--></includeonly><noinclude>
{{Documentation}}
</noinclude>
gzocsptefnhtsk2wy2kza6iktfwe4g4
Module:Asbox
828
6842
64873
21362
2026-08-13T19:12:12Z
ऐक्टिवेटेड्
76
64873
Scribunto
text/plain
local WRAPPER_TEMPLATE, args = 'Template:Asbox'
local p, Buffer, stubCats = {
--Prevents dupli-cats... get it? Maybe not?
cats = setmetatable({}, {__newindex = function(t, i, v)
if not rawget(t, i) then
rawset(t, i, v)
table.insert(t, i)
end
end}),
--initializes variables required by both p.main and p.templatepage
init = function(self, frame, page)
args, page = args or require('Module:Arguments').getArgs(frame, {
wrappers = WRAPPER_TEMPLATE
}), page or mw.title.getCurrentTitle()
--Ensures demo parameter will never affect category() output for articles
self.demo = self.demo or page.namespace ~= 0 and args.demo
return args, page
end
}, require('Module:Buffer')
--[[
Formats category links. Stores them until called with cat.done=true
Takes multiple or single categories in the form of 'cat'
or a table of strings and/or tables containing parts. (See below)
]]
local attention, catTag, catKey = Buffer'आधार साँचासभ जेकरा दन्ने ध्यान देवेके आवश्यकता हे', '[[श्रेणी:%s]]', '%s|%s%s'
local function category(cat)
for _, v in ipairs((tostring(cat) == cat or cat.t) and {cat} or cat) do
--[[
If v is a table:
[1] = full category name; defaults to local attention if blank
k = Category sort key. Prefix before v.t
t = page.text or args.tempsort#; appended after k (or in its place if omitted). Required if v is not a string
Basically the same as v = (v[1] or attention) .. ' | ' .. (v.k or '') .. v.t
]]
if v and v ~= true then--reject v = nil, false, or true
p.cats[catTag:format(tostring(v) == v and
v
or (v[1] and Buffer(v[1]) or attention):_in(v.k):_(v.t):_str(2, nil, nil, '|')
)] = true
end
end
return cat.done and table.concat(p.cats, p.demo and ' | ' or nil) or ''
end
--[[
Makes an ombox warning;
Takes table {ifNot = Boolean, text, {cat. sort key, cat. sort name}}
Will return an empty string instead when ifNot evaluates to true
]]
local function ombox(v)
if v.ifNot then return end
p.ombox = p.ombox or require('Module:Message box').ombox
category{v[2]}
return p.ombox{
type = 'content',
text = v[1]
}
end
--[[
Unlike original template, module now takes unlimited cats! This function also performs
most stub category error checks except for the ombox for when main |category= is omitted (See p.template())
]]
local function catStub(page, pageDoc)
stubCats = {missing = {}, v = {}}
local code
for k, _ in pairs(args) do
--Find category parameters and store the number (main cat = '')
table.insert(stubCats, string.match(k, '^category(%d*)$'))
end
table.sort(stubCats)
for k, v in ipairs(stubCats) do
--Get category names and, if called by p.templatepage, the optional sort key
local tsort, cat = args['tempsort' .. v], mw.ustring.lower(args['category' .. v])
--remove all hidden unicode chars is replaced by code to change category name in lower case because it was removing Matraas in Devnagari letters and we don't have to use Uppercase letters in Roman script
--Do not place template in main category if |tempsort = 'no'. However, DO place articles of that template in the main category.
table.insert(stubCats.v,
page and (--p.templatepage passes page; p.main does not, i.e. articles are categorized without sort keys.
v=='' and tsort == 'no'--if true, inserts 'true' in table, which category() will reject
or tsort and {cat, k = ' ', t = tsort}
or {cat, k = ' *', t = page.text}--note space in front of sort key
)
or cat
)
--Check category existance only if on the template page (i.e. stub documentation)
if page then
if not mw.title.new('श्रेणी:' .. cat).exists then
code = code or mw.html.create'code':wikitext'|category'
table.insert(stubCats.missing, tostring(mw.clone(code):wikitext(v)))
end
--[[
Checks non-demo stub template for documentation and flags if doc is present.
All stub cats names are checked and flagged if it does not match 'Category: [] आधार'.
The main stub cat is exempt from the name check if the stub template has its own doc
(presumably, this doc would have an explanation as to why the main stub cat is non-conforming).
]]
table.insert(stubCats.v, v == '' and not p.demo and pageDoc.exists and
'आधार साँचासभ जेकर प्रलेखन उपपन्ना हे'
or not cat:match' आधार$' and {k = 'S', t = page.text}
)
end
end
--Add category names after loop is completed
category(stubCats.v)
return #stubCats.missing > 0 and ombox{
--Changed, original msg:
--One or more of the stub categories defined in this template do not seem to exist!
--Please double-check the parameters {{para|category}}, {{para|category1}} and {{para|category2}}.
'पैरामीटर' .. mw.text.listToText(stubCats.missing)
.. (#stubCats.missing == 1 and ' एगो ऐसन आधार श्रेणी निर्दिष्ट करैत हे जे विद्यमान नै हे ।' or ' ऐसन आधार श्रेणीसभ निर्दिष्ट करैत हे जे विद्यमान नै हे ।'),
{k = 'N', t = page.text}
}
end
--Shows population of categories found by catStub(). Outputs demo values if none
local function population()
local wikitext, base = {}, '* [[:श्रेणी:%s]] (पन्ना सङ्ख्या: %s)\n'
if not args.category and stubCats[1] ~= false then
table.insert(stubCats, 1, false)
end
for _, v in ipairs(stubCats) do
table.insert(wikitext, base:format(
v and args['category' .. v] or '{{{category}}}',
v and mw.site.stats.pagesInCategory(args['category' .. v], 'all') or 0
))
end
return table.concat(wikitext)
end
--Includes standard stub documention and flags stub templates with bad parameter values.
function p.templatepage(frame, page)
args, page = p:init(frame, page)
local tStubDoc = mw.title.new'Template:Stub documentation'
local pageDoc = page:subPageTitle('doc')
--Reorganization note: Original Asbox alternates between outputting categories and checking on params |category#=.
--Rather than checking multiple times and switching tasks, all stub category param operations have been rolled into catStub()
return Buffer(
ombox{--Show ombox warnings for missing args.
ifNot = args.category,
'प्राचल <code>|category</code> नै देल गेलहे । ई प्राचलला एगो उचित आधार श्रेणी देथिन ।',
{k = 'C', t = page.text}
})
:_(ombox{
ifNot = args.subject or args.article or args.qualifier,
'ई आधार साँचामे कौनो विवरण नै देल गेलै हे ! <code>|subject</code>, <code>|article</code> वा<code>|qualifier</code> मे से कमसे कम एगो प्राचल देल आवश्यक हे ।',
{k = 'D', t = page.text}
})
:_(catStub(page, pageDoc))--catStub() may also return an ombox if there are non-existing categories
:_(category{
done = p.demo ~= 'doc',--Outputs categories if not doc demo
'आधार सन्देस साँचा',
'Exclude in print',
args.icon and
'चित्र आइकन वाला आधार साँचा'
or args.image and (
mw.title.new('Media:' .. mw.text.split(args.image, '|')[1]).exists--do nothing if exists. category() will reject true
or {k = 'B', t = page.text}
)
or 'बिन चित्र आइकन वाला आधार साँचा',
args.imagealt and {k = 'I', t = page.text},
})
:_((not p.demo or p.demo == 'doc') and--Add standard stub template documentation
require('Module:Documentation').main{
content = Buffer(page.text ~= 'आधार' and--This comparison performed in {{Asbox/stubtree}} before it invokes Module:Asbox stubtree
require('Module:Asbox stubtree').subtree{args = {pagename = page.text}}
)
:_in'\n== ई साँचाके बारेमे ==\nई साँचा कौनो ':_(args.subject):_'आधार':_(args.qualifier):_out' '--space
:_' के पहचान करेला प्रयोग होवहे । ई {{[[साञ्चा:Asbox|asbox]]}} के प्रयोगमे लावहे, जे एगो मूल साँचा हे आउ सरलतासे आधार सन्देश साँचा बनावेला प्रयुक्त होवहे \n=== प्रयोग ===\n'
:_(mw.html.create'code'
:wikitext('{{', page.text == 'आधार' and 'आधार' or page.text, '}}')
)
:_' टङ्कन करेपर आरम्भमे (ऊपरे) लिखल सन्देश लौकहे आउ ई लेखके निम्नलिखित श्रेणी'
:_(#stubCats > 1 and 'श्रेणीसभमे' or 'श्रेणीमे')
:_' श्रेणीकृत करहे:\n'
:_(population())
:_(pageDoc.exists and--transclusion of /doc if it exists
frame:expandTemplate{title = pageDoc.text}
)
:_'\n== सामान्य जानकारी ==\n'
:_(frame:expandTemplate{title = tStubDoc.text})
:_'\n\n'(),
['link box'] = Buffer'ई प्रलेखन [[मॉड्यूल:Asbox]] द्वारा स्वतः प्रदर्शित कैल जाइत हे'
:_in'सामान्य जानकारी [[साँचा:Stub documentation]] से लेल गेलै हे ।'
:_(mw.html.create'span'
:cssText'font-size:smaller;font-style:normal;line-height:130%'
:node(('([%s सम्पादित करथिन] | [%s इतिहास देखथिन])'):format(
tStubDoc:fullUrl('action=edit', 'relative'),
tStubDoc:fullUrl('action=history', 'relative')
))
)
:_out()
:_(page.protectionLevels.edit[1] == 'sysop' and
"This template is [[WP:PROTECT|fully protected]] and any [[WP:CAT|categories]] should be added to the template's ["
.. pageDoc:fullUrl('action=edit&preload=Template:Category_interwiki/preload', 'relative')
.. '| /doc] subpage, which is not protected.'
)' <br/>'
}
)()
end
function p.main(frame, page)
args, page = p:init(frame, page)
local output = mw.html.create'table'
:addClass'metadata plainlinks stub'
:css{background = 'transparent'}
:attr{role = 'presentation'}
:tag'tr'
:node((args.icon or args.image) and
mw.html.create'td'
:wikitext(args.icon or ('[[सञ्चिका:%s|%spx|alt=%s]]'):format(
args.image or '',
args.pix or '40x30',
args.imagealt or 'Stub icon'
))
)
:tag'td'
:tag'i'
:wikitext(
Buffer'ई':_(args.subject):_(args.article or 'लेख'):_(args.qualifier)' ',--space
' एगो [[विकिपीडिया:आधार|आधार]] हे । जानकारी जोड़के एकरा [',
page:fullUrl('action=edit', 'relative'),
' बढ़ावेमे] विकिपीडियाके सहयोग करथिन ।'
)
:done()
:node(args.name and
require'Module:Navbar'._navbar{
args.name,
mini = 'yes',
style = 'position: absolute; right: 15px; display: none;'
}
)
:node(args.note and
mw.html.create()
:tag'br':done()
:tag'span'
:css{['font-style'] = 'normal', ['font-size'] = 'smaller'}
:wikitext(args.note)
:done()
)
:allDone()
--[[
Stub categories for templates include a sort key (Otherwise all will be indexed under the letter 'T' for 'Template:[] stubs')
Articles using the template do not need a sort key since they have unique names.
When p.demo equals 'doc', the demo stub categories will appear as those for a stub template.
Otherwise, any non-nil p.demo will emulate article space categories (plus any error cats unless set to 'art')
]]
if page.namespace == 0 then -- Main namespace
category'सभ आधार लेख'
catStub()
elseif p.demo then
if p.demo ~= 'doc' then catStub() end
--Unless p.demo is set to 'art', it will also include error categories normally only shown on
--the template but not in the article. The elseif after namespace == 0 means demo cats will never show in article space.
p.demodoc = p.demo ~= 'art' and p.templatepage(frame, page)
output = mw.html.create()
:node(output)
:tag'small':wikitext(
'डेमो श्रेणीसभ: ',
(category{done = true}:gsub('(%[%[)(श्रेणी:)([^|%]]-)(%|)', '%1%2%3|%2%3%4'):gsub('(%[%[)(श्रेणी:)', '%1:%2'))
):done()
:wikitext(p.demo == 'doc' and p.demodoc or nil)
else
--Checks for valid name; emulates original template's check using {{FULLPAGENAME:{{{name|}}}}}
local normalizedName = mw.title.new(args.name or '')
if normalizedName and normalizedName.fullText == page.fullText then
output = mw.html.create():node(output):wikitext(p.templatepage(frame, page))
elseif not page.isSubpage and page.namespace == 10 then-- Template namespace and not a subpage
category{{k = args.name and 'E' or 'W', t = page.text}}
end
end
return output:wikitext(not p.demo and category{done = true} or nil)
end
return p
68uaiuwu8hiow6n9smdtc1h7ujffovs
अर्धचालक पदार्थ
0
7571
64728
64376
2026-08-13T13:41:38Z
ऐक्टिवेटेड्
76
64728
wikitext
text/x-wiki
[[सञ्चिका:Pasmowa teoria przewodnictwa-schemat.svg|right|thumb|300px|सुचालक, अर्धचालक आउ कुचालकके बैण्डके तुलना]]
'''अर्धचालक''' (semiconductor) ऊसब [[पदार्थ]]के कहल जा हे जिनकर [[विद्युत चालकता]] [[विद्युत चालक|चालक]] (जैसे ताम्बा) से कम किन्तु [[विद्युतरोधी|अचालक]] (जैसे [[काँच]]) से अधिक होवहे । (आपेक्षिक प्रतिरोध प्रायः 10<sup>-5</sup> से 10<sup>8</sup> ओम-मीटरके बीच) [[सिलिकन]], [[जर्मेनियम]], [[केडमियम सल्फाइड]], [[गैलियम आर्सेनाइड]] इत्यादि अर्धचालक पदार्थके कुछ उदाहरण हे । अर्धचालकमे चालन बैण्ड आउ संयोजक बैण्डके बीच एक 'बैण्ड गैप' होवहे जेकर मान ० से ६ इलेक्ट्रान-भोल्टके बीच होवहे, जैसे - Ge 0.7 eV, Si 1.1 eV, GaAs 1.4 eV, GaN 3.4 eV, AlN 6.2 eV) ।
इलेक्ट्रानिक युक्ति बनावेला प्रयोग कैल जायेवाल अधिकांश अर्धचालक [[आवर्त सारणी]]के समूह ४ के तत्त्व (जैसे सिलिकन, जर्मेनियम), समूह ३ आउ ५ के यौगिक (जैसे गैलियम आर्सेनाइड, गैलियम नाइट्राइड, इण्डियम एण्टीमोनाइड), या समूह २ आउ ६ के यौगिक (कैडमियम टेलुराइड) हे । अर्धचालक पदार्थ एकल [[क्रिस्टल]]के रूपमे हो सकहे या बहुक्रिस्टली पाउडरके रूपमे हो सकहे । वर्तमान समयमे कार्बनिक अर्धचालको (organic semiconductors) बनावल गेलै हे जे प्रायः बहुचक्री एरोमटिक यौगिक होवहे ।
{| class="wikitable" border="1"
! तत्त्व
! समूह
! <span style="font-size:small;"> अन्तिम कक्षामे<br />इलेक्ट्रानके सळ्क्या</span>
|-----
| [[Cadmio|Cd]] || align="center" | 12
| align="center" | 2 e<sup>-</sup>
|-----
| [[अलुमिनियम्|Al]], [[गैलियम|Ga]], [[बोरोन|B]], [[इण्डियम|In]]
| align="center" | 13 || align="center" | 3 e<sup>-</sup>
|-----
| [[सिलिकॉन|Si]], [[कार्बन|C]], [[जर्मेनियम|Ge]] || align="center" | 14
| align="center" | 4 e<sup>-</sup>
|-----
| [[फास्फोरस|P]], [[आर्सेनिक|As]], [[एण्टीमनी|Sb]]
| align="center" | 15 || align="center" | 5 e<sup>-</sup>
|-----
| [[सेलेनियम|Se]], Te, ([[गन्धक|S]])
| align="center" | 16 || align="center" | 6 e<sup>-</sup>
|}
आधुनिक युगमे प्रयुक्त ढेर रकमके युक्ति (devices) के मूलमे ई अर्धचालक पदार्थे हे । एकरासे पहिले [[डायोड]] बनावल गेलै आउ फिर [[ट्राञ्जिस्टर]] । एकरे हाथ पकड़के33 इलेक्ट्रानिक युगके यात्रा आरम्भ भेलै । विद्युत आउ [[इलेक्ट्रानिक्स]]मे इनकर बड्डी बड़ भूमिका रहलै हे । विज्ञानके जे शाखामे अर्धचालकके अध्ययन कैल जा हे ओकरा [[ठोस अवस्था भौतिकशास्त्र]] (सोलिड स्टेट फिजिक्स) कहल जा हे ।
==इहो देखी==
* [[अर्धचालक युक्ति]]
* [[अर्धचालक उद्योग]]
==सन्दर्भ==
{{टिप्पणीसूची}}
==बाहरी कड़ी==
* [https://web.archive.org/web/20080705171905/http://science.howstuffworks.com/diode.htm Howstuffworks' semiconductor page]
* [https://web.archive.org/web/20090822021835/http://hyperphysics.phy-astr.gsu.edu/hbase/solids/semcn.html Semiconductor Concepts at Hyperphysics]
* Semiconductor OneSource [https://web.archive.org/web/20091009135303/http://www.semi1source.com/shof/ Hall of Fame], [https://web.archive.org/web/20060201232428/http://semiconductorglossary.com/ Glossary]
* [https://web.archive.org/web/20090213122751/http://ece-www.colorado.edu/~bart/book/book/ Principles of Semiconductor Devices] by Bart Van Zeghbroeck, [[University of Colorado at Boulder|University of Colorado]]. An online textbook]
* [https://web.archive.org/web/20040606111842/http://www.tpub.com/content/neets/14179/index.htm US Navy Electrical Engineering Training Series]
* [https://web.archive.org/web/20090306114230/http://www.ioffe.rssi.ru/SVA/NSM/Semicond/index.html NSM-Archive] Physical Properties of Semiconductors]
* [https://web.archive.org/web/20190901041749/https://amkor.com/ Amkor Technology Semiconductor Assembly & Test]
* [https://web.archive.org/web/20110610034454/http://www.intota.com/experts.asp?strSearchType=all&strQuery=semiconductor+device Semiconductor Experts]
* [https://web.archive.org/web/20090826143426/http://www.semiconductor-scout.com/manufacturer/semiconductor-manufacturer.html Semiconductor Manufacturer List]
[[श्रेणी:अर्धचालक| ]]
[[श्रेणी:वैद्युतक]]
qfiuqv1frfpo06abr3y115nalqvgcmx
आदिलाबाद
0
7749
64748
24529
2026-08-13T13:58:15Z
ऐक्टिवेटेड्
76
[[आदिलाबाद्]] तकके पुनर्निर्दशन हटावल गेलै
64748
wikitext
text/x-wiki
{{Infobox settlement
|name = आदिलाबाद
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|ఆదిలాబాద్}}
|other_name =
|image = Front View of Adilabad Fort.JPG
|image_caption = आदिलाबाद दुर्ग
|pushpin_label = आदिलाबाद
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|19.67|78.53|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[अदिलाबाद जिला]]
|elevation_m = 264
|population_total = 117167
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
|timezone1 = [[भारतीय मानक समय]]
|utc_offset1 = +5:30
|postal_code_type = [[पिनकोड]]
|postal_code = 504001
|area_code_type = दूरभाष कोड
|area_code = 08732
|registration_plate = TS-01
|website =
}}
'''आदिलाबाद''' ({{Lang-te|ఆదిలాబాద్}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[आदिलाबाद जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
आदिलाबाद कपासके समृद्ध खेतीला प्रसिद्ध हे । एहीसे आदिलाबादके "उज्जर स्वर्ण नगरो" कहल जा हे ।
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[आदिलाबाद जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:आदिलाबाद|*]]
[[श्रेणी:आदिलाबाद जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
12upf1c91tah03z35e7t9plyznkywfe
आदिलाबाद जिला
0
7750
64782
24535
2026-08-13T18:06:03Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[आदिलाबाद मण्डल]] के [[आदिलाबाद जिला]] पर स्थानान्तरित कैलन
24534
wikitext
text/x-wiki
{{Infobox settlement
| name = आदिलाबाद मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|ఆదిలాబాద్ జిల్లా}}
| other_name = आदिलाबाद जिला
| image_skyline = Kuntala waterfalla, both streams.jpg
| image_alt =
| image_caption = [[कुन्तल झरना]]
| image_map =
| image_map1 = Adilabad in Telangana (India).svg
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = आदिलाबाद
| subdivision_type = देश
| subdivision_name = {{IND}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = {{Flagicon image|Emblem_of_Telangana.svg}} [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[आदिलाबाद]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 18
| area_total_km2 = 4153
| area_footnotes =
| population_as_of = 2011
| population_total = 708972
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 63.46%
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 989
| demographics1_info3 = [[तेलुगुभाषा|तेलुगु]]
| leader_title = [[जिलाधिकारी]]
| leader_name = राजर्षि शाह<ref>{{Cite web |url=https://adilabad.telangana.gov.in/ |title=Adilabad District | Welcome To Adilabad District Web Portal | India |publisher=Adilabad.telangana.gov.in |date= |access-date=2022-03-20}}</ref>
| leader_title1 = [[लोकसभा निर्वाचन क्षेत्रके सूची#तेलङ्गाना (१७)|लोकसभा निर्वाचन क्षेत्र]]
| leader_name1 = [[आदिलाबाद लोकसभा क्षेत्र|आदिलाबाद]]
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्रके सूची|विधानसभा क्षेत्र]]
| leader_name2 = [[आदिलाबाद (विधानसभा क्षेत्र)|आदिलाबाद]], [[बोथ (विधानसभा क्षेत्र)|बोथ (एसटी)]], [[खानापुर, तेलङ्गाना विधानसभा क्षेत्र|खानापुर (एसटि)]]
| leader_title3 = [[सांसद्, लोकसभा|सांसद्]]
| leader_name3 = [[गोदाम नागेश]] ([[भाजपा]])
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = AP-01 (२०१४ तक)
TS 01 (२०१४-२०२४)
TG 01
| website = {{URL|http://adilabad.telangana.gov.in/}}
}}
'''आदिलाबाद मण्डल''' (आदिलाबाद जिला; {{Lang-te|ఆదిలాబాద్ జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[आदिलाबाद]] हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[आदिलाबाद]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:आदिलाबाद मण्डल|*]]
[[बर्ग:आदिलाबाद]]
{{INTERWIKI|Q15211}}
7xoikjab1qh56r5tta1iwcqghqsv020
64808
64782
2026-08-13T18:23:19Z
ऐक्टिवेटेड्
76
64808
wikitext
text/x-wiki
{{Infobox settlement
| name = आदिलाबाद मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|ఆదిలాబాద్ జిల్లా}}
| other_name = आदिलाबाद जिला
| image_skyline = Kuntala waterfalla, both streams.jpg
| image_alt =
| image_caption = [[कुन्तल झरना]]
| image_map =
| image_map1 = Adilabad in Telangana (India).svg
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = आदिलाबाद
| subdivision_type = देश
| subdivision_name = {{IND}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = {{Flagicon image|Emblem_of_Telangana.svg}} [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[आदिलाबाद]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 18
| area_total_km2 = 4153
| area_footnotes =
| population_as_of = 2011
| population_total = 708972
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 63.46%
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 989
| demographics1_info3 = [[तेलुगु भाषा|तेलुगु]]
| leader_title = [[जिलाधिकारी]]
| leader_name = राजर्षि शाह<ref>{{Cite web |url=https://adilabad.telangana.gov.in/ |title=Adilabad District | Welcome To Adilabad District Web Portal | India |publisher=Adilabad.telangana.gov.in |date= |access-date=2022-03-20}}</ref>
| leader_title1 = [[लोकसभा निर्वाचन क्षेत्रके सूची#तेलङ्गाना (१७)|लोकसभा निर्वाचन क्षेत्र]]
| leader_name1 = [[आदिलाबाद लोकसभा क्षेत्र|आदिलाबाद]]
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्रके सूची|विधानसभा क्षेत्र]]
| leader_name2 = [[आदिलाबाद (विधानसभा क्षेत्र)|आदिलाबाद]], [[बोथ (विधानसभा क्षेत्र)|बोथ (एसटी)]], [[खानापुर, तेलङ्गाना विधानसभा क्षेत्र|खानापुर (एसटि)]]
| leader_title3 = [[सांसद्, लोकसभा|सांसद्]]
| leader_name3 = [[गोदाम नागेश]] ([[भाजपा]])
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = AP-01 (२०१४ तक)
TS 01 (२०१४-२०२४)
TG 01
| website = {{URL|http://adilabad.telangana.gov.in/}}
}}
'''आदिलाबाद जिला''' ({{Lang-te|ఆదిలాబాద్ జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[आदिलाबाद]] हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[आदिलाबाद]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:आदिलाबाद जिला|*]]
[[श्रेणी:आदिलाबाद]]
kifzy6n6mek6xbdmmox5q4l27ra5upd
आदिलाबाद्
0
7751
64732
24539
2026-08-13T13:55:51Z
ऐक्टिवेटेड्
76
64732
wikitext
text/x-wiki
{{Infobox settlement
|name = आदिलाबाद
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|ఆదిలాబాద్}}
|other_name =
|image = Front View of Adilabad Fort.JPG
|image_caption = आदिलाबाद दुर्ग
|pushpin_label = आदिलाबाद
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|19.67|78.53|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[अदिलाबाद जिला]]
|elevation_m = 264
|population_total = 117167
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
|timezone1 = [[भारतीय मानक समय]]
|utc_offset1 = +5:30
|postal_code_type = [[पिनकोड]]
|postal_code = 504001
|area_code_type = दूरभाष कोड
|area_code = 08732
|registration_plate = TS-01
|website =
}}
'''आदिलाबाद''' ({{Lang-te|ఆదిలాబాద్}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[आदिलाबाद जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
आदिलाबाद कपासके समृद्ध खेतीला प्रसिद्ध हे । एहीसे आदिलाबादके "उज्जर स्वर्ण नगरो" कहल जा हे ।
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[आदिलाबाद जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:आदिलाबाद|*]]
[[श्रेणी:आदिलाबाद जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
12upf1c91tah03z35e7t9plyznkywfe
64749
64732
2026-08-13T13:58:19Z
ऐक्टिवेटेड्
76
[[आदिलाबाद]] के पुनर्निर्देशित
64749
wikitext
text/x-wiki
#REDIRECT [[आदिलाबाद]]
gj9s6dy366qu1oyxbceqdm30ng1ahup
आसिफाबाद, तेलङ्गाना
0
7852
64751
24932
2026-08-13T13:58:43Z
ऐक्टिवेटेड्
76
[[आसिफाबाद्, तेलङ्गाना]] तकके पुनर्निर्दशन हटावल गेलै
64751
wikitext
text/x-wiki
{{Infobox settlement
|name = आसिफाबाद
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|ఆసిఫాబాద్}}
|other_name =
|image =
|image_caption =
|pushpin_label = आसिफाबाद
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|19.365|79.274|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[कोमरम भीम जिला]]
|population_total = 23059
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
}}
'''आसिफाबाद''' ({{Lang-te|ఆసిఫాబాద్}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[कोमरम भीम जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[कोमरम भीम जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:आसिफाबाद|*]]
[[श्रेणी:कोमरम भीम जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
o7bu1xjzs96bop55rw136kkderrb8jd
आसिफाबाद्, तेलङ्गाना
0
7853
64733
24935
2026-08-13T13:55:59Z
ऐक्टिवेटेड्
76
64733
wikitext
text/x-wiki
{{Infobox settlement
|name = आसिफाबाद
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|ఆసిఫాబాద్}}
|other_name =
|image =
|image_caption =
|pushpin_label = आसिफाबाद
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|19.365|79.274|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[कोमरम भीम जिला]]
|population_total = 23059
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
}}
'''आसिफाबाद''' ({{Lang-te|ఆసిఫాబాద్}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[कोमरम भीम जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[कोमरम भीम जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:आसिफाबाद|*]]
[[श्रेणी:कोमरम भीम जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
o7bu1xjzs96bop55rw136kkderrb8jd
64750
64733
2026-08-13T13:58:38Z
ऐक्टिवेटेड्
76
[[आसिफाबाद, तेलङ्गाना]] के पुनर्निर्देशित
64750
wikitext
text/x-wiki
#REDIRECT [[आसिफाबाद, तेलङ्गाना]]
ri7ytlbjjwzdbmpjpsq6hpbgimvz5hw
करीमनगर
0
8431
64734
27200
2026-08-13T13:56:08Z
ऐक्टिवेटेड्
76
64734
wikitext
text/x-wiki
{{Infobox settlement
|name = करीमनगर
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|కరీంనగర్}}
|other_name =
|image = Historic And Tourist Sites of Karimnagar City.jpg
|image_caption = करीमनगरके कुछ दृश्य
|pushpin_label = करीमनगर
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|18.437|79.124|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[करीमनगर जिला]]
|population_total = 261185
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
}}
'''करीमनगर''' ({{Lang-te|కరీంనగర్}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[करीमनगर जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[करीमनगर जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:करीमनगर|*]]
[[श्रेणी:करीमनगर जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
ny03luftwnkbet2qjc08whhnly18uop
करीमनगर जिला
0
8432
64809
27206
2026-08-13T18:23:25Z
ऐक्टिवेटेड्
76
64809
wikitext
text/x-wiki
{{Infobox settlement
| name = करीमनगर मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|కరీంనగర్ జిల్లా}}
| other_name = करीमनगर जिला
| image_skyline = Chikati Gudi, Kothapali Haveli, Telangana - 69.jpg
| image_alt =
| image_caption = चिकाटी गुड़ी, कोठापल्लि
| image_map = Karimnagar in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''करीमनगर जिला'''
|type=shape |id=Q15373
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके करीमनगर जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates = {{Coord|18.43694|79.124167|display=inline,title}}
| coor_pinpoint = करीमनगर
| subdivision_type = देश
| subdivision_name = [[भारत]]
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[करीमनगर]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 16
| area_total_km2 = 2,128
| area_footnotes =
| population_as_of = 2011
| population_total = 1005711
| population_footnotes =
| population_urban = 30.72%
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 69.16%
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 993
| leader_title = [[जिलाधिकारी]]
| leader_name = आर भि कर्णन
| leader_title1 =
| leader_name1 =
| leader_title2 =
| leader_name2 =
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–02<ref>{{Cite web|url=http://www.sakshipost.com/telangana/2016/10/13/vehicle-registration-codes-for-new-districts-in-telangana|title = Telugu States Latest News, Breaking News, News Headlines, Live Updates, Today Top News}}</ref>
| blank_name_sec1 =
| blank_info_sec1 =
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|http://karimnagar.telangana.gov.in/}}
| official_name =
}}
'''करीमनगर जिला''' ({{Lang-te|కరీంనగర్ జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[करीमनगर]] हे । ई राज्यके राजधानी [[हैदराबाद]]से १६५ किलोमीटर दूर हे । करीमनगरके नाम एक [[किलादार]] सयैद करीमुद्दीनके नाम पर पड़लै । ई नगर [[वेद]]के शिक्षाला प्रसिद्ध हे जे प्राचीनकालेसे ई नगरके पहचान रहलै हे । एहाँके प्रमुख प्राकृतिक संसाधनमे [[गोदावरी नदी|गोदावरी]] नदी सबसे महत्वपूर्ण हे जे एहाँके जीवनके एक अहम भागो हे । ढेर प्राचीन मन्दिर ई जिलाके अन्तर्गत आवहे जेकरामे से [[मुक्तेश्वर स्वामि]]के समर्पित मन्दिर सबसे अद्भुत हे । भक्ति आउ शिक्षाके ई नगरीके सैर अपने-आपमे एक अनोखा अनुभव हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[करीमनगर]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:करीमनगर जिला|*]]
[[श्रेणी:करीमनगर]]
ooulcsspnevph62nvx2w8cvj1kpdll0
काठमाण्डु
0
8560
64724
27701
2026-08-13T13:38:25Z
ऐक्टिवेटेड्
76
64724
wikitext
text/x-wiki
{{Infobox settlement
| name = काठमाण्डु
| native_name = {{Hlist|{{Lang|ne|काठमाडौँ}}|{{Lang|new|𑐫𑐾𑑃 𑐡𑐾𑐫𑑂}}}}
| nickname = मन्दिरके नगर <ref>{{Cite web |url=https://www.nepaltrekkinginfo.com/all-about-kathmandu/ |title=All About Kathmandu |date=फरवरी 2022 |access-date=26 सितम्बर 2023 |archive-date=28 सितम्बर 2023 |archive-url=https://web.archive.org/web/20230928221302/https://www.nepaltrekkinginfo.com/all-about-kathmandu/ |url-status=dead }}</ref>
| named_for = [[काष्ठमण्डप]]
| settlement_type = [[राजधानी]]
| motto = {{Lang|ne|सांस्कृतिक सहर, काठमाडौँ महानगर}}<br>{{Small|(सांस्कृतिक नगर, काठमाण्डु महानगर)}}
| image_skyline = {{Multiple image
| border = infobox
| total_width = 300
| image_style =
| caption_align = center
| perrow = 1/1/2/2/1
| image1 = Kathmandu - panoramio (2).jpg
| caption1 = [[गौरीशङ्कर]]
| image2 = Boudhanath Panorama 2016.jpg
| caption2 = [[बौद्धनाथ]]
| image3 = Ghantaghar Kathmandu.jpg
| caption3 = [[घण्टाघर (काठमाण्डु)|घण्टाघर]]
| image4 = DHARAHARA TOWER.jpg
| caption4 = [[धरहरा]]
| image5 = Pashupatinath Temple-2020.jpg
| caption5 = [[पशुपतिनाथ मन्दिर (नेपाल)|पशुपतिनाथ मन्दिर]]
| image6 = Narayanhiti Palace Museum, crop.jpg
| caption6 = [[नारायणहिटी दरबार सङ्ग्रहालय]]
| image7 = Kathmandu-Durbar Square-06-Mahavishnu-Kuh-Vishnu-Pratapamalla-Jagannath-2007-gje.jpg
| caption7 = [[काठमाण्डु दरबार क्षेत्र]]}}
| imagesize = 240px
| image_flag = Flag of Kathmandu.svg
| image_seal = Kathmandu city logo.jpg
| seal_size =
| image_shield =
| shield_size =
| image_map = {{Infobox mapframe |wikidata=yes |zoom=11 |height=250 |stroke-width=2 | {{WikidataCoord|display=i}}}}
| map_caption1 =
| subdivision_type = देश
| subdivision_name = {{झण्डा|नेपाल}}
| subdivision_type1 = [[नेपालके प्रदेश|प्रदेश]]
| subdivision_name1 = [[बागमती प्रदेश|बागमती]]
| subdivision_type2 = [[नेपालके जिला|जिला]]
| subdivision_name2 = [[काठमाण्डु जिला|काठमाण्डु]]
| government_type = [[महापौर-परिषद सरकार]]
| leader_title = महापौर
| leader_name = [[बालेन शाह]]<ref name="Citydata">{{Cite web |accessdate = July 13 2007 |url = http://www.kathmandu.gov.np/mayorsmessage/index.html |title = Census Nepal 2001 |archive-url = https://web.archive.org/web/20070728060303/http://www.kathmandu.gov.np/mayorsmessage/index.html |archive-date = 28 जुलाई 2007 |url-status = live }}</ref>
| leader_title1 = उपमहापौर
| leader_name1 = सुनिता डङ्गोल
| leader_title2 = कार्यकारी अधिकारी
| leader_name2 = सरोज गुरगैन
| area_total_km2 = 49.45
| area_metro_km2 = 899
| population_as_of = 2021
| population_footnotes = <ref name="auto">{{Cite web |url=https://cbs.gov.np/wp-content/upLoads/2022/01/Final%20Preliminary%20Report%20of%20Census%202021%20Newfinal.pdf |title=Archived copy |website=cbs.gov.np |access-date=22 फरवरी 2022 |archive-url=https://web.archive.org/web/20220206104652/https://cbs.gov.np/wp-content/upLoads/2022/01/Final%20Preliminary%20Report%20of%20Census%202021%20Newfinal.pdf |archive-date=6 फरवरी 2022 |url-status=dead}}</ref>
| population_total = 856767
| population_density_km2 = {{Density|856767|49.45}}
| population_metro = लगभग ४० लाख
| demographics_type1 = भाषा
| demographics1_title1 = स्थानीय
| demographics1_title2 = आधिकारिक
| demographics1_info2 = {{Hlist|[[नेपाली भाषा|नेपाली]]|[[नेपाल भाषा|नेवार]]}}
<!-- सामान्य जानकारी --------------->| utc_offset = +५:४५
| elevation_m = 1400
| postal_code_type = डाक कोड
| postal_code = 44600
| area_code = 01
| website = {{URL|kathmandu.gov.np}}
| coordinates = {{Coord|27.71|85.32|type:city_region:NP|display=inline}}
| parts = ३२
| parts_type = वार्ड
| governing_body = काठमाण्डु महानगरीय सरकार
| population_rank = प्रथम (नेपाल)
| timezone1 = [[नेपाल मानक समय|नेमास]]
| blank_name_sec1 = [[अन्तर्राष्ट्रिय विमानस्थल]]
| blank_info_sec1 = [[त्रिभुवन अन्तर्राष्ट्रिय विमानस्थल]]
}}
'''काठमाण्डु''' ({{Langx|ne|काठमाडौँ}}, {{Langx|new|𑐫𑐾𑑃 𑐡𑐾𑐫𑑂|label=[[नेपाल भाषा|नेवार]]}}) [[नेपाल]]के [[राजधानी]] हे । ई नगर समुद्रतलसे १४०० मी के ऊँचाई पर स्थित हे<ref name="kmnp">{{Cite web |url=http://www.kathmandu.gov.np/index.php?cid=2&pr_id=2 |title=काठमांडू महानगरपालिका |access-date=6 दिसम्बर 2017 |archive-url=https://web.archive.org/web/20170331101811/http://www.kathmandu.gov.np/index.php?cid=2&pr_id=2 |archive-date=31 मार्च 2017 |url-status=live }}</ref> आउ ५०.८ वर्ग किमी मे फैलल हे ।<ref name="kmnp"/> काठमाण्डु नेपालके सबसे बड़ नगर हे जने पर्यटकके सबसे जादे आगमन होवहे । चारो दनेसे पहाड़ीसे घेराएल काठमाण्डु उपत्यकाके पश्चिमी क्षेत्रमे अवस्थित ई नगर, यूनेस्कोके विश्व धरोहरमे सम्मिलित हे । एहाँके रङ्गीन संस्कृति आउ परम्पराके इलावा विशिष्ट शैलीमे बनल शानदार घर सैलानीके आकर्षित करहे । एहाँके विश्वप्रसिद्ध मन्दिर पूरा दुनियामे अपन अलगे पहचान रखहे । साथे एहाँके प्राचीन बजारके रौनको देखते बनहे ।
== नामाकरण ==
काठमाण्डु शब्द [[संस्कृतभाषा|संस्कृत]] शब्द काष्ठमण्डप के अपभ्रंश हे । काष्ठमण्डप ई नगरके मध्यमे अवस्थित एक गोरखनाथजीके मन्दिर आउ प्राचीन समयमे यात्रुऔंके विश्रामस्थल हे । ई भवन एके वृक्षके काष्ठ प्रयोजन करके बनावल गेलै हल । ई वैभवशाली भवनके नामसे ई नगरके नामाकरण कैल गेलै । ऐसन विश्वास हे कि ई नगरके मध्यकालीन नाम कान्तिपुर ई नगरके कान्ति आउ वैभवला रखल गेलै हल । ई नगरके नेपालभाषाके नाम ई हे । ई नाम प्राचीन नेपालभाषाके ञें के अपभ्रंश हे । ई नामके उत्त्पत्ति किरान्त कालमे होलै हल ।
==सन्दर्भ==
{{टिप्पणीसूची}}
[[श्रेणी:काठमाण्डु|*]]
[[श्रेणी:नेपालके नगर]]
[[श्रेणी:नेवार]]
[[श्रेणी:एसियामे राजधानी]]
ji5adgzi3goa54c4n39tymfzzjtx6pk
काण्ड
0
8563
64878
27712
2026-08-13T19:19:17Z
ऐक्टिवेटेड्
76
64878
wikitext
text/x-wiki
'''काण्ड''' प्रायः कौनो अनुचित या बुरा कृत्यके संज्ञाके काम करऽ है । कौनौ प्राकृतिक अप्रिय घटनाके काण्ड न कहल जा है ।
== अन्य अर्थ ==
[[रामायण]]मे विभिन्न भागके नाम काण्डसे है, जैसे - [[अयोध्याकाण्ड]], [[सुन्दरकाण्ड]] इत्यादि ।
== एकरो देखथिन ==
* [[बालकाण्ड|श्रीरामचरितमानस-बालकाण्ड]]
* [[अयोध्याकाण्ड|श्रीरामचरितमानस-अयोध्याकाण्ड]]
* [[अरण्यकाण्ड|श्रीरामचरितमानस-अरण्यकाण्ड]]
* [[किष्किन्धाकाण्ड|श्रीरामचरितमानस-किष्किन्धाकाण्ड]]
* [[सुन्दरकाण्ड|श्रीरामचरितमानस-सुन्दरकाण्ड]]
* [[लङ्काकाण्ड|श्रीरामचरितमानस-लङ्काकाण्ड]]
* [[उत्तरकाण्ड|श्रीरामचरितमानस-उत्तरकाण्ड]]
[[श्रेणी:शब्दार्थ|काण्ड]]
p6kevqmvwd3lmrb7it6xraczbs04z6o
कामारेड्डि
0
8583
64735
27844
2026-08-13T13:56:28Z
ऐक्टिवेटेड्
76
64735
wikitext
text/x-wiki
{{Infobox settlement
|name = कामारेड्डि
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|కామారెడ్డి}}
|other_name =
|image =
|image_caption =
|pushpin_label = कामारेड्डि
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|18.323|78.335|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[कामारेड्डि जिला]]
|population_total = 80315
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
}}
'''कामारेड्डि''' ({{Lang-te|కామారెడ్డి}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[कामारेड्डि जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[कामारेड्डि जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:कामारेड्डि|*]]
[[श्रेणी:कामारेड्डि मण्डल]]
[[श्रेणी:तेलङ्गानाके नगर]]
3z8nyqgkf0r3799upuk3ytc0fkg72tv
कामारेड्डि जिला
0
8584
64784
27850
2026-08-13T18:06:07Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[कामारेड्डि मण्डल]] के [[कामारेड्डि जिला]] पर स्थानान्तरित कैलन
27849
wikitext
text/x-wiki
{{Infobox settlement
| name = कामारेड्डि मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|కామారెడ్డి జిల్లా}}
| other_name = कामारेड्डि जिला
| image_skyline = Domakonda Temple Side View.jpg
| image_alt =
| image_caption = [[डोमाकोण्ड]] किलामे मन्दिर
| image_map = Kamareddy in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''कामारेड्डि मण्डल'''
|type=shape |id=Q27956125
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके कामारेड्डि मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = कामारेड्डि
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[कामारेड्डि]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 23
| area_total_km2 = 3652
| area_footnotes =
| population_as_of = 2015
| population_total = 1004259
| population_footnotes =
| population_urban =
| population_density_km2 = 277.2
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 56.51
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 1033
| leader_title = जिलाध्यक्ष
| leader_name = श्री जितेश भि पाटिल आइएएस
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 = १
| leader_title2 =
| leader_name2 =
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–17<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 =
| blank_info_sec1 =
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|http://kamareddy.telangana.gov.in}}
}}
'''कामारेड्डि मण्डल''' (कामारेड्डि जिला; {{Lang-te|కామారెడ్డి జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[कामारेड्डि]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Kamareddy district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1471857172219Final%20Nizamabad.pdf|website=भूमि प्रशासनके मुख्य आयुक्त|accessdate=22 अगस्त 2016|archive-url=https://web.archive.org/web/20160909190857/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1471857172219Final%20Nizamabad.pdf|archive-date=9 सितम्बर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[कामारेड्डि]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:कामारेड्डि मण्डल|*]]
[[बर्ग:कामारेड्डि]]
{{INTERWIKI|Q27956125}}
qoeo5k3xq16lhra168tiwk1p0h2mmhc
64810
64784
2026-08-13T18:23:32Z
ऐक्टिवेटेड्
76
64810
wikitext
text/x-wiki
{{Infobox settlement
| name = कामारेड्डि मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|కామారెడ్డి జిల్లా}}
| other_name = कामारेड्डि जिला
| image_skyline = Domakonda Temple Side View.jpg
| image_alt =
| image_caption = [[डोमाकोण्ड]] किलामे मन्दिर
| image_map = Kamareddy in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''कामारेड्डि जिला'''
|type=shape |id=Q27956125
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके कामारेड्डि जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = कामारेड्डि
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[कामारेड्डि]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 23
| area_total_km2 = 3652
| area_footnotes =
| population_as_of = 2015
| population_total = 1004259
| population_footnotes =
| population_urban =
| population_density_km2 = 277.2
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 56.51
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 1033
| leader_title = जिलाध्यक्ष
| leader_name = श्री जितेश भि पाटिल आइएएस
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 = १
| leader_title2 =
| leader_name2 =
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–17<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 =
| blank_info_sec1 =
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|http://kamareddy.telangana.gov.in}}
}}
'''कामारेड्डि जिला''' ({{Lang-te|కామారెడ్డి జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[कामारेड्डि]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Kamareddy district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1471857172219Final%20Nizamabad.pdf|website=भूमि प्रशासनके मुख्य आयुक्त|accessdate=22 अगस्त 2016|archive-url=https://web.archive.org/web/20160909190857/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1471857172219Final%20Nizamabad.pdf|archive-date=9 सितम्बर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[कामारेड्डि]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:कामारेड्डि मण्डजिलाल|*]]
[[श्रेणी:कामारेड्डि]]
m20cu5i0illh0i52ivqdr3fbtogb1ne
कोङ्गर कलन्, इब्रहिमपट्नम्
0
8846
64736
29007
2026-08-13T13:56:32Z
ऐक्टिवेटेड्
76
64736
wikitext
text/x-wiki
{{Infobox settlement
| name = कोङ्गर कलन्
| settlement_type = [[तेलङ्गानाके नगर|नगर]]
| native_name =
| native_name =
| native_name_lang =
| other_name =
| nickname =
| image_skyline =
| image_alt =
| image_caption =
| pushpin_map = भारत तेलङ्गाना
| pushpin_label_position =
| pushpin_map_alt =
| pushpin_map_caption = तेलङ्गानामे स्थिति
| coordinates =
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाना]]
| established_title = <!-- स्थापना -->
| established_date =
| founder =
| named_for =
| government_type =
| governing_body =
| unit_pref = Metric
| area_footnotes =
| area_rank =
| area_total_km2 =
| elevation_footnotes =
| elevation_m =
| population_total = 5269
| population_as_of = 2011
| population_rank =
| population_density_km2 = auto
| population_demonym =
| population_footnotes =
| demographics_type1 = भाषा
| demographics1_title1 = आधिकारिक
| demographics1_info1 = [[तेलुगु भाषा|तेलुगु]]
| timezone1 = [[भारतीय मानक समय|भामस]]
| utc_offset1 = ५:३०
| postal_code_type = <!-- [[डाक सूचक सङ्ख्या|पिनकोड]] -->
| postal_code =
| area_code = 08414
| registration_plate = TS 08
| website = {{URL|telangana.gov.in}}
| footnotes =
}}
'''कोङ्गर कलन्''' [[भारत]]के [[तेलङ्गाना]] राज्यके [[रङ्गारेड्डि जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref name="hindu">{{Cite web|url=http://www.hindu.com/2007/09/14/stories/2007091460330400.htm|archive-url=https://web.archive.org/web/20080917014048/http://www.hindu.com/2007/09/14/stories/2007091460330400.htm|url-status=dead|archive-date=17 सितम्बर 2008|work=[[द हिन्दु]]|title=Andhra Pradesh / Hyderabad News : HC orders status quo on ORR Phase II work|date=2007-09-14|accessdate=19 जनवरी 2014}}</ref> [[भारतके २०११ के जनगणना]]के अनुसार एकर जनसङ्ख्या ५,२६९ हे ।<ref>{{Cite web|title=Census of India: Search Details|url=https://censusindia.gov.in/pca/SearchDetails.aspx?Id=649770|access-date=2021-08-05|website=censusindia.gov.in}}</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[रङ्गारेड्डि जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:रङ्गारेड्डि जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
hgnt5ey8t7b0mdqib8ga1ztd8hfbqwz
कोठगुडम्
0
8874
64737
29104
2026-08-13T13:56:37Z
ऐक्टिवेटेड्
76
64737
wikitext
text/x-wiki
{{Infobox settlement
|name = कोठगुडम्
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|కొత్తగూడెం}}
|other_name =
|pushpin_label = कोठागुडम्
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|17.55|80.63|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name = [[भद्राद्री कोठागुडं जिला]]
|population_total = 78819
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
}}
'''कोठगुडं''' ({{Lang-te|కొత్తగూడెం}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[भद्राद्री कोठगुडं जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[भद्राद्री कोठगुडं जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:कोठगुडम्|*]]
[[श्रेणी:भद्राद्री कोठगुडं जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
aenbs5eiem4tgdiqr6l1m8qgiggqbng
कोमरम भीम जिला
0
8904
64786
29226
2026-08-13T18:06:09Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[कोमरम भीम मण्डल]] के [[कोमरम भीम जिला]] पर स्थानान्तरित कैलन
29225
wikitext
text/x-wiki
{{Infobox settlement
| name = कोमरम भीम आसिफाबाद मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|కొమరంభీం జిల్లా}}
| other_name = कोमरम भीम जिला
| image_skyline = Kumuram Bheem statue.jpg
| image_alt =
| image_caption = जोडेघाटे कोमाराम भीमके मूर्ति
| image_map =
| image_map1 = Kumaram Bheem Asifabad in Telangana (India).svg
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = कोमरम भीम आसिफाबाद, भारत
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| named_for = [[कोमरम भीम]]
| seat_type = मुख्यालय
| seat = [[आसिफाबाद, तेलङ्गाणा|आसिफाबाद]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 15
| area_total_km2 = 4878
| area_footnotes =
| population_as_of = 2011
| population_total = 5,15,812
| population_footnotes =
| population_urban = 86984 (16.86%)
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 56.72
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 998
| leader_title = [[जिलाधिकारी]]
| leader_name = वेङ्कटेश धोत्रे, आइएएस
| leader_title1 = [[लोकसभा निर्वाचन क्षेत्रके सूची#तेलङ्गाना (१७)|लोकसभा निर्वाचन क्षेत्र]]
| leader_name1 = [[आदिलाबाद लोकसभा क्षेत्र|आदिलाबाद]]
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्रके सूची|विधानसभा क्षेत्र]]
| leader_name2 = [[आसिफाबाद (विधानसभा क्षेत्र)|आसिफाबाद]], [[सिरपुर विधानसभा क्षेत्र|सिरपुर]]
| leader_title3 = [[सांसद्, लोकसभा|सांसद्]]
| leader_name3 = [[गोदाम नागेश]]
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG 20
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = रारा ६३
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|http://asifabad.telangana.gov.in/}}
}}
'''कोमरम भीम मण्डल''' (कोमरम भीम जिला; {{Lang-te|కొమరంభీం జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[आसिफाबाद, तेलङ्गाना|आसिफाबाद]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Komaram Bheem Asifabad district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130010480224.Komarambheem.pdf|website=नया मण्डल गठनके पोर्टल|accessdate=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161013221546/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130010480224.Komarambheem.pdf|archive-date=13 अक्तूबर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[आसिफाबाद, तेलङ्गाना|आसिफाबाद]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:कोमरम भीम मण्डल|*]]
[[बर्ग:आसिफाबाद, तेलङ्गाना]]
{{INTERWIKI|Q28170184}}
5ebtbbo02eo1vszfcsn6j2174xki5u5
64811
64786
2026-08-13T18:23:38Z
ऐक्टिवेटेड्
76
64811
wikitext
text/x-wiki
{{Infobox settlement
| name = कोमरम भीम आसिफाबाद मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|కొమరంభీం జిల్లా}}
| other_name = कोमरम भीम जिला
| image_skyline = Kumuram Bheem statue.jpg
| image_alt =
| image_caption = जोडेघाटे कोमाराम भीमके मूर्ति
| image_map =
| image_map1 = Kumaram Bheem Asifabad in Telangana (India).svg
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = कोमरम भीम आसिफाबाद, भारत
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| named_for = [[कोमरम भीम]]
| seat_type = मुख्यालय
| seat = [[आसिफाबाद, तेलङ्गाणा|आसिफाबाद]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 15
| area_total_km2 = 4878
| area_footnotes =
| population_as_of = 2011
| population_total = 5,15,812
| population_footnotes =
| population_urban = 86984 (16.86%)
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 56.72
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 998
| leader_title = [[जिलाधिकारी]]
| leader_name = वेङ्कटेश धोत्रे, आइएएस
| leader_title1 = [[लोकसभा निर्वाचन क्षेत्रके सूची#तेलङ्गाना (१७)|लोकसभा निर्वाचन क्षेत्र]]
| leader_name1 = [[आदिलाबाद लोकसभा क्षेत्र|आदिलाबाद]]
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्रके सूची|विधानसभा क्षेत्र]]
| leader_name2 = [[आसिफाबाद (विधानसभा क्षेत्र)|आसिफाबाद]], [[सिरपुर विधानसभा क्षेत्र|सिरपुर]]
| leader_title3 = [[सांसद्, लोकसभा|सांसद्]]
| leader_name3 = [[गोदाम नागेश]]
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG 20
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = रारा ६३
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|http://asifabad.telangana.gov.in/}}
}}
'''कोमरम भीम जिला''' ({{Lang-te|కొమరంభీం జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[आसिफाबाद, तेलङ्गाना|आसिफाबाद]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Komaram Bheem Asifabad district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130010480224.Komarambheem.pdf|website=नया जिला गठनके पोर्टल|accessdate=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161013221546/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130010480224.Komarambheem.pdf|archive-date=13 अक्तूबर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[आसिफाबाद, तेलङ्गाना|आसिफाबाद]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:कोमरम भीम जिला|*]]
[[श्रेणी:आसिफाबाद, तेलङ्गाना]]
2zi030rnu276l4lnwmftcs5emmdsim2
खम्मं जिला
0
9011
64788
29657
2026-08-13T18:06:11Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[खम्मं मण्डल]] के [[खम्मं जिला]] पर स्थानान्तरित कैलन
29656
wikitext
text/x-wiki
{{Infobox settlement
| name = खम्मं मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|ఖమ్మం జిల్లా}}
| other_name = खम्मं जिला
| image_skyline = {{Multiple image
| border = infobox
| total_width = 250
| image_style =
| perrow = 1/2/2/2/1
| image1 = 100 BCE – 300 CE Viratrajgadde, Erradibba Buddhist Stupa Khammam, Telangana India - 2.jpg
| caption1 = [[नेलाकोण्डपल्लि]]मे एराडिब्बा स्तूप
| image2 = Khammam Fort Entrance view from below.jpg
| caption2 = खम्मं किलाके दृश्य
| image3 = A Kakatiya era Trikuta Mukkanteswaralayam Hindu Temple, Kusumanchi, Telangana 05.jpg
| caption3 = कुसुमञ्चीमे मुक्केण्टेश्वरालयम्
}}
| image_map = Khammam in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''खम्मं मण्डल'''
|type=shape |id=Q15371
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके खम्मं मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = खम्मम्
| subdivision_type = देश
| subdivision_name = [[भारत]]
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[खम्मम्]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 21
| area_total_km2 = 4361
| area_footnotes =
| population_as_of = 2011
| population_total = 14,01,639
| population_footnotes =
| population_urban = 316828
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = श्री अनुदीप डुरीशेट्टि आइएएस
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 = १
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्र|विधानसभा क्षेत्र]]
| leader_name2 = १०
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG 04<ref>{{Cite web|url=http://www.sakshipost.com/telangana/2016/10/13/vehicle-registration-codes-for-new-districts-in-telangana%7c|title=Vehicle Registration Codes For New Districts In Telangana|website=sakshipost.com}}</ref>
| blank_name_sec1 =
| blank_info_sec1 =
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|https://khammam.telangana.gov.in/}}
| official_name =
}}
'''खम्मं मण्डल''' (खम्मं जिला; {{Lang-te|ఖమ్మం జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[खम्मं]] हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[खम्मम्]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:खम्मं मण्डल|*]]
[[बर्ग:खम्मम्]]
{{INTERWIKI|Q15371}}
6w1huljgwrt2w7rc5vdt22bz54c62vg
64812
64788
2026-08-13T18:23:45Z
ऐक्टिवेटेड्
76
64812
wikitext
text/x-wiki
{{Infobox settlement
| name = खम्मं मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|ఖమ్మం జిల్లా}}
| other_name = खम्मं जिला
| image_skyline = {{Multiple image
| border = infobox
| total_width = 250
| image_style =
| perrow = 1/2/2/2/1
| image1 = 100 BCE – 300 CE Viratrajgadde, Erradibba Buddhist Stupa Khammam, Telangana India - 2.jpg
| caption1 = [[नेलाकोण्डपल्लि]]मे एराडिब्बा स्तूप
| image2 = Khammam Fort Entrance view from below.jpg
| caption2 = खम्मं किलाके दृश्य
| image3 = A Kakatiya era Trikuta Mukkanteswaralayam Hindu Temple, Kusumanchi, Telangana 05.jpg
| caption3 = कुसुमञ्चीमे मुक्केण्टेश्वरालयम्
}}
| image_map = Khammam in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''खम्मं जिला'''
|type=shape |id=Q15371
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके खम्मं जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = खम्मम्
| subdivision_type = देश
| subdivision_name = [[भारत]]
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[खम्मम्]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 21
| area_total_km2 = 4361
| area_footnotes =
| population_as_of = 2011
| population_total = 14,01,639
| population_footnotes =
| population_urban = 316828
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = श्री अनुदीप डुरीशेट्टि आइएएस
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 = १
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्र|विधानसभा क्षेत्र]]
| leader_name2 = १०
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG 04<ref>{{Cite web|url=http://www.sakshipost.com/telangana/2016/10/13/vehicle-registration-codes-for-new-districts-in-telangana%7c|title=Vehicle Registration Codes For New Districts In Telangana|website=sakshipost.com}}</ref>
| blank_name_sec1 =
| blank_info_sec1 =
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|https://khammam.telangana.gov.in/}}
| official_name =
}}
'''खम्मं जिला''' ({{Lang-te|ఖమ్మం జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[खम्मं]] हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[खम्मम्]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:खम्मं जिला|*]]
[[श्रेणी:खम्मम्]]
bhh1f8hdzooicg0myohj0zyfh4fsuha
खम्मम्
0
9013
64738
29663
2026-08-13T13:56:41Z
ऐक्टिवेटेड्
76
64738
wikitext
text/x-wiki
{{Infobox settlement
|name = खम्मम्
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|ఖమ్మం}}
|other_name =
|image =
|image_caption =
|pushpin_label = खम्मम्
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|17.25|80.16|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[खम्मं जिला]]
|population_total = 184210
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
}}
'''खम्मं''' ({{Lang-te|ఖమ్మం}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[खम्मं जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[खम्मं जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:खम्मम्|*]]
[[श्रेणी:खम्मं जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
bsn6igmjan07u4pk8emexgubnmp4hhw
गद्वाल
0
9119
64739
30091
2026-08-13T13:56:46Z
ऐक्टिवेटेड्
76
64739
wikitext
text/x-wiki
{{Infobox settlement
|name = गद्वाल
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|గద్వాల}}
|other_name =
|image = Chennakeshava swamy temple in Gadwal Fort.jpg
|image_caption = गद्वाल दुर्गमे चेन्नाकेशवस्वामि मन्दिर
|pushpin_label = गद्वाल
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|16.23|77.80|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[जोगुलाम्ब गद्वाल जिला]]
|population_total = 96877
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
}}
'''गद्वाल''' ({{Lang-te|గద్వాల}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[जोगुलाम्ब गद्वाल जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[जोगुलाम्ब गद्वाल जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:गद्वाल|*]]
[[श्रेणी:जोगुलाम्ब गद्वाल जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
56i9cdz8ed3nfcrb0ae7y3z39b4bkr0
जगित्याल
0
9680
64740
32368
2026-08-13T13:56:51Z
ऐक्टिवेटेड्
76
64740
wikitext
text/x-wiki
{{Infobox settlement
|name = जगित्याल
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|కొత్తగూడెం}}
|other_name =
|image =
|image_caption =
|pushpin_label = जगित्याल
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|18.792|78.914|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[जगित्याल जिला]]
|population_total = 96460
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
}}
'''जगित्याल''' ({{Lang-te|కొత్తగూడెం}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[जगित्याल जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे । [[राष्ट्रिय राजमार्ग ६३ (भारत)|राष्ट्रिय राजमार्ग ६३]] एहाँसे गुजरहे ।<ref>{{Cite web |url= http://jagtial.telangana.gov.in/wp-content/uploads/2016/10/226.Jagityal-.226.pdf |title= District Administration – Formation/Reorganization of District, Revenue Divisions and Mandals in Jagitial District – Final Notification - Orders – Issued |website= जगित्याल जिला |accessdate= 25 जुलाई 2017 |archive-url= https://web.archive.org/web/20170821222853/http://jagtial.telangana.gov.in/wp-content/uploads/2016/10/226.Jagityal-.226.pdf |archive-date= 21 अगस्त 2017 |url-status= dead }}</ref><ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[जगित्याल जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:जगित्याल|*]]
[[श्रेणी:जगित्याल जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
48gmkat676er879rny735npnw07wktq
जगित्याल जिला
0
9681
64790
32373
2026-08-13T18:06:13Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[जगित्याल मण्डल]] के [[जगित्याल जिला]] पर स्थानान्तरित कैलन
32372
wikitext
text/x-wiki
{{Infobox settlement
| name = जगित्याल मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|జగిత్యాల జిల్లా}}
| other_name = जगित्याल जिला
| image_skyline = Lakshmi Narasimha Swamy temple, Dharmapuri Telangana - 33.jpg
| image_alt =
| image_caption = लक्ष्मी नरसिंहस्वामि मन्दिर, [[धर्मपुरी, तेलङ्गाना|धर्मपुरी]]
| image_map = Jagtial in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''जगित्याल मण्डल'''
|type=shape |id=Q28169780
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके जगित्याल मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates = {{Coord|18.7|78.9|display=title,inline}}
| coor_pinpoint = जगित्याल
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[जगित्याल]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 18
| area_total_km2 = 2419.00
| area_footnotes =
| population_as_of = 2011
| population_total = 988913
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 60.26%
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 1036
| leader_title = [[जिलाधिकारी]]
| leader_name = शेख यास्मीन बाशा
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 = निजामाबाद
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्रके सूची|विधानसभा क्षेत्र]]
| leader_name2 = जगित्याल, कोरुतल, धर्मपुरी
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG 21
| blank_name_sec1 =
| blank_info_sec1 =
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|http://jagtial.telangana.gov.in/}}
}}
'''जगित्याल मण्डल''' (जगित्याल जिला; {{Lang-te|జగిత్యాల జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[जगित्याल]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 October 2016|work=Timesalert.com|date=11 October 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="profile">{{Cite web|url=http://www.trac.telangana.gov.in/New_Districts/districts/04-Jagitial.pdf|title=Jagtial district|website=Official website of Jagtial district|access-date=29 जून 2017|archive-url=https://web.archive.org/web/20170110192520/http://trac.telangana.gov.in/New_Districts/districts/04-Jagitial.pdf|archive-date=10 जनवरी 2017|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[जगित्याल]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:जगित्याल मण्डल|*]]
[[बर्ग:जगित्याल]]
{{INTERWIKI|Q28169780}}
52t7d5anrr1hv7ivsh9jttmguc2teje
64813
64790
2026-08-13T18:23:50Z
ऐक्टिवेटेड्
76
64813
wikitext
text/x-wiki
{{Infobox settlement
| name = जगित्याल मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|జగిత్యాల జిల్లా}}
| other_name = जगित्याल जिला
| image_skyline = Lakshmi Narasimha Swamy temple, Dharmapuri Telangana - 33.jpg
| image_alt =
| image_caption = लक्ष्मी नरसिंहस्वामि मन्दिर, [[धर्मपुरी, तेलङ्गाना|धर्मपुरी]]
| image_map = Jagtial in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''जगित्याल जिला'''
|type=shape |id=Q28169780
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके जगित्याल जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates = {{Coord|18.7|78.9|display=title,inline}}
| coor_pinpoint = जगित्याल
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[जगित्याल]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 18
| area_total_km2 = 2419.00
| area_footnotes =
| population_as_of = 2011
| population_total = 988913
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 60.26%
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 1036
| leader_title = [[जिलाधिकारी]]
| leader_name = शेख यास्मीन बाशा
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 = निजामाबाद
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्रके सूची|विधानसभा क्षेत्र]]
| leader_name2 = जगित्याल, कोरुतल, धर्मपुरी
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG 21
| blank_name_sec1 =
| blank_info_sec1 =
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|http://jagtial.telangana.gov.in/}}
}}
'''जगित्याल जिला''' ({{Lang-te|జగిత్యాల జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[जगित्याल]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 October 2016|work=Timesalert.com|date=11 October 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="profile">{{Cite web|url=http://www.trac.telangana.gov.in/New_Districts/districts/04-Jagitial.pdf|title=Jagtial district|website=Official website of Jagtial district|access-date=29 जून 2017|archive-url=https://web.archive.org/web/20170110192520/http://trac.telangana.gov.in/New_Districts/districts/04-Jagitial.pdf|archive-date=10 जनवरी 2017|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[जगित्याल]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:जगित्याल जिला|*]]
[[श्रेणी:जगित्याल]]
pd8e4v02xbjsnucrk8mwk3qqjin4mle
जनगाम
0
9709
64741
32466
2026-08-13T13:56:56Z
ऐक्टिवेटेड्
76
64741
wikitext
text/x-wiki
{{Infobox settlement
|name = जनगाम
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|జనగాం}}
|other_name = जनगाँव
|image =
|image_caption =
|pushpin_label = जनगाम
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|17.72|79.18|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[जनगाम जिला]]
|population_total = 52394
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
}}
'''जनगाम''' ({{Lang-te|జనగాం}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[जनगाम जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[जनगाम जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:जनगाम|*]]
[[श्रेणी:जनगाम जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
1js0e2yvu4tof1taily3bhocyv6pz82
जनगाम जिला
0
9710
64792
32471
2026-08-13T18:06:15Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[जनगाम मण्डल]] के [[जनगाम जिला]] पर स्थानान्तरित कैलन
32470
wikitext
text/x-wiki
{{Infobox settlement
| name = जनगाम मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके मण्डल|मण्डल]]
| native_name = {{Lang|te|జనగామ జిల్లా}}
| other_name = जनगाँव जिला
| image_skyline = Khilashapur Sardrar Sarvai Papanna Goud Fort.jpg
| image_alt =
| image_caption = [[जनगाम]]मे खिलाशापुर किला
| image_map = Jangaon in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''जनगाम मण्डल'''
|type=shape |id=Q28170170
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके जनगाम मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = जनगाम
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[जनगाम]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 13
| area_total_km2 = 2027
| area_footnotes =
| population_as_of = 2011
| population_total = 534991
| population_footnotes =
| population_urban = 71,357
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 61.4%
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 997
| leader_title = [[जिलाधिकारी]]
| leader_name = श्री रिजवानबाशा शेख, आइएएस
| leader_title1 =
| leader_name1 =
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्र|विधानसभा क्षेत्र]]
| leader_name2 = ३
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–27<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = {{Jct|country=IND|NH|163}}
| blank_name_sec2 = औसत वार्षिक वर्षा
| blank_info_sec2 = 788 मिमि
| website = {{URL|https://jangaon.telangana.gov.in/}}
| official_name =
| total_type =
}}
'''जनगाम मण्डल''' (जनगाँव जिला; {{Lang-te|జనగామ జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[जनगाम]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 October 2016|work=Timesalert.com|date=11 October 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="profile">{{Cite web|url=http://www.trac.telangana.gov.in/New_Districts/districts/04-Jagitial.pdf|title=Jagtial district|website=Official website of Jagtial district|access-date=29 जून 2017|archive-url=https://web.archive.org/web/20170110192520/http://trac.telangana.gov.in/New_Districts/districts/04-Jagitial.pdf|archive-date=10 जनवरी 2017|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[जनगाम]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:जनगाम मण्डल|*]]
[[बर्ग:जनगाम]]
{{INTERWIKI|Q28170170}}
btzzfnu27le0eiw0tk8cn1c3zb3iz49
64814
64792
2026-08-13T18:23:55Z
ऐक्टिवेटेड्
76
64814
wikitext
text/x-wiki
{{Infobox settlement
| name = जनगाम मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके जिला|जिला]]
| native_name = {{Lang|te|జనగామ జిల్లా}}
| other_name = जनगाँव जिला
| image_skyline = Khilashapur Sardrar Sarvai Papanna Goud Fort.jpg
| image_alt =
| image_caption = [[जनगाम]]मे खिलाशापुर किला
| image_map = Jangaon in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''जनगाम जिला'''
|type=shape |id=Q28170170
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके जनगाम जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = जनगाम
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[जनगाम]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 13
| area_total_km2 = 2027
| area_footnotes =
| population_as_of = 2011
| population_total = 534991
| population_footnotes =
| population_urban = 71,357
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 61.4%
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 997
| leader_title = [[जिलाधिकारी]]
| leader_name = श्री रिजवानबाशा शेख, आइएएस
| leader_title1 =
| leader_name1 =
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्र|विधानसभा क्षेत्र]]
| leader_name2 = ३
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–27<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = {{Jct|country=IND|NH|163}}
| blank_name_sec2 = औसत वार्षिक वर्षा
| blank_info_sec2 = 788 मिमि
| website = {{URL|https://jangaon.telangana.gov.in/}}
| official_name =
| total_type =
}}
'''जनगाम''' वा '''जनगाँव जिला''' ({{Lang-te|జనగామ జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[जनगाम]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 October 2016|work=Timesalert.com|date=11 October 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="profile">{{Cite web|url=http://www.trac.telangana.gov.in/New_Districts/districts/04-Jagitial.pdf|title=Jagtial district|website=Official website of Jagtial district|access-date=29 जून 2017|archive-url=https://web.archive.org/web/20170110192520/http://trac.telangana.gov.in/New_Districts/districts/04-Jagitial.pdf|archive-date=10 जनवरी 2017|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[जनगाम]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:जनगाम जिला|*]]
[[श्रेणी:जनगाम]]
dzqiijmmlvq8bdnzplsobw183ti1jxz
64824
64814
2026-08-13T18:36:05Z
ऐक्टिवेटेड्
76
64824
wikitext
text/x-wiki
{{Infobox settlement
| name = जनगाम मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके जिला|जिला]]
| native_name = {{Lang|te|జనగామ జిల్లా}}
| other_name = जनगाँओ जिला
| image_skyline = Khilashapur Sardrar Sarvai Papanna Goud Fort.jpg
| image_alt =
| image_caption = [[जनगाम]]मे खिलाशापुर किला
| image_map = Jangaon in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''जनगाम जिला'''
|type=shape |id=Q28170170
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके जनगाम जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = जनगाम
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[जनगाम]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 13
| area_total_km2 = 2027
| area_footnotes =
| population_as_of = 2011
| population_total = 534991
| population_footnotes =
| population_urban = 71,357
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 61.4%
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 997
| leader_title = [[जिलाधिकारी]]
| leader_name = श्री रिजवानबाशा शेख, आइएएस
| leader_title1 =
| leader_name1 =
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्र|विधानसभा क्षेत्र]]
| leader_name2 = ३
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–27<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = {{Jct|country=IND|NH|163}}
| blank_name_sec2 = औसत वार्षिक वर्षा
| blank_info_sec2 = 788 मिमि
| website = {{URL|https://jangaon.telangana.gov.in/}}
| official_name =
| total_type =
}}
'''जनगाम''' वा '''जनगाँओ जिला''' ({{Lang-te|జనగామ జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[जनगाम]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 October 2016|work=Timesalert.com|date=11 October 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="profile">{{Cite web|url=http://www.trac.telangana.gov.in/New_Districts/districts/04-Jagitial.pdf|title=Jagtial district|website=Official website of Jagtial district|access-date=29 जून 2017|archive-url=https://web.archive.org/web/20170110192520/http://trac.telangana.gov.in/New_Districts/districts/04-Jagitial.pdf|archive-date=10 जनवरी 2017|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[जनगाम]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:जनगाम जिला|*]]
[[श्रेणी:जनगाम]]
6zo5wox4ygrzlthvxq4cv6ihd5vgt4b
जयशङ्कर भूपालपल्लि जिला
0
9790
64794
32826
2026-08-13T18:07:13Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[जयशङ्कर भूपालपल्लि मण्डल]] के [[जयशङ्कर भूपालपल्लि जिला]] पर स्थानान्तरित कैलन
32825
wikitext
text/x-wiki
{{Infobox settlement
| name = जयशङ्कर भूपालपल्लि मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|జయశంకర్ భూపాలపల్లి జిల్లా}}
| other_name = जयशङ्कर जिला
| image_skyline = 12th century Kota Gudi complex, Ghanpur Mulugu, Telangana India - 8.jpg
| image_caption = [[कोटा गुल्लु]], [[घनपुर, मुलुगु मण्डल|घनपुर]]
| image_map = Jayashankar Bhupalpally in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''जयशङ्कर भूपालपल्लि मण्डल'''
|type=shape |id=Q28169775
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके जयशङ्कर भूपालपल्लि मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = भूपालपल्लि
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| named_for = [[कोतपल्लि जयशङ्कर]]
| established_date =
| seat_type = मुख्यालय
| seat = [[भूपालपल्लि]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 19
| area_total_km2 = 2293
| area_footnotes =
| population_as_of = 2011
| population_total = 416763
| population_footnotes =
| population_urban = 42387
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 62%
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 1004
| leader_title = [[जिलाधिकारी]]
| leader_name = भावेश मिश्रा आइएएस
| leader_title1 =
| leader_name1 =
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्र|विधानसभा क्षेत्र]]
| leader_name2 = [[भूपालपल्लि (विधानसभा क्षेत्र)|भूपालपल्लि]], [[मन्तानी (विधानसभा क्षेत्र)|मन्तानी]]
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–25<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = रारा ३६३
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|https://bhoopalapally.telangana.gov.in/}}
| official_name =
}}
'''जयशङ्कर भूपालपल्लि मण्डल''' (जयशङ्कर भूपालपल्लि जिला; {{Lang-te|జయశంకర్ భూపాలపల్లి జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[भूपालपल्लि]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Komaram Bheem Asifabad district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130276325233.Jayashankar.pdf|website=नया मण्डल गठनके पोर्टल|accessdate=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011141212/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130276325233.Jayashankar.pdf|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[भूपालपल्लि]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:जयशङ्कर भूपालपल्लि मण्डल|*]]
[[बर्ग:भूपालपल्लि]]
{{INTERWIKI|Q28169775}}
1fsr5q6iap3yenqnj1dvkwoyknz94gi
64815
64794
2026-08-13T18:24:03Z
ऐक्टिवेटेड्
76
64815
wikitext
text/x-wiki
{{Infobox settlement
| name = जयशङ्कर भूपालपल्लि मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|జయశంకర్ భూపాలపల్లి జిల్లా}}
| other_name = जयशङ्कर जिला
| image_skyline = 12th century Kota Gudi complex, Ghanpur Mulugu, Telangana India - 8.jpg
| image_caption = [[कोटा गुल्लु]], [[घनपुर, मुलुगु जिला|घनपुर]]
| image_map = Jayashankar Bhupalpally in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''जयशङ्कर भूपालपल्लि जिला'''
|type=shape |id=Q28169775
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके जयशङ्कर भूपालपल्लि जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = भूपालपल्लि
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| named_for = [[कोतपल्लि जयशङ्कर]]
| established_date =
| seat_type = मुख्यालय
| seat = [[भूपालपल्लि]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 19
| area_total_km2 = 2293
| area_footnotes =
| population_as_of = 2011
| population_total = 416763
| population_footnotes =
| population_urban = 42387
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 62%
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 1004
| leader_title = [[जिलाधिकारी]]
| leader_name = भावेश मिश्रा आइएएस
| leader_title1 =
| leader_name1 =
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्र|विधानसभा क्षेत्र]]
| leader_name2 = [[भूपालपल्लि (विधानसभा क्षेत्र)|भूपालपल्लि]], [[मन्तानी (विधानसभा क्षेत्र)|मन्तानी]]
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–25<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = रारा ३६३
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|https://bhoopalapally.telangana.gov.in/}}
| official_name =
}}
'''जयशङ्कर भूपालपल्लि जिला''' ({{Lang-te|జయశంకర్ భూపాలపల్లి జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[भूपालपल्लि]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Komaram Bheem Asifabad district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130276325233.Jayashankar.pdf|website=नया जिला गठनके पोर्टल|accessdate=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011141212/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130276325233.Jayashankar.pdf|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[भूपालपल्लि]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:जयशङ्कर भूपालपल्लि जिला|*]]
[[श्रेणी:भूपालपल्लि]]
dtrz31hcj9gz87v3gewxs8ynyzt8g4e
जोगुलाम्ब गद्वाल जिला
0
9949
64796
33556
2026-08-13T18:07:15Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[जोगुलाम्ब गद्वाल मण्डल]] के [[जोगुलाम्ब गद्वाल जिला]] पर स्थानान्तरित कैलन
33555
wikitext
text/x-wiki
{{Infobox settlement
| name = जोगुलाम्ब गद्वाल मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|జోగులాంబ గద్వాల జిల్లా}}
| other_name = जोगुलाम्ब गद्वाल जिला
| image_skyline = Vishwa Brahma (L) and Veera Brahma (R) Temples, Alampur, Telangana India.jpg
| image_alt =
| image_caption = विश्व ब्रह्मा आउ वीरा ब्रह्मा मन्दिर, [[आलमपुर, जोगुलाम्ब गद्वाल मण्डल|आलमपुरम]]
| image_map = Jogulamba Gadwal in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''जोगुलाम्ब गद्वाल मण्डल'''
|type=shape |id=Q27897618
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके जोगुलाम्ब गद्वाल मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = गद्वाल
| subdivision_type = देश
| subdivision_name = [[भारत]]
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| named_for = [[जोगुलम्बा मन्दिर, आलमपुर|देवी जोगुलम्बा]]
| seat_type = मुख्यालय
| seat = [[गद्वाल]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 19
| area_total_km2 = 2928
| area_footnotes =
| population_as_of = 2011
| population_total = 609990
| population_footnotes =
| population_urban = गद्वाल (85,245)
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 49.87%
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 972
| leader_title = [[जिलाधिकारी]]
| leader_name = श्री बि एम सन्तोष, आइएएस
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 = १
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्र|विधानसभा क्षेत्र]]
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–33<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = २
| blank_name_sec2 = औसत वार्षिक वर्षा
| blank_info_sec2 = 2014–15 564.6 मिमि
| website = {{URL|http://gadwal.telangana.gov.in/}}
}}
'''जोगुलाम्ब गद्वाल मण्डल''' (जोगुलाम्ब गद्वाल जिला; {{Lang-te|జోగులాంబ గద్వాల జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[गद्वाल]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 October 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Jogulamba district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130587915244.Jogulambha.pdf|website=नया मण्डल गठनके पोर्टल|accessdate=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011224834/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130587915244.Jogulambha.pdf|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[गद्वाल]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:जोगुलाम्ब गद्वाल मण्डल|*]]
[[बर्ग:गद्वाल]]
{{INTERWIKI|Q27897618}}
mxz0at6ehv4xdygdbep55ko6wtl30b9
64816
64796
2026-08-13T18:24:08Z
ऐक्टिवेटेड्
76
64816
wikitext
text/x-wiki
{{Infobox settlement
| name = जोगुलाम्ब गद्वाल मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|జోగులాంబ గద్వాల జిల్లా}}
| other_name = जोगुलाम्ब गद्वाल जिला
| image_skyline = Vishwa Brahma (L) and Veera Brahma (R) Temples, Alampur, Telangana India.jpg
| image_alt =
| image_caption = विश्व ब्रह्मा आउ वीरा ब्रह्मा मन्दिर, [[आलमपुर, जोगुलाम्ब गद्वाल जिला|आलमपुरम]]
| image_map = Jogulamba Gadwal in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''जोगुलाम्ब गद्वाल जिला'''
|type=shape |id=Q27897618
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके जोगुलाम्ब गद्वाल जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = गद्वाल
| subdivision_type = देश
| subdivision_name = [[भारत]]
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| named_for = [[जोगुलम्बा मन्दिर, आलमपुर|देवी जोगुलम्बा]]
| seat_type = मुख्यालय
| seat = [[गद्वाल]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 19
| area_total_km2 = 2928
| area_footnotes =
| population_as_of = 2011
| population_total = 609990
| population_footnotes =
| population_urban = गद्वाल (85,245)
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 49.87%
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 972
| leader_title = [[जिलाधिकारी]]
| leader_name = श्री बि एम सन्तोष, आइएएस
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 = १
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्र|विधानसभा क्षेत्र]]
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–33<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = २
| blank_name_sec2 = औसत वार्षिक वर्षा
| blank_info_sec2 = 2014–15 564.6 मिमि
| website = {{URL|http://gadwal.telangana.gov.in/}}
}}
'''जोगुलाम्ब गद्वाल जिला''' ({{Lang-te|జోగులాంబ గద్వాల జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[गद्वाल]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 October 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Jogulamba district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130587915244.Jogulambha.pdf|website=नया जिला गठनके पोर्टल|accessdate=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011224834/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130587915244.Jogulambha.pdf|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[गद्वाल]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:जोगुलाम्ब गद्वाल जिला|*]]
[[श्रेणी:गद्वाल]]
mlgbm6dmc5cfnc18vrqc29tryklj6nv
नल्गोण्ड
0
10995
64742
37996
2026-08-13T13:57:01Z
ऐक्टिवेटेड्
76
64742
wikitext
text/x-wiki
{{Infobox settlement
|name = नल्गोण्ड
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|నల్గొండ}}
|other_name =
|image = Clock Tower Nalgonda.jpg
|image_caption = नल्गोण्डके घण्टाघर
|pushpin_label = नल्गोण्ड
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|17.05|79.27|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[नल्गोण्ड जिला]]
|population_total = 154326
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
}}
[[सञ्चिका:NagarjunaSagarDam.JPG|thumb|280px|नागार्जुनसागर बान्ध]]
[[सञ्चिका:APSRTC Busbay Nalgonda.jpg|thumb|280px|नल्गोण्ड बस अड्डा]]
'''नल्गोण्ड''' ({{Lang-te|నల్గొండ}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[नल्गोण्ड जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[नल्गोण्ड जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:नल्गोण्ड|*]]
[[श्रेणी:नल्गोण्ड जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
ca0hx7ajjab2uytynjqf3exihzv60dm
नल्गोण्ड जिला
0
10996
64798
38001
2026-08-13T18:07:17Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[नल्गोण्ड मण्डल]] के [[नल्गोण्ड जिला]] पर स्थानान्तरित कैलन
38000
wikitext
text/x-wiki
{{Infobox settlement
| name = नल्गोण्ड मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|నల్గొండ జిల్లా}}
| other_name = नल्गोण्ड जिला
| image_skyline =
| image_alt =
| image_caption =
| image_map = Nalgonda in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''नल्गोण्ड मण्डल'''
|type=shape |id=Q15384
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके नल्गोण्ड मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = नल्गोण्ड
| subdivision_type = देश
| subdivision_name = [[भारत]]
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 = [[भारतके प्रशासनिक प्रभाग|विभाग]]
| subdivision_name2 = चन्दुर, देवरकोण्ड, मिर्यालगुड, नल्गोण्ड
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[नल्गोण्ड]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 31
| area_total_km2 = 7122
| area_footnotes = <ref>{{Cite web | url=https://nalgonda.telangana.gov.in/about-district/ | title=About | Nalgonda,Government of Telangana | India }}</ref>
| population_as_of = 2011
| population_total = 1618416
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 65.05
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title3 = [[पुलिस अधीक्षक]]
| leader_name3 = शरतचन्द्र पवार, आइपिएस
| leader_title = [[जिलाधिकारी]]
| leader_name = श्रीमती इला त्रिपाठी (आइएएस)
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 = [[नल्गोण्ड लोकसभा क्षेत्र|नल्गोण्ड]]
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्र|विधानसभा क्षेत्र]]
| leader_name2 = ६ विधानसभा सीट
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–05<ref>{{Cite web | url=http://www.sakshipost.com/telangana/2016/10/13/vehicle-registration-codes-for-new-districts-in-telangana | title=Vehicle Registration Codes for New Districts in Telangana}}</ref>
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = रारा-६५, रारा-५६१, राज्यमार्ग-२
| blank_name_sec2 = औसत वार्षिक वर्षा
| blank_info_sec2 = सामान्य वर्षा 751.0 मिमि; औसत वर्षा 670.2 मिमि
| website = {{URL|http://nalgonda.telangana.gov.in/}}
}}
'''नल्गोण्ड मण्डल''' (नल्गोण्ड जिला; {{Lang-te|నల్గొండ జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[नल्गोण्ड]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Medchal−Malkajgiri district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130732346249.Medchal.pdf|website=नया मण्डल गठनके पोर्टल|publisher=तेलङ्गाना सरकार|accessdate=23 मार्च 2017|archiveurl=https://web.archive.org/web/20161130125523/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130732346249.Medchal.pdf|archivedate=30 नवम्बर 2016}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[नल्गोण्ड]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:नल्गोण्ड मण्डल|*]]
[[बर्ग:नल्गोण्ड]]
{{INTERWIKI|Q15384}}
jkck0ajkzkd0f1q3143ium7jvo951v6
64817
64798
2026-08-13T18:24:15Z
ऐक्टिवेटेड्
76
64817
wikitext
text/x-wiki
{{Infobox settlement
| name = नल्गोण्ड मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|నల్గొండ జిల్లా}}
| other_name = नल्गोण्ड जिला
| image_skyline =
| image_alt =
| image_caption =
| image_map = Nalgonda in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''नल्गोण्ड जिला'''
|type=shape |id=Q15384
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके नल्गोण्ड जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = नल्गोण्ड
| subdivision_type = देश
| subdivision_name = [[भारत]]
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 = [[भारतके प्रशासनिक प्रभाग|विभाग]]
| subdivision_name2 = चन्दुर, देवरकोण्ड, मिर्यालगुड, नल्गोण्ड
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[नल्गोण्ड]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 31
| area_total_km2 = 7122
| area_footnotes = <ref>{{Cite web | url=https://nalgonda.telangana.gov.in/about-district/ | title=About | Nalgonda,Government of Telangana | India }}</ref>
| population_as_of = 2011
| population_total = 1618416
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 65.05
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title3 = [[पुलिस अधीक्षक]]
| leader_name3 = शरतचन्द्र पवार, आइपिएस
| leader_title = [[जिलाधिकारी]]
| leader_name = श्रीमती इला त्रिपाठी (आइएएस)
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 = [[नल्गोण्ड लोकसभा क्षेत्र|नल्गोण्ड]]
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्र|विधानसभा क्षेत्र]]
| leader_name2 = ६ विधानसभा सीट
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–05<ref>{{Cite web | url=http://www.sakshipost.com/telangana/2016/10/13/vehicle-registration-codes-for-new-districts-in-telangana | title=Vehicle Registration Codes for New Districts in Telangana}}</ref>
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = रारा-६५, रारा-५६१, राज्यमार्ग-२
| blank_name_sec2 = औसत वार्षिक वर्षा
| blank_info_sec2 = सामान्य वर्षा 751.0 मिमि; औसत वर्षा 670.2 मिमि
| website = {{URL|http://nalgonda.telangana.gov.in/}}
}}
'''नल्गोण्ड जिला''' ({{Lang-te|నల్గొండ జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[नल्गोण्ड]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Medchal−Malkajgiri district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130732346249.Medchal.pdf|website=नया जिला गठनके पोर्टल|publisher=तेलङ्गाना सरकार|accessdate=23 मार्च 2017|archiveurl=https://web.archive.org/web/20161130125523/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130732346249.Medchal.pdf|archivedate=30 नवम्बर 2016}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[नल्गोण्ड]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:नल्गोण्ड जिला|*]]
[[श्रेणी:नल्गोण्ड]]
bno3ieisadovv6p3oi822itx39z9vje
नागरर्कर्नूल्
0
11046
64743
38370
2026-08-13T13:57:06Z
ऐक्टिवेटेड्
76
64743
wikitext
text/x-wiki
{{Infobox settlement
|name = नगरकरनूल
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|నాగర్కర్నూల్}}
|other_name =
|image =
|image_caption =
|pushpin_label = नागरर्कर्नूल्
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|16.483|78.333|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[नागरर्कर्नूल् जिला]]
|population_total = 26801
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगुभाषा|तेलुगु]]
}}
'''नागरर्कर्नूल्''' ({{Lang-te|నాగర్కర్నూల్}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[नागरर्कर्नूल् जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[नागरर्कर्नूल् जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:नागरर्कर्नूल्|*]]
[[श्रेणी:नागरर्कर्नूल् जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
f55hldgk8demlx6l116fliot7u6d4yt
नागरर्कर्नूल् जिला
0
11047
64800
38375
2026-08-13T18:07:19Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[नागरर्कर्नूल् मण्डल]] के [[नागरर्कर्नूल् जिला]] पर स्थानान्तरित कैलन
38374
wikitext
text/x-wiki
{{Infobox settlement
| name = नागरर्कर्नूल् मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|నాగర్కర్నూల్ జిల్లా}}
| other_name = नागरर्कर्नूल् जिला
| image_skyline = Madhava Swamy Temple, Kollapur Telangana 01.jpg
| image_alt =
| image_caption = माधवस्वामि मन्दिर, [[कोल्लापुर]]
| image_map = Nagarkurnool in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''नागरर्कर्नूल् मण्डल'''
|type=shape |id=Q28169773
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके नागरर्कर्नूल् मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = नागरर्कर्नूल्
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 = [[भारतके प्रशासनिक प्रभाग|विभाग]]
| subdivision_name2 = 4
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[नागरर्कर्नूल्]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 22
| area_total_km2 = 6924
| area_footnotes =
| population_as_of = 2011
| population_total = 861766
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 54.38
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 968:1000
| leader_title = [[जिलाधिकारी]]
| leader_name = श्री पि उदय कुमार आइएएस
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 = १ (नागरर्कर्नूल्)
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्र|विधानसभा क्षेत्र]]
| leader_name2 = ४ (नागरर्कर्नूल्, अच्चमपेट, कलवाकुर्ती, कोल्लापुर)
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–31<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 =
| blank_info_sec1 =
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|https://nagarkurnool.telangana.gov.in/}}
| official_name =
}}
'''नागरर्कर्नूल् मण्डल''' (नागरर्कर्नूल् जिला; {{Lang-te|నాగర్కర్నూల్ జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[नागरर्कर्नूल्]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Kamareddy district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1471857172219Final%20Nizamabad.pdf|website=भूमि प्रशासनके मुख्य आयुक्त|accessdate=22 अगस्त 2016|archive-url=https://web.archive.org/web/20160909190857/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1471857172219Final%20Nizamabad.pdf|archive-date=9 सितम्बर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[नागरर्कर्नूल्]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:नागरर्कर्नूल् मण्डल|*]]
[[बर्ग:नागरर्कर्नूल्]]
{{INTERWIKI|Q28169773}}
8spcxowboispvk38aliyx1me2oa0jb4
64818
64800
2026-08-13T18:24:19Z
ऐक्टिवेटेड्
76
64818
wikitext
text/x-wiki
{{Infobox settlement
| name = नागरर्कर्नूल् जिला
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|నాగర్కర్నూల్ జిల్లా}}
| other_name = नागरर्कर्नूल् जिला
| image_skyline = Madhava Swamy Temple, Kollapur Telangana 01.jpg
| image_alt =
| image_caption = माधवस्वामि मन्दिर, [[कोल्लापुर]]
| image_map = Nagarkurnool in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''नागरर्कर्नूल् जिला'''
|type=shape |id=Q28169773
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके नागरर्कर्नूल् जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = नागरर्कर्नूल्
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 = [[भारतके प्रशासनिक प्रभाग|विभाग]]
| subdivision_name2 = 4
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[नागरर्कर्नूल्]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 22
| area_total_km2 = 6924
| area_footnotes =
| population_as_of = 2011
| population_total = 861766
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 54.38
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 968:1000
| leader_title = [[जिलाधिकारी]]
| leader_name = श्री पि उदय कुमार आइएएस
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 = १ (नागरर्कर्नूल्)
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्र|विधानसभा क्षेत्र]]
| leader_name2 = ४ (नागरर्कर्नूल्, अच्चमपेट, कलवाकुर्ती, कोल्लापुर)
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–31<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 =
| blank_info_sec1 =
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|https://nagarkurnool.telangana.gov.in/}}
| official_name =
}}
'''नागरर्कर्नूल् जिला''' ({{Lang-te|నాగర్కర్నూల్ జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[नागरर्कर्नूल्]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Kamareddy district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1471857172219Final%20Nizamabad.pdf|website=भूमि प्रशासनके मुख्य आयुक्त|accessdate=22 अगस्त 2016|archive-url=https://web.archive.org/web/20160909190857/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1471857172219Final%20Nizamabad.pdf|archive-date=9 सितम्बर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[नागरर्कर्नूल्]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:नागरर्कर्नूल् जिला|*]]
[[श्रेणी:नागरर्कर्नूल्]]
ihhc9h5xe4fdi20xqgm33vu094to57o
नारायणपेट
0
11098
64744
38625
2026-08-13T13:57:10Z
ऐक्टिवेटेड्
76
64744
wikitext
text/x-wiki
{{Infobox settlement
| name = नारायणपेट
| settlement_type = [[तेलङ्गानाके नगर|नगर]]
| native_name = {{Lang|te|నారాయణపేట}}
| other_name =
| image_skyline =
| image_alt =
| image_caption =
| nickname =
| pushpin_map = भारत तेलङ्गाना
| pushpin_label_position = right
| pushpin_map_alt =
| pushpin_map_caption = तेलङ्गानामे स्थिति
| coordinates = {{Coord|16.73|N|77.5|E|display=inline,title}}
| subdivision_type = देश
| subdivision_name = [[भारत]]
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
| subdivision_name1 = [[तेलङ्गाना]]
| subdivision_name2 = [[नारायणपेट जिला|नारायणपेट]]
| established_title = <!-- स्थापना-->
| established_date =
| founder =
| named_for =
| government_type =
| governing_body =
| leader_title =
| leader_name =
| leader_title1 =
| leader_name1 =
| leader_title2 =
| leader_name2 =
| leader_title3 =
| leader_name3 =
| leader_title4 =
| leader_name4 =
| area_footnotes = <ref name="census">{{Cite web|title=District Census Handbook – Mahbubnagar|url=http://www.censusindia.gov.in/2011census/dchb/2807_PART_B_DCHB_MAHBUBNAGAR.pdf|website=भारतके जनगणना|publisher=महापञ्जीयक एवं जनगणना आयुक्त|access-date=12 जून 2017|pages=12, 44}}</ref>
| area_total_km2 = 4.86
| area_rank =
| elevation_footnotes =
| elevation_m =
| population_total = 41752
| population_as_of = 2011
| population_footnotes = <ref name="census" />
| population_density_km2 = auto
| population_rank =
| population_demonym =
| demographics_type1 = भाषा
| demographics1_title1 = आधिकारिक
| demographics1_info1 = [[तेलुगु भाषा|तेलुगु]]
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = +५:३०
| postal_code_type = [[डाक सूचक सङ्ख्या|पिनकोड]]
| postal_code = 509210
| area_code = 91-08506
| area_code_type = टेलीफोन कोड
| registration_plate = TS-38
| website = {{URL|https://narayanpet.telangana.gov.in/ }}
| footnotes =
}}
'''नारायणपेट''' ({{Lang-te|నారాయణపేట}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[नारायणपेट जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे । ई राज्यके राजधानी [[हैदराबाद]]से १६५ किमी आउ [[महबूबनगर]]से ६२ किमी दूर स्थित हे ।
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[नारायणपेट जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:नारायणपेट|*]]
[[श्रेणी:नारायणपेट जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
k72kj0wx1yenr0qj068vdkp89llb3c4
नारायणपेट जिला
0
11099
64819
38631
2026-08-13T18:24:23Z
ऐक्टिवेटेड्
76
64819
wikitext
text/x-wiki
{{Infobox settlement
| name = नारायणपेट जिला
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके जिला|जिला]]
| total_type = कुल
| native_name = मेदक जिला
| other_name = {{Lang|te|నారాయణపేట జిల్లా}}
| image_skyline = Njn1408ChandragadhFort North entry.jpg
| image_caption = चन्द्रगढ़ किला, नारवा
| image_map = Narayanpet in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''नारायणपेट जिला'''
|type=shape |id=Q61746013
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके नारायणपेट जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coor_pinpoint = नारायणपेट
| subdivision_type = देश
| subdivision_name = [[भारत]]
| subdivision_type1 = [[भारतके राज्य|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_name2 = [[तेलङ्गाणा]]
| established_title = <!-- स्थापना -->जिला<br>गठन
| established_date = 17 फरवरी 2019
| founder = [[के चन्द्रशेखर राव]]
| leader_title = [[जिलाधिकारी]]
| leader_name = कोया श्री हर्ष (आइएएस)
| leader_title1 = [[भारतके संसद्|संसदीय निर्वाचन क्षेत्र]]
| leader_name1 = [[महबूबनगर (लोकसभा निर्वाचन क्षेत्र)|महबूबनगर]]
| seat_type = मुख्यालय
| seat = [[नारायणपेट]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 13
| area_total_km2 = 2336
| area_footnotes =
| population_as_of = 2011
| population_total = 566874
| registration_plate = TG-38
| population_urban =
| population_footnotes = <ref name=":0">{{Cite web|title=Demography {{!}} Narayanpet District, Government of Telangana {{!}} India|url=https://narayanpet.telangana.gov.in/demography/|access-date=2020-09-15|language=अङ्ग्रेजी (अमेरिका)}}</ref>
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता दर|साक्षरता दर]]
| demographics1_info1 = 49.93%
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title2 =
| leader_name2 =
| blank_name_sec1 =
| blank_info_sec1 =
| blank1_name_sec1 =
| blank1_info_sec1 =
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|https://narayanpet.telangana.gov.in/ }}
| official_name =
| pushpin_map =
| coordinates = {{Coord|16.746688|77.495815|display=inline,title}}
}}
'''नारायणपेट जिला''' ({{Lang-te|నారాయణపేట జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[नारायणपेट]] हे ।
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[नारायणपेट]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:नारायणपेट जिला|*]]
[[श्रेणी:नारायणपेट]]
pbpwz8ifcgssujptan3sy28q12jlfyf
निजामाबाद
0
11138
64752
38804
2026-08-13T14:00:10Z
ऐक्टिवेटेड्
76
[[निजामाबाद्]] तकके पुनर्निर्दशन हटावल गेलै
64752
wikitext
text/x-wiki
{{Infobox settlement
|name = निजामाबाद
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|నిజామాబాదు}}
|other_name = इन्दूर<br>इन्द्रपुरी
|image = Nizamabad Montage.jpg
|image_caption = ऊपरेसे दक्षिणावर्त : जिला सरकारी अस्पताल, निजामाबाद जङ्क्शन रेलवे स्टेशन, जिला न्यायालय, निजामाबाद दुर्ग
|pushpin_label = निजामाबाद
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|18.672|N|78.094|E|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[निजामाबाद जिला]]
|elevation_m = 395
|population_total = 311152
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
|timezone1 = [[भारतीय मानक समय]]
|utc_offset1 = +५:३०
|postal_code_type = [[पिनकोड]]
|postal_code = 503 001,002,003,186,230
|area_code_type = दूरभाष कोड
|area_code = 91-846
|registration_plate = TS-16 / AP-25
}}
'''निजामाबाद''' ({{Lang-te|నిజామాబాదు}}), जेकर स्थानीय पुराननाम '''इन्दूर''' या '''इन्द्रपुरी''' हलै, [[भारत]]के [[तेलङ्गाना]] राज्यके [[निजामाबाद जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== विवरण ==
निजामाबाद अपन समृद्ध संस्कृतिके साथे-साथे ऐतिहासिक स्मारक आउ प्राकृतिक सुन्दरताला जानल जा हे । ई जिलाके सीमा [[करीमनगर जिला|करीमनगर]], [[मेदक जिला|मेदक]] आउ [[नन्देदू]] जिलासे मिल आउ पूर्वमे [[आदिलाबाद]]से मिलहे । एकर नाम [[हैदराबाद प्रान्त]]के [[निजाम]]के नाम पर रखल गेलै हे ।
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[निजामाबाद जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:निजामाबाद|*]]
[[श्रेणी:निजामाबाद जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
jz5nnblpxjlczo5xudxcil3s2af9u3u
निजामाबाद्
0
11140
64745
38811
2026-08-13T13:57:15Z
ऐक्टिवेटेड्
76
64745
wikitext
text/x-wiki
{{Infobox settlement
|name = निजामाबाद
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|నిజామాబాదు}}
|other_name = इन्दूर<br>इन्द्रपुरी
|image = Nizamabad Montage.jpg
|image_caption = ऊपरेसे दक्षिणावर्त : जिला सरकारी अस्पताल, निजामाबाद जङ्क्शन रेलवे स्टेशन, जिला न्यायालय, निजामाबाद दुर्ग
|pushpin_label = निजामाबाद
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|18.672|N|78.094|E|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[निजामाबाद जिला]]
|elevation_m = 395
|population_total = 311152
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
|timezone1 = [[भारतीय मानक समय]]
|utc_offset1 = +५:३०
|postal_code_type = [[पिनकोड]]
|postal_code = 503 001,002,003,186,230
|area_code_type = दूरभाष कोड
|area_code = 91-846
|registration_plate = TS-16 / AP-25
}}
'''निजामाबाद''' ({{Lang-te|నిజామాబాదు}}), जेकर स्थानीय पुराननाम '''इन्दूर''' या '''इन्द्रपुरी''' हलै, [[भारत]]के [[तेलङ्गाना]] राज्यके [[निजामाबाद जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== विवरण ==
निजामाबाद अपन समृद्ध संस्कृतिके साथे-साथे ऐतिहासिक स्मारक आउ प्राकृतिक सुन्दरताला जानल जा हे । ई जिलाके सीमा [[करीमनगर जिला|करीमनगर]], [[मेदक जिला|मेदक]] आउ [[नन्देदू]] जिलासे मिल आउ पूर्वमे [[आदिलाबाद]]से मिलहे । एकर नाम [[हैदराबाद प्रान्त]]के [[निजाम]]के नाम पर रखल गेलै हे ।
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[निजामाबाद जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:निजामाबाद|*]]
[[श्रेणी:निजामाबाद जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
jz5nnblpxjlczo5xudxcil3s2af9u3u
64753
64745
2026-08-13T14:00:13Z
ऐक्टिवेटेड्
76
[[निजामाबाद]] के पुनर्निर्देशित
64753
wikitext
text/x-wiki
#REDIRECT [[निजामाबाद]]
8tn4c068flbrrk37c86zslk5viuxppc
निजामाबाद जिला
0
11141
64802
38816
2026-08-13T18:07:36Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[निजामाबाद् मण्डल]] के [[निजामाबाद जिला]] पर स्थानान्तरित कैलन
38815
wikitext
text/x-wiki
{{Infobox settlement
| name = निजामाबाद मण्डल
| native_name = {{Lang|te|నిజామాబాదు జిల్లా}}
| other_name = निजामाबाद जिला
| nickname =
| leader_title2 = [[विधानसभा सदस्य|विधायक]] (नगरीय)
| leader_name2 = श्री धनपाल सूर्यनारायण
| leader_title3 = [[विधानसभा सदस्य|विधायक]] (ग्रामीण)
| leader_name3 = श्री भूपति रेड्डी रेकुलापल्ली
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके मण्डल|मण्डल]]
| image_skyline = Fort Entrance,Nizamabad.jpeg
| image_alt =
| image_caption = [[निजामाबाद किला]] प्रवेशद्वार
| image_map = Nizamabad in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''निजामाबाद मण्डल'''
|type=shape |id=Q15391
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके निजामाबाद मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| pushpin_map =
| pushpin_label_position =
| pushpin_map_alt =
| pushpin_map_caption =
| subdivision_type =देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| subdivision_name2 = 29
| established_title = स्थापना
| established_date = 1905
| founder of =
| named_for =
| seat_type = मुख्यालय
| seat = [[निजामाबाद, तेलङ्गाना|निजामाबाद]]
| government_type =
| governing_body = जिलापरिषद
| leader_title1 = जिलाध्यक्ष
| leader_name1 =
| unit_pref = Metric
| area_footnotes = <ref name="newdist">{{Cite news|title=New districts|url=http://www.andhrajyothy.com/artical?SID=320397|access-date=8 अक्टूबर 2016|work=Andhra Jyothy.com|date=8 अक्टूबर 2016}}</ref>
| area_rank = [[तेलङ्गानाके मण्डल|१०मा]] (राज्यमे)
| area_total_km2 = 4288
| elevation_footnotes =
| elevation_m =
| population_total = 1571022
| population_as_of = 2011
| population_rank = [[तेलङ्गानाके मण्डल|५मा]]
| population_density_km2 = auto
| population_demonym = निजामाबादी
| population_footnotes = <ref name="newdist" />
| demographics_type1 = भाषा
| demographics1_title1 = आधिकारिक
| demographics1_info1 = [[तेलुगुभाषा|तेलुगु]], [[उर्दू]]
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = +५:३०
| postal_code_type = [[डाक सूचकाङ्क सङ्ख्या|पिनकोड]]
| postal_code = 503 xxx
| area_code_type = टेलीफोन कोड
| area_code = +91-08462
| registration_plate = '''TG 16'''<ref>{{Cite web|title=District Codes|url=http://www.transport.telangana.gov.in/html/registration-districtcodes.html|publisher=Government of Telangana Transport Department|access-date=4 सितम्बर 2014}}</ref>
| website = {{URL|http://nizamabad.telangana.gov.in/}}
| footnotes =
}}
'''निजामाबाद मण्डल''' (निजामाबाद जिला; {{Lang-te|నిజామాబాదు జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[निजामाबाद]] हे ।<ref>{{Cite web |url=http://nizamabad.telangana.gov.in/district-profile |title=संग्रहीत प्रति |access-date=14 सितंबर 2018 |archive-url=https://web.archive.org/web/20180915042527/http://nizamabad.telangana.gov.in/district-profile/ |archive-date=15 सितम्बर 2018 |url-status=dead }}</ref><ref>{{Cite web |title=Brief About Nizamabad District |url=http://csridentity.com/Nizamabad/index.asp |accessdate=14 सितम्बर 2018 |archive-url=https://web.archive.org/web/20180914121654/http://csridentity.com/Nizamabad/index.asp |archive-date=14 सितम्बर 2018 |url-status=dead }}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[निजामाबाद]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:निजामाबाद मण्डल|*]]
[[बर्ग:निजामाबाद]]
{{INTERWIKI|Q15391}}
8jleeym1spduw8umkd56wewjueus4c3
64820
64802
2026-08-13T18:24:28Z
ऐक्टिवेटेड्
76
64820
wikitext
text/x-wiki
{{Infobox settlement
| name = निजामाबाद मण्डल
| native_name = {{Lang|te|నిజామాబాదు జిల్లా}}
| other_name = निजामाबाद जिला
| nickname =
| leader_title2 = [[विधानसभा सदस्य|विधायक]] (नगरीय)
| leader_name2 = श्री धनपाल सूर्यनारायण
| leader_title3 = [[विधानसभा सदस्य|विधायक]] (ग्रामीण)
| leader_name3 = श्री भूपति रेड्डी रेकुलापल्ली
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके जिला|जिला]]
| image_skyline = Fort Entrance,Nizamabad.jpeg
| image_alt =
| image_caption = [[निजामाबाद किला]] प्रवेशद्वार
| image_map = Nizamabad in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''निजामाबाद जिला'''
|type=shape |id=Q15391
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके निजामाबाद जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| pushpin_map =
| pushpin_label_position =
| pushpin_map_alt =
| pushpin_map_caption =
| subdivision_type =देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| subdivision_name2 = 29
| established_title = स्थापना
| established_date = 1905
| founder of =
| named_for =
| seat_type = मुख्यालय
| seat = [[निजामाबाद, तेलङ्गाना|निजामाबाद]]
| government_type =
| governing_body = जिलापरिषद
| leader_title1 = जिलाध्यक्ष
| leader_name1 =
| unit_pref = Metric
| area_footnotes = <ref name="newdist">{{Cite news|title=New districts|url=http://www.andhrajyothy.com/artical?SID=320397|access-date=8 अक्टूबर 2016|work=Andhra Jyothy.com|date=8 अक्टूबर 2016}}</ref>
| area_rank = [[तेलङ्गानाके जिला|१०मा]] (राज्यमे)
| area_total_km2 = 4288
| elevation_footnotes =
| elevation_m =
| population_total = 1571022
| population_as_of = 2011
| population_rank = [[तेलङ्गानाके जिला|५मा]]
| population_density_km2 = auto
| population_demonym = निजामाबादी
| population_footnotes = <ref name="newdist" />
| demographics_type1 = भाषा
| demographics1_title1 = आधिकारिक
| demographics1_info1 = [[तेलुगुभाषा|तेलुगु]], [[उर्दू]]
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = +५:३०
| postal_code_type = [[डाक सूचकाङ्क सङ्ख्या|पिनकोड]]
| postal_code = 503 xxx
| area_code_type = टेलीफोन कोड
| area_code = +91-08462
| registration_plate = '''TG 16'''<ref>{{Cite web|title=District Codes|url=http://www.transport.telangana.gov.in/html/registration-districtcodes.html|publisher=Government of Telangana Transport Department|access-date=4 सितम्बर 2014}}</ref>
| website = {{URL|http://nizamabad.telangana.gov.in/}}
| footnotes =
}}
'''निजामाबाद जिला''' ({{Lang-te|నిజామాబాదు జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[निजामाबाद]] हे ।<ref>{{Cite web |url=http://nizamabad.telangana.gov.in/district-profile |title=संग्रहीत प्रति |access-date=14 सितंबर 2018 |archive-url=https://web.archive.org/web/20180915042527/http://nizamabad.telangana.gov.in/district-profile/ |archive-date=15 सितम्बर 2018 |url-status=dead }}</ref><ref>{{Cite web |title=Brief About Nizamabad District |url=http://csridentity.com/Nizamabad/index.asp |accessdate=14 सितम्बर 2018 |archive-url=https://web.archive.org/web/20180914121654/http://csridentity.com/Nizamabad/index.asp |archive-date=14 सितम्बर 2018 |url-status=dead }}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[निजामाबाद]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:निजामाबाद जिला|*]]
[[श्रेणी:निजामाबाद]]
2x1iyafgyzp1p23srqwquxstq057qfk
निर्मल, तेलङ्गाना
0
11158
64746
38865
2026-08-13T13:57:19Z
ऐक्टिवेटेड्
76
64746
wikitext
text/x-wiki
{{Infobox settlement
|name = निर्मल
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|నిర్మల్}}
|other_name =
|image =
|image_caption =
|pushpin_label = निर्मल
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|19.10|78.35|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[निर्मल जिला]]
|population_total = 88433
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
|timezone1 = [[भारतीय मानक समय]]
|utc_offset1 = +५:३०
}}
'''निर्मल''' ({{Lang-te|నిర్మల్}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[निर्मल जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[निर्मल जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:निर्मल, तेलङ्गाना|*]]
[[श्रेणी:निर्मल जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
7nrz3hrft3clg9p15taoaro1nr0isgz
निर्मल जिला
0
11159
64821
38872
2026-08-13T18:24:31Z
ऐक्टिवेटेड्
76
64821
wikitext
text/x-wiki
{{Infobox settlement
| name = निर्मल मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|నిర్మల్ జిల్లా}}
| other_name = निर्मल जिला
| image_skyline = Basar Temple view 02.jpg
| image_alt =
| image_caption = [[बसर, तेलङ्गाना|बसर]]मे [[ज्ञान सरस्वती मन्दिर, बसर|ज्ञान सरस्वती मन्दिर]]
| image_map = Nirmal in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''निर्मल जिला'''
|type=shape |id=Q28169750
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके निर्मल जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = निर्मल
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[निर्मल]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 19
| area_total_km2 = 3845
| area_footnotes =
| population_as_of = 2011
| population_total = 7,09,418
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 57.77 %
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = अभिलाषा अभिनव, आइएएस
| leader_title1 = [[लोकसभा निर्वाचन क्षेत्रके सूची#तेलङ्गाना (१७)|लोकसभा निर्वाचन क्षेत्र]]
| leader_name1 = [[आदिलाबाद लोकसभा क्षेत्र|आदिलाबाद]]
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्रके सूची|विधानसभा क्षेत्र]]
| leader_name2 = [[निर्मल (विधानसभा क्षेत्र)|निर्मल]],[[खानापुर, तेलङ्गाना विधानसभा क्षेत्र|खानापुर]],[[मुधोल विधानसभा क्षेत्र|मुधोल]]
| leader_title3 = [[सांसद्, लोकसभा|सांसद्]]
| leader_name3 = [[गोदाम नागेश]] ([[भारतीय जनता पार्टी|भाजपा]])
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–18<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016|archive-date=11 अक्टूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|url-status=dead}}</ref>
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = 434 km
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|http://nirmal.telangana.gov.in/}}
}}
'''निर्मल जिला''' ({{Lang-te|నిర్మల్ జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[निर्मल, तेलङ्गाना|निर्मल]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Nirmal district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1471856933317Final%20Adilabad.pdf|website=भूमि प्रशासनके मुख्य आयुक्त|accessdate=22 अगस्त 2016|archive-url=https://web.archive.org/web/20160909190828/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1471856933317Final%20Adilabad.pdf|archive-date=9 सितम्बर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[निर्मल, तेलङ्गाना|निर्मल]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:निर्मल जिला|*]]
[[श्रेणी:निर्मल, तेलङ्गाना]]
f0vy695wkau41f5hwexybdnh0z4vnq0
पेद्दपल्लि
0
11870
64747
41926
2026-08-13T13:57:23Z
ऐक्टिवेटेड्
76
64747
wikitext
text/x-wiki
{{Infobox settlement
|name = पेद्दपल्लि
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|పెద్దపల్లి}}
|other_name =
|image = Peddapalli junction.jpg
|image_caption = पेद्दपल्लि रेलवे जङ्क्शन
|pushpin_label = पेद्दपल्लि
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|18.6162|79.3832|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[पेद्दपल्लि जिला]]
|population_total = 41171
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
|timezone1 = [[भारतीय मानक समय]]
|utc_offset1 = +5:30
}}
'''पेद्दपल्लि''' ({{Lang-te|పెద్దపల్లి}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[पेद्दपल्लि जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[पेद्दपल्लि जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:पेद्दपल्लि|*]]
[[श्रेणी:पेद्दपल्लि जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
tg660ksti9jsznbo9ukyjsdm88j28ke
पेद्दपल्लि जिला
0
11871
64804
41931
2026-08-13T18:07:37Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[पेद्दपल्लि मण्डल]] के [[पेद्दपल्लि जिला]] पर स्थानान्तरित कैलन
41930
wikitext
text/x-wiki
{{Infobox settlement
| name = पेद्दपल्लि मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|పెద్దపల్లి జిల్లా}}
| other_name = पेद्दपल्लि जिला
| image_skyline = Gautamesvara temple Manthani, Telangana - 20.jpg
| image_alt =
| image_caption = गौतमेश्वर मन्दिर, [[मन्तनी]]
| image_map = Peddapalli in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''पेद्दपल्लि मण्डल'''
|type=shape |id=Q27614797
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके पेद्दपल्लि मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint =
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 = मन्तनी
| subdivision_name2 =
| established_title = स्थापना
| established_date = 2016
| seat_type = मुख्यालय
| seat = [[पेद्दपल्लि]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 14
| area_total_km2 = 2236
| area_footnotes =
| population_as_of = 2011
| population_total = 795332
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = भारतमे साक्षरता
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = अब्दुल मुजम्मिल खान
| leader_title2 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name2 = पेद्दपल्लि
| leader_title3 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्रके सूची|विधानसभा क्षेत्र]]
| leader_name3 = [[पेद्दापल्लि]], [[रामागुण्डं]], [[मन्तनी]]
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–22<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 = साक्षरता दर
| blank_info_sec1 = 65.52%
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|https://peddapalli.telangana.gov.in/}}
| official_name =
}}
[[सञ्चिका:Peddapalli District Revenue divisions.png|thumb|300px|Peddapalli District राजस्व विभाग]]
'''पेद्दपल्लि मण्डल''' (पेद्दपल्लि जिला; {{Lang-te|పెద్దపల్లి జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[पेद्दपल्लि]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Ramagundam district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130109788227.Peddapalli.pdf|website=नया मण्डल गठनके पोर्टल|accessdate=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161013223505/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130109788227.Peddapalli.pdf|archive-date=13 अक्तूबर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[पेद्दपल्लि]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:पेद्दपल्लि मण्डल|*]]
[[बर्ग:पेद्दपल्लि]]
{{INTERWIKI|Q27614797}}
ot9vn9il8pqztz140cfpmvxdfwxrkyb
64822
64804
2026-08-13T18:24:36Z
ऐक्टिवेटेड्
76
64822
wikitext
text/x-wiki
{{Infobox settlement
| name = पेद्दपल्लि मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|పెద్దపల్లి జిల్లా}}
| other_name = पेद्दपल्लि जिला
| image_skyline = Gautamesvara temple Manthani, Telangana - 20.jpg
| image_alt =
| image_caption = गौतमेश्वर मन्दिर, [[मन्तनी]]
| image_map = Peddapalli in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''पेद्दपल्लि जिला'''
|type=shape |id=Q27614797
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके पेद्दपल्लि जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint =
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 = मन्तनी
| subdivision_name2 =
| established_title = स्थापना
| established_date = 2016
| seat_type = मुख्यालय
| seat = [[पेद्दपल्लि]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 14
| area_total_km2 = 2236
| area_footnotes =
| population_as_of = 2011
| population_total = 795332
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = भारतमे साक्षरता
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = अब्दुल मुजम्मिल खान
| leader_title2 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name2 = पेद्दपल्लि
| leader_title3 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्रके सूची|विधानसभा क्षेत्र]]
| leader_name3 = [[पेद्दापल्लि]], [[रामागुण्डं]], [[मन्तनी]]
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–22<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 = साक्षरता दर
| blank_info_sec1 = 65.52%
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|https://peddapalli.telangana.gov.in/}}
| official_name =
}}
[[सञ्चिका:Peddapalli District Revenue divisions.png|thumb|300px|Peddapalli District राजस्व विभाग]]
'''पेद्दपल्लि जिला''' (पेद्दपल्लि जिला; {{Lang-te|పెద్దపల్లి జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[पेद्दपल्लि]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Ramagundam district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130109788227.Peddapalli.pdf|website=नया जिला गठनके पोर्टल|accessdate=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161013223505/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130109788227.Peddapalli.pdf|archive-date=13 अक्तूबर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[पेद्दपल्लि]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:पेद्दपल्लि जिला|*]]
[[श्रेणी:पेद्दपल्लि]]
kw9utp1ejodae8y9i12mcd2c4j9scsi
बनपर्ति
0
12256
64754
43334
2026-08-13T17:38:09Z
ऐक्टिवेटेड्
76
64754
wikitext
text/x-wiki
{{Infobox settlement
|name = वनपर्ति
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|వనపర్తి}}
|other_name =
|image = Wanaparthy palace.JPG
|image_caption = वनपर्ति नरेशके महल
|pushpin_label = वनपर्ति
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|16.361|78.063|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[वनपर्ति जिला]]
|elevation_m =
|population_total = 60949
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
|timezone1 = [[भारतीय मानक समय]]
|utc_offset1 = +५:३०
|postal_code_type = [[पिनकोड]]
|postal_code =
|area_code_type = दूरभाष कोड
|area_code =
|registration_plate =
|website =
}}
'''बनपर्ति''' ({{Lang-te|వనపర్తి}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[वनपर्ति जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[बनपर्ति जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:वनपर्ति|*]]
[[श्रेणी:वपर्ति जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
609c4bxpzwoz01jvn6lrx6i9x69hlse
64774
64754
2026-08-13T17:41:47Z
ऐक्टिवेटेड्
76
[[बनपर्ति]] के पुनर्निर्देशित
64774
wikitext
text/x-wiki
#REDIRECT [[बनपर्ति]]
ls7er927c0gz44nxmtedeg8cmrg6zsx
वनपर्ति जिला
0
12257
64780
43339
2026-08-13T18:06:00Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[बनपर्ति मण्डल]] के [[वनपर्ति जिला]] पर स्थानान्तरित कैलन
43338
wikitext
text/x-wiki
{{Infobox settlement
| name = बनपर्ति मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|వనపర్తి జిల్లా}}
| other_name = वनपर्ति जिला
| image_skyline = Sri Ranganayaka Swamy temple Srirangapur, Wanaparthy Telangana, India - 9.jpg
| image_caption = [[श्री रङ्गनायकस्वामि मन्दिर]], [[श्रीरङ्गपुर]]
| image_map = Wanaparthy in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''वनपर्ति मण्डल'''
|type=shape |id=Q28172504
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके वनपर्ति मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates = {{Coord|16.363870|78.063403|display=inline,title}}
| coor_pinpoint = वनपर्ति
| subdivision_type = देश
| subdivision_name = {{IND}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| subdivision_name2 = 10
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[वनपर्ति]]
| parts_type = [[भारतके तहसील|तहसील]]
| parts_style = para
| p1 =
| area_total_km2 = 2152
| area_footnotes =
| population_as_of = 2011
| population_total = 577758
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 55.67%
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 922
| leader_title = [[जिलाधिकारी]]
| leader_name = तेजस नन्दलाल पवार
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 =
| leader_title2 =
| leader_name2 =
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG-32
| blank_name_sec1 =
| blank_info_sec1 =
| blank_name_sec2 = औसत वार्षिक वर्षा
| blank_info_sec2 = 2014–15 556.7 मिमि
| website = {{URL|http://wanaparthy.telangana.gov.in/}}
}}
'''बनपर्ति मण्डल''' (वनपर्ति जिला; {{Lang-te|వనపర్తి జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[वनपर्ति]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref>{{Cite news|title=K Chandrasekhar Rao appoints collectors for new districts|url=http://www.deccanchronicle.com/nation/current-affairs/111016/k-chandrasekhar-rao-appoints-collectors-for-new-districts.html|accessdate=13 अक्तूबर 2016|work=डेक्कन क्रोनिकल|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161013021618/http://www.deccanchronicle.com/nation/current-affairs/111016/k-chandrasekhar-rao-appoints-collectors-for-new-districts.html|archive-date=13 अक्तूबर 2016|url-status=live}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[बनपर्ति]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:वनपर्ति मण्डल|*]]
[[बर्ग:वनपर्ति]]
{{INTERWIKI|Q28172504}}
1fxtt3bzfwd96ig2wbfgopaurtiu26f
64823
64780
2026-08-13T18:24:43Z
ऐक्टिवेटेड्
76
64823
wikitext
text/x-wiki
{{Infobox settlement
| name = बनपर्ति मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|వనపర్తి జిల్లా}}
| other_name = वनपर्ति जिला
| image_skyline = Sri Ranganayaka Swamy temple Srirangapur, Wanaparthy Telangana, India - 9.jpg
| image_caption = [[श्री रङ्गनायकस्वामि मन्दिर]], [[श्रीरङ्गपुर]]
| image_map = Wanaparthy in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''वनपर्ति जिला'''
|type=shape |id=Q28172504
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके वनपर्ति जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates = {{Coord|16.363870|78.063403|display=inline,title}}
| coor_pinpoint = वनपर्ति
| subdivision_type = देश
| subdivision_name = {{IND}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| subdivision_name2 = 10
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[वनपर्ति]]
| parts_type = [[भारतके तहसील|तहसील]]
| parts_style = para
| p1 =
| area_total_km2 = 2152
| area_footnotes =
| population_as_of = 2011
| population_total = 577758
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 55.67%
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 922
| leader_title = [[जिलाधिकारी]]
| leader_name = तेजस नन्दलाल पवार
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 =
| leader_title2 =
| leader_name2 =
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG-32
| blank_name_sec1 =
| blank_info_sec1 =
| blank_name_sec2 = औसत वार्षिक वर्षा
| blank_info_sec2 = 2014–15 556.7 मिमि
| website = {{URL|http://wanaparthy.telangana.gov.in/}}
}}
'''बनपर्ति जिला''' (वनपर्ति जिला; {{Lang-te|వనపర్తి జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[वनपर्ति]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref>{{Cite news|title=K Chandrasekhar Rao appoints collectors for new districts|url=http://www.deccanchronicle.com/nation/current-affairs/111016/k-chandrasekhar-rao-appoints-collectors-for-new-districts.html|accessdate=13 अक्तूबर 2016|work=डेक्कन क्रोनिकल|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161013021618/http://www.deccanchronicle.com/nation/current-affairs/111016/k-chandrasekhar-rao-appoints-collectors-for-new-districts.html|archive-date=13 अक्तूबर 2016|url-status=live}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[बनपर्ति]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:वनपर्ति जिला|*]]
[[श्रेणी:वनपर्ति]]
a96so62vtkq3xj3abgvhjxsnjzwuwos
बरङ्गल्
0
12278
64755
43435
2026-08-13T17:38:13Z
ऐक्टिवेटेड्
76
64755
wikitext
text/x-wiki
{{Infobox settlement
|name = वरङ्गल
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|వరంగల్}}
|other_name =
|image = WarangalMontage.jpg
|image_caption = ऊपरेसे दक्षिणावर्त: गोविन्दराजुलु पहाड़से नगरदृश्य, [[काकतीय विश्वविद्यालय]], [[वरङ्गल दुर्ग]], [[सहस्त्र स्तम्भ मन्दिर]], काकतीय काल तोरणम्
|pushpin_label = वरङ्गल
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|17.98|79.60|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[वरङ्गल जिला]]
|established_title = स्थापना
|established_date = 1163 ई
|founder = [[काकतीय वंश]]
|area_total_km2 = 406.97
|area_metro_km2 = 1805
|elevation_m = 266
|population_total = 704570
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
|timezone1 = [[भारतीय मानक समय]]
|utc_offset1 = +५:३०
|postal_code_type = [[पिनकोड]]
|postal_code = 506001 – 506019
|area_code_type = दूरभाष कोड
|area_code = +91–870
|registration_plate = TS-03, AP-36 (भूतपूर्व)
|website = {{URL|http://www.gwmc.gov.in/}}
}}
'''वरङ्गल'''' ({{Lang-te|వరంగల్}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[वरङ्गल् जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे । वरङ्गल [[काकतीय वंश]]के राजधानी होवकरहलै आउ एकर स्थापना वर्ष ११६३ मे होलै । काकती द्वारा एहाँ ढेर निर्माण होलै जे आझो देखल जा सकहे, जेकरामे दुर्ग, झील, मन्दिर, पत्थरके बनल [[तोरण]] इत्यादि हे । आज ई एक पर्यटक गन्तव्य हे आउ काकतीय काल तोरनं के तेलङ्गानाके राजचिन्ह चुनल गेलै हे । वरङ्गलके तेलङ्गानाके सांस्कृतिक राजधानी कहल जा हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== उत्पत्ति ==
वरङ्गल् या वरङ्कल् [[तेलुगु भाषा|तेलगु]] शब्द 'ओरुकल्' या ओरुगल्सु के [[अपभ्रंश]] हे, जेकर अर्थ हे 'एक शिला' । एकरासे तात्पर्य ऊ विशाल अकेला चट्टानसे हे जेकरा पर ककातीय नरेशके समयके बनवावल दुर्ग अवस्थित हे । कुछ अभिलेखसे ज्ञात होवहे कि [[संस्कृत]]मे ई स्थानके ई नाम एवं पर्यायो प्रचलित हल–एकोपल, एकशिला, एकोपलपुरी या एकोपलपुरम् । रघुनाथ भास्करके कोशमे एकशिलानगर, एकशालिगर, एकशिलापाटन–ये नामो भेटहे । टालमी द्वारा उल्लिखित कोरुनकुल वरङ्गले जान पड़हे ।
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[वरङ्गल् जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:वरङ्गल्|*]]
[[श्रेणी:वरङ्गल् जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
6ej1h2chdeurcie7mxup1ec7be7ztvo
64776
64755
2026-08-13T17:42:10Z
ऐक्टिवेटेड्
76
[[बरङ्गल्]] के पुनर्निर्देशित
64776
wikitext
text/x-wiki
#REDIRECT [[बरङ्गल्]]
2ruvl4wo8qrvw45ok2msmoxytdq80fe
वरङ्गल् जिला
0
12279
64825
43440
2026-08-13T18:38:00Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[बरङ्गल् मण्डल]] के [[वरङ्गल् जिला]] पर स्थानान्तरित कैलन
43439
wikitext
text/x-wiki
{{Infobox settlement
| name = बरङ्गल् मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|వరంగల్ జిల్లా}}
| other_name = वरङ्गल् मण्डल
| image_skyline = Kummarigullu Shiva Trikutalaya temple ruins, Nidigonda village, Telangana 24.jpg
| image_caption = कुम्मारिगुल्लु त्रिकुटलय मन्दिर, निदिगोण्ड
| image_map = Warangal Rural in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''वरङ्गल् मण्डल'''
|type=shape |id=Q15399
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके वरङ्गल् मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = Geesugonda
| subdivision_type = देश
| subdivision_name = {{IND}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[हनमकोण्ड]] (अस्थायी)<br />[[वरङ्गल]] (प्रस्तावित)
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 13
| area_total_km2 = 2095
| area_footnotes =
| population_as_of = 2011
| population_total = 718537
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = डॉ बि गोपी आइएएस
| leader_title1 =
| leader_name1 =
| leader_title2 =
| leader_name2 =
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG 24
| blank_name_sec1 = [[सकल घरेलू उत्पाद|जिडिपि]] नामिक (2022-23)
| blank_info_sec1 = {{INRConvert|18887.48|c|year=2023}} <ref>{{Cite web | title=Archived copy | url=https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf | archive-url=https://web.archive.org/web/20241217074210/https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf | archive-date=2024-12-17}}</ref>
| blank_name_sec2 = [[प्रतिव्यक्ति आय]] (2022–23)
| blank_info_sec2 = {{INRConvert|222640|year=2023}} <ref>{{Cite web | title=Archived copy | url=https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf | archive-url=https://web.archive.org/web/20241217074210/https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf | archive-date=2024-12-17}}</ref>
| website = {{URL|warangal.telangana.gov.in}}
}}
'''बरङ्गल् मण्डल''' (वरङ्गल् जिला; {{Lang-te|వరంగల్ జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्जके एगो मण्डल हे । एकर मुख्यालय [[वरङ्गल्]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Warangal (rural) district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130244647232.Warangal%20R.pdf|website=नया मण्डल गठनके पोर्टल|accessdate=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011141630/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130244647232.Warangal%20R.pdf|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[बरङ्गल्]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:वरङ्गल् मण्डल|*]]
[[बर्ग:वरङ्गल्]]
{{INTERWIKI|Q15399}}
gy64c1wtylrge67avbz01eom7pi7y08
64854
64825
2026-08-13T18:52:20Z
ऐक्टिवेटेड्
76
64854
wikitext
text/x-wiki
{{Infobox settlement
| name = बरङ्गल् मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|వరంగల్ జిల్లా}}
| other_name = वरङ्गल् जिला
| image_skyline = Kummarigullu Shiva Trikutalaya temple ruins, Nidigonda village, Telangana 24.jpg
| image_caption = कुम्मारिगुल्लु त्रिकुटलय मन्दिर, निदिगोण्ड
| image_map = Warangal Rural in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''वरङ्गल् जिला'''
|type=shape |id=Q15399
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके वरङ्गल् जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = Geesugonda
| subdivision_type = देश
| subdivision_name = {{IND}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[हनमकोण्ड]] (अस्थायी)<br />[[वरङ्गल]] (प्रस्तावित)
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 13
| area_total_km2 = 2095
| area_footnotes =
| population_as_of = 2011
| population_total = 718537
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = डॉ बि गोपी आइएएस
| leader_title1 =
| leader_name1 =
| leader_title2 =
| leader_name2 =
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG 24
| blank_name_sec1 = [[सकल घरेलू उत्पाद|जिडिपि]] नामिक (2022-23)
| blank_info_sec1 = {{INRConvert|18887.48|c|year=2023}} <ref>{{Cite web | title=Archived copy | url=https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf | archive-url=https://web.archive.org/web/20241217074210/https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf | archive-date=2024-12-17}}</ref>
| blank_name_sec2 = [[प्रतिव्यक्ति आय]] (2022–23)
| blank_info_sec2 = {{INRConvert|222640|year=2023}} <ref>{{Cite web | title=Archived copy | url=https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf | archive-url=https://web.archive.org/web/20241217074210/https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf | archive-date=2024-12-17}}</ref>
| website = {{URL|warangal.telangana.gov.in}}
}}
'''वरङ्गल् जिला''' ({{Lang-te|వరంగల్ జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[वरङ्गल्]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Warangal (rural) district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130244647232.Warangal%20R.pdf|website=नया जिला गठनके पोर्टल|accessdate=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011141630/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130244647232.Warangal%20R.pdf|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[वरङ्गल्]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:वरङ्गल् जिला|*]]
[[श्रेणी:वरङ्गल्]]
nsqg1wceup638hhi936unds3e9sl545
बागमती प्रदेश
0
12422
64723
44036
2026-08-13T13:37:40Z
ऐक्टिवेटेड्
76
64723
wikitext
text/x-wiki
{{ज्ञानसन्दूक अवस्थापन
|name = बागमती प्रदेश
|native_name = {{Lang|ne|बागमती प्रदेश}}
|settlement_type = [[नेपालके प्रदेश|प्रदेश]]
|motto =
|image_skyline = {{Photomontage
| photo1a = Bhaktapur Durbar Premises.jpg
| photo2a = Lake Gosainkunda.jpg
| photo2b = पशुपतिनाथ मन्दिर 10.jpg
| photo3a = Patan Durbar Square Premises (1).jpg
| photo3b = Swayambhu 2017 41.jpg
| photo4a = Garurishanker.jpg
| photo4b = Hanuman Dhoka Durbar Square.jpg
| photo5a = One horn Rhino manish.JPG
| spacing = 1
| position = centre
| size = 275
| foot_montage = ऊपरेसे बामा होइत दहिना: [[भक्तपुर दरबार क्षेत्र]], [[गोसाई कुण्ड]], [[पशुपतिनाथ मन्दिर]], [[पाटन दरबार क्षेत्र]], [[स्वयंभूनाथ]], [[गौरीशङ्कर]], [[हनुमान् द्वार]] आउ [[चितवन राष्ट्रिय उद्यान]]मे [[एक सीङ्घ वाला गैण्डा]]
}}
|imagesize = 300px
|image_caption =
|image_map = Bagmati in Nepal 2015.svg
|mapsize = 300px
|map_caption = बागमती प्रदेश की अवस्थिति
| image_map1 = <center>{{Bagmati Pradesh districts labelled map}}</center>
| mapsize1 = 300px
| map_caption1 = बागमती प्रदेश का मानचित्र
|subdivision_type = [[सम्प्रभु राज्य|देश]]
|subdivision_name = {{झण्डा|नेपाल}}
|subdivision_type1 =
|subdivision_name1 =
|subdivision_type2 = सबसे बड़नगर
|subdivision_name2 = [[काठमाण्डु]]
|seat_type = राजधानी
|seat = [[हेटौड़ा]]
|leader_title =
|leader_name =
|established_title = गठन
|established_date = २० सितम्बर २०१५
|area_footnotes =
|area_total_km2 = 20300
|population_as_of = 2011
|population_footnotes =
|population_note =
|population_total = 5529452
| population_density_km2 = auto
|blank_name_sec1 = [[नेपाली भाषा एवं साहित्य|मुख्यभाषा]]
|blank_info_sec1 = [[नेपाली भाषा|नेपाली]]
|timezone = [[नेपाल मानक समय|नेपाल समय]]
|utc_offset = +५:४५
|latd= |latm=|lats= |latNS=N
|longd=|longm=|longs=|longEW=E
|elevation_footnotes =
|elevation_m =
|postal_code_type =
|postal_code =
|area_code =
|geocode = NP-TH
|website =
|footnotes =
}}
'''बागमती प्रदेश''' ({{Lang-ne|बागमती प्रदेश}}) नेपालके ७ प्रदेशमे से एक हे । प्रदेश अधिकतर पहाड़ी आउ [[हिमालय|हिमालयी क्षेत्र]]मे फैलल हे । ई प्रदेशके खाली १ मण्डल दक्षिणमे आके [[भारत]]से सटल हे । नेपालके राष्ट्रिय राजधानी [[काठमाण्डु]]ओ एही प्रदेशमे आवहे ।
==मण्डल==
ई प्रदेशमे १३ मण्डल (जिला) हे -
# [[भक्तपुर मण्डल]]
# [[चितवन मण्डल]]
# [[धादिङ्ग मण्डल]]
# [[दोलखा मण्डल]]
# [[काठमाण्डु मण्डल]]
# [[काभ्रेपलाञ्चोक मण्डल]]
# [[ललितपुर मण्डल]]
# [[मकवानपुर मण्डल]]
# [[नुवाकोट मण्डल]]
# [[रामेछाप मण्डल]]
# [[रसुवा मण्डल|रसुआ मण्डल]]
# [[सिन्धुली मण्डल]]
# [[सिन्धुपालचोक मण्डल]]
==एकरो देखथिन==
* [[नेपालके प्रदेश]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{नेपालके प्रदेश}}
[[श्रेणी:नेपालके प्रदेश]]
cshjstkq69rdsx1ag83kkfjhwbfecf9
भद्राद्री कोठगुडं जिला
0
13055
64827
46510
2026-08-13T18:38:02Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[भद्राद्री कोठगुडं मण्डल]] के [[भद्राद्री कोठगुडं जिला]] पर स्थानान्तरित कैलन
46509
wikitext
text/x-wiki
{{Infobox settlement
| name = भद्राद्री कोठगुडं मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|భద్రాద్రి కొత్తగూడెం జిల్లా}}
| other_name = भद्राद्री कोठगुडं जिला
| image_skyline = A View of Bhadrachalam Gopuram.JPG
| image_alt =
| image_caption = भद्राचलं गोपुरं के दृश्य
| image_map = Bhadradri Kothagudem in Telangana (India).svg
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates = {{Coord|17|39|N|80|41|E|type:adm3rd_region:IN_dim:100000|display=inline,title}}
| coor_pinpoint = कोठगुडम्
| subdivision_type = देश
| subdivision_name = {{IND}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = {{Flagicon image|Emblem_of_Telangana.svg}} [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[कोठगुडम्]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 24
| area_total_km2 = 7483
| area_footnotes =
| population_as_of = 2011
| population_total = 1069261
| population_footnotes =
| population_urban = 31.71%
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = जितेश भी पटेल
| leader_title1 = [[पुलिस अधीक्षक (भारत)|पुलिस अधीक्षक]]
| leader_name1 = श्री बिरुदुराजू रोहित राजू<ref>{{Cite web | url=https://www.deccanchronicle.com/nation/in-other-news/040124/state-govt-transfers-23-ips-officers.html | title=State Govt Transfers 23 IPS Officers | date=4 जनवरी 2024 }}</ref>
| leader_title2 =
| leader_name2 =
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–28<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 = tg
| blank_info_sec1 = vd
| blank_name_sec2 = je
| blank_info_sec2 = xh
| website = {{URL|http://kothagudem.telangana.gov.in/}}
}}
'''भद्राद्री कोठगुडं मण्डल''' (भद्राद्री कोठगुडं जिला; {{Lang-te|భద్రాద్రి కొత్తగూడెం జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[कोठगुडं]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 October 2016|work=Timesalert.com|date=11 October 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="profile">{{Cite web|url=http://www.trac.telangana.gov.in/New_Districts/districts/02-Bhadradri-Kothagudem.pdf|title=Bhadradri-Kothagudem district|website=Official website of Medchal district|access-date=29 जून 2017|archive-url=https://web.archive.org/web/20170110191528/http://trac.telangana.gov.in/New_Districts/districts/02-Bhadradri-Kothagudem.pdf|archive-date=10 जनवरी 2017|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[कोठगुडम्]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:भद्राद्री कोठगुडं मण्डल|*]]
[[बर्ग:कोठगुडम्]]
{{INTERWIKI|Q28169767}}
gfj1s2qs94snd08uiol3q4dlb5ua4tm
64855
64827
2026-08-13T18:52:27Z
ऐक्टिवेटेड्
76
64855
wikitext
text/x-wiki
{{Infobox settlement
| name = भद्राद्री कोठगुडं मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|భద్రాద్రి కొత్తగూడెం జిల్లా}}
| other_name = भद्राद्री कोठगुडं जिला
| image_skyline = A View of Bhadrachalam Gopuram.JPG
| image_alt =
| image_caption = भद्राचलं गोपुरं के दृश्य
| image_map = Bhadradri Kothagudem in Telangana (India).svg
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates = {{Coord|17|39|N|80|41|E|type:adm3rd_region:IN_dim:100000|display=inline,title}}
| coor_pinpoint = कोठगुडम्
| subdivision_type = देश
| subdivision_name = {{IND}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = {{Flagicon image|Emblem_of_Telangana.svg}} [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[कोठगुडम्]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 24
| area_total_km2 = 7483
| area_footnotes =
| population_as_of = 2011
| population_total = 1069261
| population_footnotes =
| population_urban = 31.71%
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = जितेश भी पटेल
| leader_title1 = [[पुलिस अधीक्षक (भारत)|पुलिस अधीक्षक]]
| leader_name1 = श्री बिरुदुराजू रोहित राजू<ref>{{Cite web | url=https://www.deccanchronicle.com/nation/in-other-news/040124/state-govt-transfers-23-ips-officers.html | title=State Govt Transfers 23 IPS Officers | date=4 जनवरी 2024 }}</ref>
| leader_title2 =
| leader_name2 =
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–28<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 = tg
| blank_info_sec1 = vd
| blank_name_sec2 = je
| blank_info_sec2 = xh
| website = {{URL|http://kothagudem.telangana.gov.in/}}
}}
'''भद्राद्री कोठगुडं जिला''' ({{Lang-te|భద్రాద్రి కొత్తగూడెం జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[कोठगुडं]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 October 2016|work=Timesalert.com|date=11 October 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="profile">{{Cite web|url=http://www.trac.telangana.gov.in/New_Districts/districts/02-Bhadradri-Kothagudem.pdf|title=Bhadradri-Kothagudem district|website=Official website of Medchal district|access-date=29 जून 2017|archive-url=https://web.archive.org/web/20170110191528/http://trac.telangana.gov.in/New_Districts/districts/02-Bhadradri-Kothagudem.pdf|archive-date=10 जनवरी 2017|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[कोठगुडम्]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:भद्राद्री कोठगुडं जिला|*]]
[[श्रेणी:कोठगुडम्]]
1ku1a3pa0nag0crhgpj901zu30suyh8
भुबनगिरि
0
13375
64756
48184
2026-08-13T17:38:18Z
ऐक्टिवेटेड्
76
64756
wikitext
text/x-wiki
{{Infobox settlement
|name = भुवनगिरि
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|భువనగిరి}}
|other_name = भोङ्गीर
|image =
|image_caption =
|pushpin_label = भुवनगिरि
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|17.51|78.89|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[यदाद्री भुवनगरी जिला]]
|elevation_m = 430
|population_total = 53339
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
|timezone1 = [[भारतीय मानक समय|भामस]]
|utc_offset1 = +५:३०
|postal_code_type = [[पिनकोड]]
|postal_code = 508116, 508117
|area_code_type = दूरभाष कोड
|area_code = +91-8685
|registration_plate = TS-30
|website =
}}
'''भुवनगिरि''' वा '''भोङ्गीर''' ({{Lang-te|భువనగిరి}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[यादाद्रि भुवनगिरि जिला]]मे स्थित एगो नगर हे । ई मण्डलके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[यादाद्रि भुबनगिरि जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:भुवनगिरि|*]]
[[श्रेणी:यादाद्रि भुवनगिरि जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
lk0thzqfr3hr2bwqbvkc4ihbcemwrvp
64777
64756
2026-08-13T17:42:13Z
ऐक्टिवेटेड्
76
[[भुबनगिरि]] के पुनर्निर्देशित
64777
wikitext
text/x-wiki
#REDIRECT [[भुबनगिरि]]
jn6peplypqr6b6cbjfdls4nxvrpsrps
भुवनगिरि
0
13378
64775
48202
2026-08-13T17:42:00Z
ऐक्टिवेटेड्
76
[[भुबनगिरि]] तकके पुनर्निर्दशन हटावल गेलै
64775
wikitext
text/x-wiki
{{Infobox settlement
|name = भुवनगिरि
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|భువనగిరి}}
|other_name = भोङ्गीर
|image =
|image_caption =
|pushpin_label = भुवनगिरि
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|17.51|78.89|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[यदाद्री भुवनगरी जिला]]
|elevation_m = 430
|population_total = 53339
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
|timezone1 = [[भारतीय मानक समय|भामस]]
|utc_offset1 = +५:३०
|postal_code_type = [[पिनकोड]]
|postal_code = 508116, 508117
|area_code_type = दूरभाष कोड
|area_code = +91-8685
|registration_plate = TS-30
|website =
}}
'''भुवनगिरि''' वा '''भोङ्गीर''' ({{Lang-te|భువనగిరి}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[यादाद्रि भुवनगिरि जिला]]मे स्थित एगो नगर हे । ई मण्डलके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[यादाद्रि भुबनगिरि जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:भुवनगिरि|*]]
[[श्रेणी:यादाद्रि भुवनगिरि जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
lk0thzqfr3hr2bwqbvkc4ihbcemwrvp
भूपालपल्लि
0
13386
64757
48233
2026-08-13T17:38:22Z
ऐक्टिवेटेड्
76
64757
wikitext
text/x-wiki
{{Infobox settlement
|name = भूपालपल्लि
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|భూపాలపల్లి}}
|other_name =
|image =
|image_caption =
|pushpin_label = भूपालपल्लि
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|18.4314|79.8605|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[जयशङ्कर जिला]]
|population_total = 42387
|population_as_of = २०११
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
}}
'''भूपालपल्लि''' ({{Lang-te|భూపాలపల్లి}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[जयशङ्कर भूपालपल्लि जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[जयशङ्कर भूपालपल्लि जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:भूपालपल्लि|*]]
[[श्रेणी:जयशङ्कर भूपालपल्लि जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
lpmemddhg37ftoel8rlskei5ls0navv
मञ्चेरियल
0
13527
64758
48874
2026-08-13T17:38:26Z
ऐक्टिवेटेड्
76
64758
wikitext
text/x-wiki
{{Infobox settlement
|name = मञ्चेरियल
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|మంచిర్యాల}}
|other_name =
|image =
|image_caption =
|pushpin_label = मञ्चेरियल
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|18.88|79.45|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[मञ्चेरियल जिला]]
|population_total = 89935
|population_as_of = २०११
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
}}
'''मञ्चेरियल''' ({{Lang-te|మంచిర్యాల}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[मञ्चेरियल जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[मञ्चेरियल जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:मञ्चेरियल|*]]
[[श्रेणी:मञ्चेरियल जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
nb2mpo5i1n1x0cqedu403ms2xuvqwpf
मञ्चेरियल जिला
0
13528
64856
48876
2026-08-13T18:52:35Z
ऐक्टिवेटेड्
76
[[मञ्चेरियल मण्डल]] तकके पुनर्निर्दशन हटावल गेलै
64856
wikitext
text/x-wiki
{{Infobox settlement
| name = मञ्चेरियल मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|మంచిర్యాల జిల్లా}}
| other_name = मञ्चेरियल जिला
| image_skyline = Yellampalli project.jpg
| image_alt =
| image_caption = [[श्रीपद येलमपल्लि परियोजना|येलमपेल्लि परियोजना]]
| image_map = Mancherial in Telangana (India).svg
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates = {{Coord|18.871454|79.444361|display=inline,title}}
| coor_pinpoint = मञ्चेरियल
| subdivision_type = देश
| subdivision_name = [[भारत]]
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 = [[भारतके प्रशासनिक प्रभाग|विभाग]]
| subdivision_name2 = मञ्चेरियल
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[मञ्चेरियल]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 18
| area_total_km2 = 4016.46
| area_footnotes =
| population_as_of = 2011
| population_total = 807037
| population_footnotes = <ref>{{Cite web |title=Mancherial (District, Telangana, India) - Population Statistics, Charts, Map and Location |url=https://www.citypopulation.de/en/india/admin/telangana/735__mancherial/ |access-date=2025-02-15 |website=www.citypopulation.de}}</ref>
| population_urban = 366557
| population_rural = 440481
| population_density_km2 =
| population_density_sq_mi = 201
| population_demonym =
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = श्री कुमार दीपक, आइएएस
| leader_title1 = [[लोकसभा निर्वाचन क्षेत्रके सूची#तेलङ्गाना (१७)|लोकसभा निर्वाचन क्षेत्र]]
| leader_name1 = [[पेद्दापल्लि लोकसभा क्षेत्र|पेद्दापल्लि]]
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्रके सूची|विधानसभा क्षेत्र]]
| leader_name2 = [[मञ्चेरियल विधानसभा निर्वाचन क्षेत्र|मञ्चेरियल ]], [[चेन्नूर् विधानसभा निर्वाचन क्षेत्र|चेन्नूर]], [[बेल्लमपल्लि विधानसभा निर्वाचन क्षेत्र|बेल्लमपल्लि]]
| leader_title3 = [[सांसद्, लोकसभा|सांसद्]]
| leader_name3 = [[वंसी कृष्ण गद्दाम्]]
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–19<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = रारा ६३, राज्यमार्ग १, रारा ३६३, रारा १६३जि, मञ्चेरियल-विजयवाडा जिएफएच
| blank1_name_sec1 = साक्षरता दर
| blank1_info_sec1 = 64.35%
| website = {{URL|http://mancherial.telangana.gov.in/}}
| leader_name4 = M.Srinivasulu IPS (IG) <ref name="srinivasulu-takes-charge-as-ramagundam-cp">{{Cite web |url=https://telanganatoday.com/srinivasulu-takes-charge-as-ramagundam-cp |title=Srinivasulu takes charge as Ramagundam CP |website=telanganatoday.com |date=14 फरवरी 2024 |access-date=2024-04-12}}</ref>([[रामगुण्डं पुलिस आयुक्तालय]])
| leader_title4 = [[पुलिस आयुक्त]]
}}
'''मञ्चेरियल जिला''' ({{Lang-te|మంచిర్యాల జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[मञ्चेरियल]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Komaram Bheem district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1471856933317Final%20Adilabad.pdf|website=भूमि प्रशासनके मुख्य आयुक्त|accessdate=22 अगस्त 2016|archive-url=https://web.archive.org/web/20160909190828/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1471856933317Final%20Adilabad.pdf|archive-date=9 सितम्बर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[मञ्चेरियल]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:मञ्चेरियल जिला|*]]
[[श्रेणी:मञ्चेरियल]]
67icplxai8r06wpqmsrph1cp72m355z
मञ्चेरियल मण्डल
0
13529
64858
48883
2026-08-13T18:52:44Z
ऐक्टिवेटेड्
76
[[मञ्चेरियल जिला]] के पुनर्निर्देशित
64858
wikitext
text/x-wiki
#REDIRECT [[मञ्चेरियल जिला]]
6a9xjnjbb9hxht261c3tjqug1b4l6fg
महबूबनगर
0
13713
64729
49600
2026-08-13T13:43:07Z
ऐक्टिवेटेड्
76
64729
wikitext
text/x-wiki
{{Infobox settlement
|name = महबूबनगर
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|మహబూబ్ నగర్}}
|other_name =
|pushpin_label = महबूबनगर
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|16.75|78.00|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name = [[महबूबनगर जिला|महबूबनगर]]
|population_total = 157733
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
|elevation_m = 498
|postal_code_type = [[डाक सूचक सङ्ख्या|पिनकोड]]
|postal_code = 509001
|area_code_type = दूरभाष कोड
|area_code = 08542
|registration_plate = TS-06<ref>{{Cite web|title=District Codes|url=http://www.transport.telangana.gov.in/html/registration-districtcodes.html|publisher=तेलङ्गाना सरकार परिवहन विभाग|accessdate=4 सितम्बर 2014|archive-url=https://web.archive.org/web/20160107161458/http://www.transport.telangana.gov.in/html/registration-districtcodes.html|archive-date=7 जनवरी 2016|url-status=live}}</ref>
}}
'''महबूबनगर''' ({{Lang-te|మహబూబ్ నగర్}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[महबूबनगर जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे । ई नगर पालमूरो कहला हे । महबूबनगर [[हैदराबाद]]से १०० किलोमीटर दूरी पर हे । तेलङ्गानामे सबसे बड़ जिलामे महबूबनगर द्वितीय स्थान पर हे । हैदराबादके दक्षिणपश्चिममे मध्य रेलमार्ग पर स्थित महबूबनगर सड़क मार्गोके केन्द्र हे । ई नगरमे एक महाविद्यालयो हे । १८,४१९ वर्ग किमी क्षेत्रफल वाला महबूबनगर जिला [[दक्कनके पठार]] पर स्थित हे आउ दक्षिणमे [[कृष्णा नदी]]से घिरल हे । कहल जा हे कि [[गोलकोण्ड]]के प्रसिद्ध [[हीरा]] एही जिलासे भेटल हल ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[महबूबनगर जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:महबूबनगर|*]]
[[श्रेणी:महबूबनगर जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
kt12mc1xxovga09g2d8u5cyhwurs7t0
महबूबनगर जिला
0
13714
64726
49606
2026-08-13T13:41:24Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[महबूबनगर मण्डल]] के [[महबूबनगर जिला]] पर स्थानान्तरित कैलन
49605
wikitext
text/x-wiki
{{Infobox settlement
| name = महबूबनगर मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|మహబూబ్నగర్జి ల్లా}}
| other_name = महबूबनगर जिला
| image_skyline = Mallela theertham 1.jpg
| image_alt =
| image_caption = मल्लेल तीर्थं झरना
| image_map = Mahabubnagar in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''महबूबनगर मण्डल'''
|type=shape |id=Q15380
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके महबूबनगर मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = महबूबनगर
| subdivision_type = देश
| subdivision_name = {{IND}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = {{Flagicon image|Emblem_of_Telangana.svg}} [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[महबूबनगर]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 16
| area_total_km2 = 2738
| area_footnotes =
| population_as_of = 2011
| population_total = 919903
| population_footnotes = <ref name=":0">{{Cite web|title=At A Glance {{!}} Mahabubnagar District, Telangana {{!}} India|url=https://mahabubnagar.telangana.gov.in/ataglance/|access-date=2020-09-15|language=अङ्ग्रेजी (अमेरिका)}}</ref>
| population_urban =
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = रवि गुगुलोतु आइएएस
| leader_title1 =
| leader_name1 =
| leader_title2 =
| leader_name2 =
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–06<ref>{{Cite web|url=http://english.sakshi.com/telangana/2016/10/13/vehicle-registration-codes-for-new-districts-in-telangana|title=Vehicle Registration Codes For New Districts In Telangana|website=साक्षीपोस्ट|access-date=16 फरवरी 2019}}</ref>
| blank_name_sec1 =
| blank_info_sec1 =
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|http://mahabubnagar.telangana.gov.in/}}
}}
'''महबूबनगर मण्डल''' (महबूबनगर जिला; {{Lang-te|మహబూబ్నగర్జి ల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[महबूबनगर]] हे । एकर नाम [[हैदराबाद]]के ६ठा [[हैदराबादके निजाम|निजाम]] मीर [[महबूब अली खान]]के नाम पर रखल गेलै हे । ई मण्डलमे ६४ तहसील हे । महबूबनगर मण्डलके उत्तरमे [[रङ्गारेड्डि मण्डल]], दक्षिणमे [[आन्ध्रप्रदेश]]के [[कर्नूलु मण्डल]], पूर्व दन्ने [[नल्गोण्ड मण्डल]] आउ पश्चिममे [[कर्नाटक]] हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[महबूबनगर]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:महबूबनगर मण्डल|*]]
[[बर्ग:महबूबनगर]]
{{INTERWIKI|Q15380}}
3zzw285rydhdgouphkbcae2c56ksb0y
64730
64726
2026-08-13T13:43:11Z
ऐक्टिवेटेड्
76
64730
wikitext
text/x-wiki
{{Infobox settlement
| name = महबूबनगर जिला
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|మహబూబ్నగర్జి ల్లా}}
| other_name = महबूबनगर जिला
| image_skyline = Mallela theertham 1.jpg
| image_alt =
| image_caption = मल्लेल तीर्थं झरना
| image_map = Mahabubnagar in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''महबूबनगर जिला'''
|type=shape |id=Q15380
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके महबूबनगर जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = महबूबनगर
| subdivision_type = देश
| subdivision_name = {{IND}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = {{Flagicon image|Emblem_of_Telangana.svg}} [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[महबूबनगर]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 16
| area_total_km2 = 2738
| area_footnotes =
| population_as_of = 2011
| population_total = 919903
| population_footnotes = <ref name=":0">{{Cite web|title=At A Glance {{!}} Mahabubnagar District, Telangana {{!}} India|url=https://mahabubnagar.telangana.gov.in/ataglance/|access-date=2020-09-15|language=अङ्ग्रेजी (अमेरिका)}}</ref>
| population_urban =
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = रवि गुगुलोतु आइएएस
| leader_title1 =
| leader_name1 =
| leader_title2 =
| leader_name2 =
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–06<ref>{{Cite web|url=http://english.sakshi.com/telangana/2016/10/13/vehicle-registration-codes-for-new-districts-in-telangana|title=Vehicle Registration Codes For New Districts In Telangana|website=साक्षीपोस्ट|access-date=16 फरवरी 2019}}</ref>
| blank_name_sec1 =
| blank_info_sec1 =
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|http://mahabubnagar.telangana.gov.in/}}
}}
'''महबूबनगर जिला''' ({{Lang-te|మహబూబ్నగర్జి ల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[महबूबनगर]] हे । एकर नाम [[हैदराबाद]]के ६ठा [[हैदराबादके निजाम|निजाम]] मीर [[महबूब अली खान]]के नाम पर रखल गेलै हे । ई जिलामे ६४ तहसील हे । महबूबनगर जिलाके उत्तरमे [[रङ्गारेड्डि जिला]], दक्षिणमे [[आन्ध्रप्रदेश]]के [[कर्नूलु जिला]], पूर्व दन्ने [[नल्गोण्ड जिला]] आउ पश्चिममे [[कर्नाटक]] हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[महबूबनगर]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:महबूबनगर जिला|*]]
[[श्रेणी:महबूबनगर]]
9mawuox6ekpjrlq77vyou32qtf4c5il
महबूबाबाद
0
13715
64759
49608
2026-08-13T17:38:39Z
ऐक्टिवेटेड्
76
[[महबूबाबाद्]] तकके पुनर्निर्दशन हटावल गेलै
64759
wikitext
text/x-wiki
{{Infobox settlement
|name = महबूबाबाद
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|మహబూబాబాద్}}
|other_name =
|image = Munneru Lake.jpg
|image_caption = मुन्नेरु नदीके किनारा
|pushpin_label = महबूबाबाद
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|17.6167|80.0167|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[महबूबाबाद जिला]]
|population_total = 42851
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
}}
'''महबूबाबाद''' ({{Lang-te|మహబూబాబాద్}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[महबूबाबाद जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे । ई [[मुन्नेरु नदी]]के किनारे बसल हे, जे [[कृष्णा नदी]]के एक [[उपनदी]] हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[महबूबाबाद जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:महबूबाबाद|*]]
[[श्रेणी:महबूबाबाद जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
fax4gd1g1pb4rzowshanqj3udhqdvh2
महबूबाबाद्
0
13717
64760
49614
2026-08-13T17:38:41Z
ऐक्टिवेटेड्
76
[[महबूबाबाद]] के पुनर्निर्देशित
64760
wikitext
text/x-wiki
#REDIRECT [[महबूबाबाद]]
3k7rngxilr9ifqjr1ycqvmo6uv7o1ns
महबूबाबाद जिला
0
13718
64829
49620
2026-08-13T18:38:08Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[महबूबाबाद् मण्डल]] के [[महबूबाबाद जिला]] पर स्थानान्तरित कैलन
49619
wikitext
text/x-wiki
{{Infobox settlement
| name = महबूबाबाद मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|మహబూబాబాదు జిల్లా}}
| other_name = महबूबाबाद जिला
| image_skyline = Ephiphany Cathedral Dornakal.jpg
| image_alt =
| image_caption = एपिफेनी कैथेड्रल, [[डोर्नकल्]]
| image_map = Mahabubabad in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''महबूबाबाद मण्डल'''
|type=shape |id=Q28169761
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके महबूबाबाद मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = महबूबाबाद
| subdivision_type = देश
| subdivision_name = [[भारत]]
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[महबूबाबाद]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 16
| area_total_km2 = 2876.70
| area_footnotes =
| population_as_of = 2011
| population_total = 774549
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = श्री भि पि गौतम
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 = महबूबाबाद
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्र|विधानसभा क्षेत्र]]
| leader_name2 = महबूबाबाद, डोर्नकल्
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–26<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 =
| blank_info_sec1 =
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|http://mahabubabad.telangana.gov.in/}}
}}
'''महबूबाबाद मण्डल''' (महबूबाबाद जिला; {{Lang-te|మహబూబాబాదు జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[महबूबाबाद]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1471857232817Final%20Warangal.pdf|title=Mahabubabad district|last=|first=|date=|website=भूमि प्रशासनके मुख्य आयुक्त|publisher=|access-date=|accessdate=22 अगस्त 2016|archive-url=https://web.archive.org/web/20160909190910/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1471857232817Final%20Warangal.pdf|archive-date=9 सितम्बर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[महबूबाबाद]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:महबूबाबाद मण्डल|*]]
[[बर्ग:महबूबाबाद]]
{{INTERWIKI|Q28169761}}
6h9y7p4s2fq0a5wei21qot5fjcelzun
64857
64829
2026-08-13T18:52:42Z
ऐक्टिवेटेड्
76
64857
wikitext
text/x-wiki
{{Infobox settlement
| name = महबूबाबाद मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|మహబూబాబాదు జిల్లా}}
| other_name = महबूबाबाद जिला
| image_skyline = Ephiphany Cathedral Dornakal.jpg
| image_alt =
| image_caption = एपिफेनी कैथेड्रल, [[डोर्नकल्]]
| image_map = Mahabubabad in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''महबूबाबाद जिला'''
|type=shape |id=Q28169761
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके महबूबाबाद जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = महबूबाबाद
| subdivision_type = देश
| subdivision_name = [[भारत]]
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[महबूबाबाद]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 16
| area_total_km2 = 2876.70
| area_footnotes =
| population_as_of = 2011
| population_total = 774549
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = श्री भि पि गौतम
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 = महबूबाबाद
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्र|विधानसभा क्षेत्र]]
| leader_name2 = महबूबाबाद, डोर्नकल्
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–26<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 =
| blank_info_sec1 =
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|http://mahabubabad.telangana.gov.in/}}
}}
'''महबूबाबाद जिला''' ({{Lang-te|మహబూబాబాదు జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[महबूबाबाद]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1471857232817Final%20Warangal.pdf|title=Mahabubabad district|last=|first=|date=|website=भूमि प्रशासनके मुख्य आयुक्त|publisher=|access-date=|accessdate=22 अगस्त 2016|archive-url=https://web.archive.org/web/20160909190910/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1471857232817Final%20Warangal.pdf|archive-date=9 सितम्बर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[महबूबाबाद]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:महबूबाबाद जिला|*]]
[[श्रेणी:महबूबाबाद]]
0adxm505nq8bbxv6zsnxdp1oz7i7byl
मुलुगु
0
13979
64761
50824
2026-08-13T17:38:50Z
ऐक्टिवेटेड्
76
64761
wikitext
text/x-wiki
{{Infobox settlement
|name = मुलुगु
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|ములుగు}}
|other_name =
|image =
|image_caption =
|pushpin_label = मुलुगु
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|18.191|79.943|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[मुलुगु जिला]]
|population_total = 46901
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
}}
'''मुलुगु''' ({{Lang-te|ములుగు}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[मुलुगु जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे । [[राष्ट्रिय राजमार्ग १६३ (भारत)|राष्ट्र्य राजमार्ग १६३]] एहाँसे गुजरहे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[मुलुगु जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:मुलुगु|*]]
[[श्रेणी:मुलुगु जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
5vy8qpol9uopwbnnroljiiaeacm8z5q
मुलुगु जिला
0
13980
64831
50829
2026-08-13T18:38:10Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[मुलुगु मण्डल]] के [[मुलुगु जिला]] पर स्थानान्तरित कैलन
50828
wikitext
text/x-wiki
{{Infobox settlement
| name = मुलुगु मण्डल
| native_name = {{Lang|te|ములుగు జిల్లా}}
| other_name = मुलुगु जिला
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके मण्डल|मण्डल]]
| image_skyline = File:Ramappa Temple (Human Scale).jpg
| image_alt =
| image_caption = [[Ramappa Temple]]
| nickname = Tribal Capital of Telangana
| image_map = Mulugu in Telangana (India).svg
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates = {{Coord|18.1910|N|79.9430|E|source:wikidata-and-enwiki-cat-tree_region:IN|display=inline,title}}
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_type2 = [[भारतके क्षेत्र|क्षेत्र]]
| subdivision_type3 = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_name3 = 09
| established_title = <!-- स्थापना -->मण्डल<br />गठन
| established_date = 17 फरवरी 2019
| founder = [[के चन्द्रशेखर राव]]
| unit_pref = Metric
| area_footnotes = <ref name="civicbody">{{Cite web|title=Urban Local Body Information|url=http://www.dtcp.telangana.gov.in/ULBs-List-68.pdf|website=नगर एवं ग्राम नियोजन निदेशालय|publisher=तेलङ्गाना सरकार|access-date=28 जून 2016|url-status=dead|archive-url=https://web.archive.org/web/20160615135503/http://dtcp.telangana.gov.in/ULBs-List-68.pdf|archive-date=15 जून 2016}}</ref>
| area_total_km2 = 3881
| area_rank = १३मा
| elevation_footnotes =
| elevation_m = 177
| population_total = 294671
| population_as_of = 2011
| population_footnotes =
| population_density_km2 = auto
| population_rank = ३३मा
| population_demonym =
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = +५:३०
| postal_code_type = [[डाक सूचकाङ्क सङ्ख्या|पिनकोड]]
| postal_code = 506 343
| area_code = 08715
| area_code_type = टेलीफोन कोड
| registration_plate = TG–37
| blank1_name_sec1 = [[लोकसभा]] निर्वाचन क्षेत्र
| blank1_info_sec1 = [[महबूबाबाद (लोकसभा निर्वाचन क्षेत्र)]]
| website = {{URL|mulugu.telangana.gov.in}}
| leader_title1 = जिलाध्यक्ष
| leader_name1 = टि एस दिवाकर, आइएएस
| leader_title2 = सांसद्
| leader_name2 = [[भारत राष्ट्र समिति]] (बिआरएस)
| leader_title3 = विधायक
| leader_name3 = दानसारी अनसूया [[भारतीय राष्ट्रिय काङ्ग्रेस]] (काङ्ग्रेस)
| leader_title4 = [[पुलिस अधीक्षक|एसपि]]
| leader_name4 = डॉ शबरीश, आइपिएस<ref>{{Cite web | url=https://www.deccanchronicle.com/nation/in-other-news/040124/state-govt-transfers-23-ips-officers.html | title=State Govt Transfers 23 IPS Officers | date=4 जनवरी 2024 }}</ref>
| blank2_name_sec1 = [[विधानसभा]] निर्वाचन क्षेत्र
| blank2_info_sec1 = [[मुलुग (एसटि) (विधानसभा क्षेत्र)]]
}}
'''मुलुगु मण्डल''' (मुलुगु जिला; {{Lang-te|ములుగు జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[मुलुगु]] हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[मुलुगु]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:मुलुगु मण्डल|*]]
[[बर्ग:मुलुगु]]
{{INTERWIKI|Q61746006}}
30i5d0oc59it3g4fdsnfcwotjj9bk65
64859
64831
2026-08-13T18:52:55Z
ऐक्टिवेटेड्
76
64859
wikitext
text/x-wiki
{{Infobox settlement
| name = मुलुगु मण्डल
| native_name = {{Lang|te|ములుగు జిల్లా}}
| other_name = मुलुगु जिला
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके जिला|जिला]]
| image_skyline = File:Ramappa Temple (Human Scale).jpg
| image_alt =
| image_caption = [[Ramappa Temple]]
| nickname = Tribal Capital of Telangana
| image_map = Mulugu in Telangana (India).svg
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates = {{Coord|18.1910|N|79.9430|E|source:wikidata-and-enwiki-cat-tree_region:IN|display=inline,title}}
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_type2 = [[भारतके क्षेत्र|क्षेत्र]]
| subdivision_type3 = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_name3 = 09
| established_title = <!-- स्थापना -->जिला<br />गठन
| established_date = 17 फरवरी 2019
| founder = [[के चन्द्रशेखर राव]]
| unit_pref = Metric
| area_footnotes = <ref name="civicbody">{{Cite web|title=Urban Local Body Information|url=http://www.dtcp.telangana.gov.in/ULBs-List-68.pdf|website=नगर एवं ग्राम नियोजन निदेशालय|publisher=तेलङ्गाना सरकार|access-date=28 जून 2016|url-status=dead|archive-url=https://web.archive.org/web/20160615135503/http://dtcp.telangana.gov.in/ULBs-List-68.pdf|archive-date=15 जून 2016}}</ref>
| area_total_km2 = 3881
| area_rank = १३मा
| elevation_footnotes =
| elevation_m = 177
| population_total = 294671
| population_as_of = 2011
| population_footnotes =
| population_density_km2 = auto
| population_rank = ३३मा
| population_demonym =
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = +५:३०
| postal_code_type = [[डाक सूचकाङ्क सङ्ख्या|पिनकोड]]
| postal_code = 506 343
| area_code = 08715
| area_code_type = टेलीफोन कोड
| registration_plate = TG–37
| blank1_name_sec1 = [[लोकसभा]] निर्वाचन क्षेत्र
| blank1_info_sec1 = [[महबूबाबाद (लोकसभा निर्वाचन क्षेत्र)]]
| website = {{URL|mulugu.telangana.gov.in}}
| leader_title1 = जिलाध्यक्ष
| leader_name1 = टि एस दिवाकर, आइएएस
| leader_title2 = सांसद्
| leader_name2 = [[भारत राष्ट्र समिति]] (बिआरएस)
| leader_title3 = विधायक
| leader_name3 = दानसारी अनसूया [[भारतीय राष्ट्रिय काङ्ग्रेस]] (काङ्ग्रेस)
| leader_title4 = [[पुलिस अधीक्षक|एसपि]]
| leader_name4 = डॉ शबरीश, आइपिएस<ref>{{Cite web | url=https://www.deccanchronicle.com/nation/in-other-news/040124/state-govt-transfers-23-ips-officers.html | title=State Govt Transfers 23 IPS Officers | date=4 जनवरी 2024 }}</ref>
| blank2_name_sec1 = [[विधानसभा]] निर्वाचन क्षेत्र
| blank2_info_sec1 = [[मुलुग (एसटि) (विधानसभा क्षेत्र)]]
}}
'''मुलुगु जिला''' ({{Lang-te|ములుగు జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[मुलुगु]] हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[मुलुगु]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:मुलुगु जिला|*]]
[[श्रेणी:मुलुगु]]
l0oc0pk8cfp5yt0top3vtwwwl5ckgd4
64872
64859
2026-08-13T18:59:35Z
ऐक्टिवेटेड्
76
64872
wikitext
text/x-wiki
{{Infobox settlement
| name = मुलुगु मण्डल
| native_name = {{Lang|te|ములుగు జిల్లా}}
| other_name = मुलुगु जिला
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके जिला|जिला]]
| image_skyline = File:Ramappa Temple (Human Scale).jpg
| image_alt =
| image_caption = [[रामप्पा मन्दिर]]
| nickname = तेलङ्गानाके आदिवासी राजधानी
| image_map = Mulugu in Telangana (India).svg
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates = {{Coord|18.1910|N|79.9430|E|source:wikidata-and-enwiki-cat-tree_region:IN|display=inline,title}}
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_type2 = [[भारतके क्षेत्र|क्षेत्र]]
| subdivision_type3 = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_name3 = 09
| established_title = <!-- स्थापना -->जिला<br />गठन
| established_date = 17 फरवरी 2019
| founder = [[के चन्द्रशेखर राव]]
| unit_pref = Metric
| area_footnotes = <ref name="civicbody">{{Cite web|title=Urban Local Body Information|url=http://www.dtcp.telangana.gov.in/ULBs-List-68.pdf|website=नगर एवं ग्राम नियोजन निदेशालय|publisher=तेलङ्गाना सरकार|access-date=28 जून 2016|url-status=dead|archive-url=https://web.archive.org/web/20160615135503/http://dtcp.telangana.gov.in/ULBs-List-68.pdf|archive-date=15 जून 2016}}</ref>
| area_total_km2 = 3881
| area_rank = १३मा
| elevation_footnotes =
| elevation_m = 177
| population_total = 294671
| population_as_of = 2011
| population_footnotes =
| population_density_km2 = auto
| population_rank = ३३मा
| population_demonym =
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = +५:३०
| postal_code_type = [[डाक सूचकाङ्क सङ्ख्या|पिनकोड]]
| postal_code = 506 343
| area_code = 08715
| area_code_type = टेलीफोन कोड
| registration_plate = TG–37
| blank1_name_sec1 = [[लोकसभा]] निर्वाचन क्षेत्र
| blank1_info_sec1 = [[महबूबाबाद (लोकसभा निर्वाचन क्षेत्र)]]
| website = {{URL|mulugu.telangana.gov.in}}
| leader_title1 = जिलाध्यक्ष
| leader_name1 = टि एस दिवाकर, आइएएस
| leader_title2 = सांसद्
| leader_name2 = [[भारत राष्ट्र समिति]] (बिआरएस)
| leader_title3 = विधायक
| leader_name3 = दानसारी अनसूया [[भारतीय राष्ट्रिय काङ्ग्रेस]] (काङ्ग्रेस)
| leader_title4 = [[पुलिस अधीक्षक|एसपि]]
| leader_name4 = डॉ शबरीश, आइपिएस<ref>{{Cite web | url=https://www.deccanchronicle.com/nation/in-other-news/040124/state-govt-transfers-23-ips-officers.html | title=State Govt Transfers 23 IPS Officers | date=4 जनवरी 2024 }}</ref>
| blank2_name_sec1 = [[विधानसभा]] निर्वाचन क्षेत्र
| blank2_info_sec1 = [[मुलुग (एसटि) (विधानसभा क्षेत्र)]]
}}
'''मुलुगु जिला''' ({{Lang-te|ములుగు జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[मुलुगु]] हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[मुलुगु]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:मुलुगु जिला|*]]
[[श्रेणी:मुलुगु]]
ldkid5rxtetuv98dc3zhfdus0ir1nni
मेड्चल मल्काजगिरि जिला
0
14020
64834
50968
2026-08-13T18:38:12Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[मेड्चल मल्काजगिरि मण्डल]] के [[मेड्चल मल्काजगिरि जिला]] पर स्थानान्तरित कैलन
50967
wikitext
text/x-wiki
{{Infobox settlement
| name = मेड्चल मल्काजगिरि मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|మేడ్చల్ మల్కాజ్గిరి జిల్లా}}
| other_name = मेड्चल मल्काजगिरि जिला
| image_skyline = {{Photomontage
| photo1a = Shamirpet_Lake.jpg
| photo1b = A-Block at Night.jpg
| photo2a = Malkajgiri Railway Station 01.JPG
| photo2b = Rock Formations at Medchal Town.JPG
| photo3a = SRH fans while an ipl match.jpg
| spacing = 2
| color_border = white
| color = black
| size = 280
| foot_montage = '''ऊपरेसे दक्षिणावर्त:'''<br/>[[शमीरपेट झील]], [[बिट्स पिलानी, हैदराबाद|बिट्स पिलानी - हैदराबाद परिसर]], [[मलकाजगिरि रेलवे स्टेशन]], [[मेड्चल]] भिरु चट्टानी संरचना, [[राजीव गान्धी अन्तर्राष्ट्रिय क्रिकेट स्टेडियम, हैदराबाद|उप्पलमे क्रिकेट स्टेडियम]]
}}
| image_alt =
| image_map = Medchal Malkajgiri in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''मेड्चल-मल्काजगिरि मण्डल'''
|type=shape |id=Q27614841
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके मेड्चल-मल्काजगिरि मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = मेड्चल
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = {{Flagicon image|Emblem_of_Telangana.svg}} [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date = 30 नवम्बर 2016
| seat_type = मुख्यालय
| seat = [[षामीर्पेट्]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 15
| area_total_km2 = 1084
| area_footnotes =
| population_as_of = 2020
| population_total = 24,40,073
| population_footnotes =
| population_urban = 22,30,245
(91.40% Urbanized district)
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 82.49
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 957
| leader_title = [[जिलाधिकारी]]
| leader_name = श्री भि वेङ्कटेश्वरलु, आइएएस
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 = १ ([[मल्काजगिरि (लोकसभा निर्वाचन क्षेत्र)|मल्काजगिरि]])
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्र|विधानसभा क्षेत्र]]
| leader_name2 = ९
मेड्चल,
मल्काजगिरि,
कुथबुल्लापुर,
कुकटपल्लि,
उप्पल, लाल बहादुर (एल बि) नगर, सिकन्दराबाद कैण्ट ।
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–08<ref>{{Cite web |title=District Codes |url=https://www.transport.telangana.gov.in/html/registration-districtcodes.html |website=तेलङ्गाना सरकार, परिवहन विभाग}}</ref>
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = [[राष्ट्रिय राजमार्ग ४४ (भारत)|रारा-४४]], [[राष्ट्रिय राजमार्ग ६५ (भारत)|रारा-६५]], [[राष्ट्रिय राजमार्ग १६३ (भारत)|रारा-१६३]]
| blank1_name_sec1 = नामिक जिडिपि (2022-23)
| blank1_info_sec1 = {{INRConvert|88866.72|c|year=2022|mode=historical}} <ref>url=https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf</ref>
| blank_name_sec2 = प्रतिव्यक्ति आय (2022-23)
| blank_info_sec2 = {{INRConvert|295514|year=2022|mode=historical}}
| website = {{URL|https://medchal-malkajgiri.telangana.gov.in/}}
| official_name =
}}
'''मेड्चल मल्काजगिरि मण्डल''' (मेड्चल मल्काजगिरि जिला; {{Lang-te|మేడ్చల్ మల్కాజ్గిరి జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[षामीर्पेट्]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Medchal−Malkajgiri district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130732346249.Medchal.pdf|website=नया मण्डल गठनके पोर्टल|publisher=तेलङ्गाना सरकार|accessdate=23 मार्च 2017|archiveurl=https://web.archive.org/web/20161130125523/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130732346249.Medchal.pdf|archivedate=30 नवम्बर 2016}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[षामीर्पेट्]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:मेड्चल मल्काजगिरि मण्डल|*]]
[[बर्ग:षामीर्पेट्]]
{{INTERWIKI|Q27614841}}
5m2u4zyn5rrkzd80m74z2j81y9ditew
64860
64834
2026-08-13T18:52:59Z
ऐक्टिवेटेड्
76
64860
wikitext
text/x-wiki
{{Infobox settlement
| name = मेड्चल मल्काजगिरि मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|మేడ్చల్ మల్కాజ్గిరి జిల్లా}}
| other_name = मेड्चल मल्काजगिरि जिला
| image_skyline = {{Photomontage
| photo1a = Shamirpet_Lake.jpg
| photo1b = A-Block at Night.jpg
| photo2a = Malkajgiri Railway Station 01.JPG
| photo2b = Rock Formations at Medchal Town.JPG
| photo3a = SRH fans while an ipl match.jpg
| spacing = 2
| color_border = white
| color = black
| size = 280
| foot_montage = '''ऊपरेसे दक्षिणावर्त:'''<br/>[[शमीरपेट झील]], [[बिट्स पिलानी, हैदराबाद|बिट्स पिलानी - हैदराबाद परिसर]], [[मलकाजगिरि रेलवे स्टेशन]], [[मेड्चल]] भिरु चट्टानी संरचना, [[राजीव गान्धी अन्तर्राष्ट्रिय क्रिकेट स्टेडियम, हैदराबाद|उप्पलमे क्रिकेट स्टेडियम]]
}}
| image_alt =
| image_map = Medchal Malkajgiri in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''मेड्चल-मल्काजगिरि जिला'''
|type=shape |id=Q27614841
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके मेड्चल-मल्काजगिरि जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = मेड्चल
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = {{Flagicon image|Emblem_of_Telangana.svg}} [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date = 30 नवम्बर 2016
| seat_type = मुख्यालय
| seat = [[षामीर्पेट्]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 15
| area_total_km2 = 1084
| area_footnotes =
| population_as_of = 2020
| population_total = 24,40,073
| population_footnotes =
| population_urban = 22,30,245
(91.40% Urbanized district)
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 82.49
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 957
| leader_title = [[जिलाधिकारी]]
| leader_name = श्री भि वेङ्कटेश्वरलु, आइएएस
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 = १ ([[मल्काजगिरि (लोकसभा निर्वाचन क्षेत्र)|मल्काजगिरि]])
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्र|विधानसभा क्षेत्र]]
| leader_name2 = ९
मेड्चल,
मल्काजगिरि,
कुथबुल्लापुर,
कुकटपल्लि,
उप्पल, लाल बहादुर (एल बि) नगर, सिकन्दराबाद कैण्ट ।
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–08<ref>{{Cite web |title=District Codes |url=https://www.transport.telangana.gov.in/html/registration-districtcodes.html |website=तेलङ्गाना सरकार, परिवहन विभाग}}</ref>
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = [[राष्ट्रिय राजमार्ग ४४ (भारत)|रारा-४४]], [[राष्ट्रिय राजमार्ग ६५ (भारत)|रारा-६५]], [[राष्ट्रिय राजमार्ग १६३ (भारत)|रारा-१६३]]
| blank1_name_sec1 = नामिक जिडिपि (2022-23)
| blank1_info_sec1 = {{INRConvert|88866.72|c|year=2022|mode=historical}} <ref>url=https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf</ref>
| blank_name_sec2 = प्रतिव्यक्ति आय (2022-23)
| blank_info_sec2 = {{INRConvert|295514|year=2022|mode=historical}}
| website = {{URL|https://medchal-malkajgiri.telangana.gov.in/}}
| official_name =
}}
'''मेड्चल मल्काजगिरि जिला''' ({{Lang-te|మేడ్చల్ మల్కాజ్గిరి జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[षामीर्पेट्]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Medchal−Malkajgiri district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130732346249.Medchal.pdf|website=नया जिला गठनके पोर्टल|publisher=तेलङ्गाना सरकार|accessdate=23 मार्च 2017|archiveurl=https://web.archive.org/web/20161130125523/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130732346249.Medchal.pdf|archivedate=30 नवम्बर 2016}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[षामीर्पेट्]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:मेड्चल मल्काजगिरि जिला|*]]
[[श्रेणी:षामीर्पेट्]]
eyrxqmwmosvsg2n7b4sgr1e6oga7ked
64862
64860
2026-08-13T18:53:13Z
ऐक्टिवेटेड्
76
64862
wikitext
text/x-wiki
{{Infobox settlement
| name = मेड्चल मल्काजगिरि मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|మేడ్చల్ మల్కాజ్గిరి జిల్లా}}
| other_name = मेड्चल मल्काजगिरि जिला
| image_skyline = {{Photomontage
| photo1a = Shamirpet_Lake.jpg
| photo1b = A-Block at Night.jpg
| photo2a = Malkajgiri Railway Station 01.JPG
| photo2b = Rock Formations at Medchal Town.JPG
| photo3a = SRH fans while an ipl match.jpg
| spacing = 2
| color_border = white
| color = black
| size = 280
| foot_montage = '''ऊपरेसे दक्षिणावर्त:'''<br/>[[शमीरपेट झील]], [[बिट्स पिलानी, हैदराबाद|बिट्स पिलानी - हैदराबाद परिसर]], [[मलकाजगिरि रेलवे स्टेशन]], [[मेड्चल]] भिरु चट्टानी संरचना, [[राजीव गान्धी अन्तर्राष्ट्रिय क्रिकेट स्टेडियम, हैदराबाद|उप्पलमे क्रिकेट स्टेडियम]]
}}
| image_alt =
| image_map = Medchal Malkajgiri in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''मेड्चल-मल्काजगिरि जिला'''
|type=shape |id=Q27614841
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके मेड्चल-मल्काजगिरि जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = मेड्चल
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = {{Flagicon image|Emblem_of_Telangana.svg}} [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date = 30 नवम्बर 2016
| seat_type = मुख्यालय
| seat = [[षामीर्पेट्]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 15
| area_total_km2 = 1084
| area_footnotes =
| population_as_of = 2020
| population_total = 24,40,073
| population_footnotes =
| population_urban = 22,30,245
(91.40% Urbanized district)
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 82.49
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 957
| leader_title = [[जिलाधिकारी]]
| leader_name = श्री भि वेङ्कटेश्वरलु, आइएएस
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 = १ ([[मल्काजगिरि (लोकसभा निर्वाचन क्षेत्र)|मल्काजगिरि]])
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्र|विधानसभा क्षेत्र]]
| leader_name2 = ९
मेड्चल,
मल्काजगिरि,
कुथबुल्लापुर,
कुकटपल्लि,
उप्पल, लाल बहादुर (एल बि) नगर, सिकन्दराबाद कैण्ट ।
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–08<ref>{{Cite web |title=District Codes |url=https://www.transport.telangana.gov.in/html/registration-districtcodes.html |website=तेलङ्गाना सरकार, परिवहन विभाग}}</ref>
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = [[राष्ट्रिय राजमार्ग ४४ (भारत)|रारा-४४]], [[राष्ट्रिय राजमार्ग ६५ (भारत)|रारा-६५]], [[राष्ट्रिय राजमार्ग १६३ (भारत)|रारा-१६३]]
| blank1_name_sec1 = नामिक जिडिपि (2022-23)
| blank1_info_sec1 = {{INRConvert|88866.72|c|year=2022|mode=historical}} <ref>url=https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf</ref>
| blank_name_sec2 = प्रतिव्यक्ति आय (2022-23)
| blank_info_sec2 = {{INRConvert|295514|year=2022|mode=historical}}
| website = {{URL|https://medchal-malkajgiri.telangana.gov.in/}}
| official_name =
}}
'''मेड्चल मल्काजगिरि जिला''' ({{Lang-te|మేడ్చల్ మల్కాజ్గిరి జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[षामीर्पेट्]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Medchal−Malkajgiri district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130732346249.Medchal.pdf|website=नया जिला गठनके पोर्टल|publisher=तेलङ्गाना सरकार|accessdate=23 मार्च 2017|archiveurl=https://web.archive.org/web/20161130125523/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130732346249.Medchal.pdf|archivedate=30 नवम्बर 2016}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[षामीर्पेट्]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:मेड्चल मल्काजगिरि जिला|*]]
[[श्रेणी:षामीर्पेट]]
1e2u9hn7icn17z8dnkjs3wqpv43xx89
मेदक
0
14021
64762
50973
2026-08-13T17:38:56Z
ऐक्टिवेटेड्
76
64762
wikitext
text/x-wiki
{{Infobox settlement
| name = मेदक
| settlement_type = [[तेलङ्गानाके नगर|नगर]]
| native_name = {{Lang|te|మెదక్}}
| other_name = सिद्धपुरम्<br>मेतुकुदुर्गम्<br>तुकुसीमा
| image_skyline = {{Photomontage
| photo2a = Edupayala.jpg
}}
| image_alt =
| image_caption = मेदकमे एडुपयाला मन्दिर
| nickname =
| image_map =
| map_alt =
| leader_title = [[पुलिस अधीक्षक|एसपि]]
| leader_name = श्री बि बालास्वामि, आइपिएस<ref>{{Cite web | url=https://www.deccanchronicle.com/nation/in-other-news/040124/state-govt-transfers-23-ips-officers.html | title=State Govt Transfers 23 IPS Officers | date=4 जनवरी 2024 }}</ref>
| map_caption =
| pushpin_map = भारत तेलङ्गाना#भारत
| pushpin_label_position = right
| pushpin_map_alt =
| pushpin_map_caption = तेलङ्गानामे स्थिति
| coordinates = {{Coord|18.046|N|78.263|E|display=inline,title}}
| subdivision_type = देश
| subdivision_name = [[भारत]]
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाना]]
| subdivision_type2 = [[तेलङ्गानाके जिला|जिला]]
| subdivision_name2 = [[मेदक जिला]]
| established_title = <!-- स्थापना -->
| established_date =
| founder =
| named_for =
| government_type = नगरपालिका
| governing_body = मेदक परिषद
| unit_pref = Metric
| area_footnotes =
| area_rank =
| area_total_km2 = 22
| elevation_footnotes =
| elevation_m = 442
| population_total = 44255
| population_as_of = 2011
| population_rank =
| population_density_km2 = auto
| population_demonym = मेदककर
| population_footnotes = <ref name=population>{{Cite web|title=Census 2011|url=http://www.censusindia.gov.in/pca/SearchDetails.aspx?Id=611525|publisher=महापञ्जीयक एवं जनगणना आयुक्त, भारत|access-date=25 जुलाई 2014}}</ref>
| demographics_type1 = भाषा
| demographics1_title1 = आधिकारिक
| demographics1_info1 = [[तेलुगुभाषा|तेलुगु]]
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = +५:३०
| postal_code_type = [[डाक सूचक सङ्ख्या|पिनकोड]]
| postal_code = 502110
| area_code_type = टेलीफोन कोड
| area_code = 08452
| registration_plate = '''TG-35'''/'''AP-23'''(पुरान)
| website = {{URL|http://cdma.telangana.gov.in/Medak/|मेदक नगरपालिका}}
| iso_code = [[ISO 3166-2:IN|IN-TG]]
| footnotes =
}}
'''मेदक''' ({{Lang-te|మెదక్}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[मेदक जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[मेदक जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:मेदक|*]]
[[श्रेणी:मेदक जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
7u8hw3vlovc2vmew8acc7u5t7ci86cc
मेदक जिला
0
14022
64836
50978
2026-08-13T18:38:14Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[मेदक मण्डल]] के [[मेदक जिला]] पर स्थानान्तरित कैलन
50977
wikitext
text/x-wiki
{{Infobox settlement
| name = मेदक मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|మెదక్ జిల్లా}}
| other_name = मेदक जिला
| image_skyline = A view from Pocharam Lake W IMG 9968.jpg
| image_alt =
| image_caption = [[पोचारं झील]]
| image_map = Medak in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''मेदक मण्डल'''
|type=shape |id=Q15386
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके मेदक मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = मेदक
| subdivision_type = देश
| subdivision_name = [[भारत]]
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[मेदक]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 21
| area_total_km2 = 2786
| area_footnotes =
| population_as_of = 2011
| population_total = 767428
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = श्री राहुल राज पि एस, [[भारतीय प्रशासनिक सेवा|आइएएस]]
| leader_title1 = [[सांसद्]]
| leader_name1 = [[रघुनन्दन राव]], [[भारतीय जनता पार्टी|भाजपा]]
| leader_title2 =
| leader_name2 =
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG 35
| blank_name_sec1 =
| blank_info_sec1 =
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|http://medak.telangana.gov.in/}}
| official_name =
}}
'''मेदक मण्डल''' (मेदक जिला; {{Lang-te|మెదక్ జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[मेदक]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 October 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Komaram Bheem district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1471856933317Final%20Adilabad.pdf|website=भूमि प्रशासनके मुख्य आयुक्त|accessdate=22 अगस्त 2016|archive-url=https://web.archive.org/web/20160909190828/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1471856933317Final%20Adilabad.pdf|archive-date=9 सितम्बर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[मेदक]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:मेदक मण्डल|*]]
[[बर्ग:मेदक]]
{{INTERWIKI|Q15386}}
8uxpru9u30kponwsie3wddez7ju3ji5
64861
64836
2026-08-13T18:53:04Z
ऐक्टिवेटेड्
76
64861
wikitext
text/x-wiki
{{Infobox settlement
| name = मेदक मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|మెదక్ జిల్లా}}
| other_name = मेदक जिला
| image_skyline = A view from Pocharam Lake W IMG 9968.jpg
| image_alt =
| image_caption = [[पोचारं झील]]
| image_map = Medak in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''मेदक जिला'''
|type=shape |id=Q15386
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके मेदक जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = मेदक
| subdivision_type = देश
| subdivision_name = [[भारत]]
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[मेदक]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 21
| area_total_km2 = 2786
| area_footnotes =
| population_as_of = 2011
| population_total = 767428
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = श्री राहुल राज पि एस, [[भारतीय प्रशासनिक सेवा|आइएएस]]
| leader_title1 = [[सांसद्]]
| leader_name1 = [[रघुनन्दन राव]], [[भारतीय जनता पार्टी|भाजपा]]
| leader_title2 =
| leader_name2 =
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG 35
| blank_name_sec1 =
| blank_info_sec1 =
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|http://medak.telangana.gov.in/}}
| official_name =
}}
'''मेदक जिला''' ({{Lang-te|మెదక్ జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[मेदक]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 October 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Komaram Bheem district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1471856933317Final%20Adilabad.pdf|website=भूमि प्रशासनके मुख्य आयुक्त|accessdate=22 अगस्त 2016|archive-url=https://web.archive.org/web/20160909190828/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1471856933317Final%20Adilabad.pdf|archive-date=9 सितम्बर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[मेदक]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:मेदक जिला|*]]
[[श्रेणी:मेदक]]
gozp2nhs6rnaziq7r0afvmhh92tijnn
यादाद्रि भुवनगिरि जिला
0
14181
64838
51622
2026-08-13T18:39:32Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[यादाद्रि भुबनगिरि मण्डल]] के [[यादाद्रि भुवनगिरि जिला]] पर स्थानान्तरित कैलन
51621
wikitext
text/x-wiki
{{Infobox settlement
| name = यादाद्रि भुबनगिरि मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|యాదాద్రి జిల్లా}}
| other_name = यादाद्रि भुवनगिरि जिला
| image_skyline = BHONGIR FORT.jpg
| image_caption = [[भोङ्गीर किला]]के दृश्य
| image_map = Yadadri Bhuvanagiri in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''यादाद्रि भुवनगिरि मण्डल'''
|type=shape |id=Q28169764
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके यादाद्रि भुवनगिरि मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates = 17°30'36"N, 78°53'24"E
| coor_pinpoint = Bhongiri
| subdivision_type = देश
| subdivision_name = {{IND}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[भोङ्गीर]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 16
| area_total_km2 = 3091.48
| area_footnotes =
| population_as_of = 2011
| population_total = 770833
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = टि, विनय कृष्ण रेड्डि, आइएएस
| leader_title1 = अतिरिक्त जिलाधिकारी
| leader_name1 = श्री डी श्रीनिवास रेड्डि
| leader_title2 = अतिरिक्त कलेक्टर स्थानीय निकाय
| leader_name2 = श्री दीपक तिवारी आइएएस
| leader_title3 = पुलिस उपायुक्त
| leader_name3 = श्री नारायण रेड्डि
| leader_title4 = प्रशासनिक अधिकारी
| leader_name4 = श्री एम नागेश्वर चारी
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–30<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 = नामिक जिडिपि (2022-23)
| blank_info_sec1 = {{INRConvert|24611|c|year =2023}} <ref>{{Cite web| title=Telangana Socio Economic Outlook 2024 | url=https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf | archive-url=https://web.archive.org/web/20241217074210/https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf | archive-date=2024-12-17}}</ref>
| blank_name_sec2 = प्रतिव्यक्ति आय ( 2022-23 )
| blank_info_sec2 = {{INRConvert|267605|=r}}
| website = {{URL|http://yadadri.telangana.gov.in/}}
}}
'''यादाद्रि भुबनगिरि मण्डल''' (यादाद्रि भुवनगिरि जिला; {{Lang-te|యాదాద్రి జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[भुबनगिरि]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="info">{{Cite web|title=District Profile|url=http://yadadri.telangana.gov.in/|website=यादाद्रि मण्डलके आधिकारिक जालस्थल|accessdate=27 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161027193517/http://yadadri.telangana.gov.in/|archive-date=27 अक्तूबर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[भुबनगिरि]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:यादाद्रि भुवनगिरि मण्डल|*]]
[[बर्ग:भुवनगिरि]]
{{INTERWIKI|Q28169764}}
fz0vkjnsxe66gei5i49h0uiqskds4rp
64863
64838
2026-08-13T18:53:22Z
ऐक्टिवेटेड्
76
64863
wikitext
text/x-wiki
{{Infobox settlement
| name = यादाद्रि भुबनगिरि मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|యాదాద్రి జిల్లా}}
| other_name = यादाद्रि भुवनगिरि जिला
| image_skyline = BHONGIR FORT.jpg
| image_caption = [[भोङ्गीर किला]]के दृश्य
| image_map = Yadadri Bhuvanagiri in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''यादाद्रि भुवनगिरि जिला'''
|type=shape |id=Q28169764
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके यादाद्रि भुवनगिरि जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates = 17°30'36"N, 78°53'24"E
| coor_pinpoint = Bhongiri
| subdivision_type = देश
| subdivision_name = {{IND}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[भोङ्गीर]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 16
| area_total_km2 = 3091.48
| area_footnotes =
| population_as_of = 2011
| population_total = 770833
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = टि, विनय कृष्ण रेड्डि, आइएएस
| leader_title1 = अतिरिक्त जिलाधिकारी
| leader_name1 = श्री डी श्रीनिवास रेड्डि
| leader_title2 = अतिरिक्त कलेक्टर स्थानीय निकाय
| leader_name2 = श्री दीपक तिवारी आइएएस
| leader_title3 = पुलिस उपायुक्त
| leader_name3 = श्री नारायण रेड्डि
| leader_title4 = प्रशासनिक अधिकारी
| leader_name4 = श्री एम नागेश्वर चारी
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–30<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 = नामिक जिडिपि (2022-23)
| blank_info_sec1 = {{INRConvert|24611|c|year =2023}} <ref>{{Cite web| title=Telangana Socio Economic Outlook 2024 | url=https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf | archive-url=https://web.archive.org/web/20241217074210/https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf | archive-date=2024-12-17}}</ref>
| blank_name_sec2 = प्रतिव्यक्ति आय ( 2022-23 )
| blank_info_sec2 = {{INRConvert|267605|=r}}
| website = {{URL|http://yadadri.telangana.gov.in/}}
}}
'''यादाद्रि भुबनगिरि जिला''' ({{Lang-te|యాదాద్రి జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[भुबनगिरि]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="info">{{Cite web|title=District Profile|url=http://yadadri.telangana.gov.in/|website=यादाद्रि जिलाके आधिकारिक जालस्थल|accessdate=27 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161027193517/http://yadadri.telangana.gov.in/|archive-date=27 अक्तूबर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[भुबनगिरि]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:यादाद्रि भुवनगिरि जिला|*]]
[[श्रेणी:भुवनगिरि]]
h5wj1wl6tsay0e100g32cq5a4kypd0j
रङ्गारेड्डि जिला
0
14258
64840
51931
2026-08-13T18:39:33Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[रङ्गारेड्डि मण्डल]] के [[रङ्गारेड्डि जिला]] पर स्थानान्तरित कैलन
51930
wikitext
text/x-wiki
{{Infobox settlement
| name = रङ्गारेड्डि मण्डल
| native_name = {{Lang|te|రంగారెడ్డి జిల్లా}}
| other_name = रङ्गारेड्डि जिला
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके मण्डल|मण्डल]]
| image_skyline = {{Photomontage
| photo1a = Outer ring road for multi-purpose transportation.jpg
| photo2a = An Apartment park area in Miyapur.jpg
| photo2b = Gopuram at Chilkur Temple1.jpg
| photo3a = Gandipet1.jpg
| photo3b = Indian Airlines VT-SCF at Rajiv Gandhi Airport, Jan 2012 (2).jpg
| spacing = 2
| color_border = white
| color = black
| size = 280
| foot_montage = '''ऊपरेसे दक्षिणावर्त:'''<br />[[आउटर रिङ्ग रोड, हैदराबाद|आउटर रिङ्ग रोड]], [[चिल्कूर बालाजी मन्दिर]], [[राजीव गान्धी अन्तर्राष्ट्रिय विमानस्थल]], [[उस्मान सागर|उस्मान सागरके दृश्य]], [[मियापुर]]मे आवासीय भवन
}}
| nickname = '''आर आर मण्डल'''
| image_map = Ranga Reddy in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''रङ्गारेड्डि मण्डल'''
|type=shape |id=Q15388
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके रङ्गारेड्डि मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates = {{Coord|17.3|78.1|display= inline,title}}
| subdivision_type = देश
| subdivision_name = India
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 = मुख्यालय
| subdivision_name2 = [[कोङ्गर कलन]] गाँव, [[इब्राहिमपट्नम्, रङ्गारेड्डि मण्डल|इब्राहिमपट्नं मण्डल]]
| subdivision_type3 = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| subdivision_name3 = 27
| established_title = स्थापना
| established_date = 15 अगस्त 1978
| established_title1 = पुनर्निर्माण
| established_date1 = 11 अक्टूबर 2016
| founder = [[तेलङ्गाना सरकार]]
| named_for = [[के भि रङ्गारेड्डि]]
| government_type = जिलापरिषद (जिलापञ्चायत) या जिला प्रशासन
| governing_body = रङ्गारेड्डि जिलापरिषद (पञ्चायत)
| leader_title1 = जिला चुनाव आयुक्त आउ [[जिलाधिकारी]]
| leader_name1 = श्री सि नारायण रेड्डि आइएएस
| unit_pref = Metric
| area_footnotes =
| area_total_km2 = 5031
| area_rank =
| elevation_footnotes =
| elevation_m =
| population_footnotes =
| population_total = 2446265
| population_as_of = 2011
| population_rank = २रा
| population_density_km2 = 486
| population_urban = 14,20,152
| population_rural = 10,26,113
| population_demonym =
| demographics_type1 = भाषा
| demographics1_title1 = आधिकारिक
| demographics1_info1 = [[तेलुगुभाषा|तेलुगु]]
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = +५:३०
| postal_code_type = [[डाक सूचकाङ्क सङ्ख्या|पिनकोड]]
| postal_code = 500 0XX, 501 5XX, 501 2XX, 501 1XX, 509 3XX
| area_code_type = टेलीफोन कोड
| area_code = 91-, 040, 08413, 08414, 08417
| registration_plate = TG–07<ref>{{Cite web|title=District Codes|url=http://www.transport.telangana.gov.in/html/registration-districtcodes.html|publisher=तेलङ्गाना सरकार परिवहन विभाग|access-date=4 सितम्बर 2014}}</ref>
| blank_name_sec1 = नामिक जिडिपि (2022-23)
| blank_info_sec1 = {{INRConvert|283419.12|c|year=2022|mode=historical}} <ref>url=https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf</ref>
| blank1_name_sec1 = प्रतिव्यक्ति आय (2022-23)
| blank1_info_sec1 = {{INRConvert|946862|year=2022|mode=historical}}
| website = {{URL|http://rangareddy.telangana.gov.in/}}
}}
'''रङ्गारेड्डि मण्डल''' (रङ्गारेड्डि जिला; {{Lang-te|రంగారెడ్డి జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[कोङ्गर कलन्, इब्रहिमपट्नम्|कोङ्गर कलन्]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Medchal−Malkajgiri district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130732346249.Medchal.pdf|website=नया मण्डल गठनके पोर्टल|publisher=तेलङ्गाना सरकार|accessdate=23 मार्च 2017|archiveurl=https://web.archive.org/web/20161130125523/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130732346249.Medchal.pdf|archivedate=30 नवम्बर 2016}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[कोङ्गर कलन्, इब्रहिमपट्नम्|कोङ्गर कलन्]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:रङ्गारेड्डि मण्डल|*]]
[[बर्ग:इब्रहिमपट्नम्]]
{{INTERWIKI|Q15388}}
6t9i526n3h1a5aiho5mei95g7pzviu6
64864
64840
2026-08-13T18:53:26Z
ऐक्टिवेटेड्
76
64864
wikitext
text/x-wiki
{{Infobox settlement
| name = रङ्गारेड्डि मण्डल
| native_name = {{Lang|te|రంగారెడ్డి జిల్లా}}
| other_name = रङ्गारेड्डि जिला
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके जिला|जिला]]
| image_skyline = {{Photomontage
| photo1a = Outer ring road for multi-purpose transportation.jpg
| photo2a = An Apartment park area in Miyapur.jpg
| photo2b = Gopuram at Chilkur Temple1.jpg
| photo3a = Gandipet1.jpg
| photo3b = Indian Airlines VT-SCF at Rajiv Gandhi Airport, Jan 2012 (2).jpg
| spacing = 2
| color_border = white
| color = black
| size = 280
| foot_montage = '''ऊपरेसे दक्षिणावर्त:'''<br />[[आउटर रिङ्ग रोड, हैदराबाद|आउटर रिङ्ग रोड]], [[चिल्कूर बालाजी मन्दिर]], [[राजीव गान्धी अन्तर्राष्ट्रिय विमानस्थल]], [[उस्मान सागर|उस्मान सागरके दृश्य]], [[मियापुर]]मे आवासीय भवन
}}
| nickname = '''आर आर जिला'''
| image_map = Ranga Reddy in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''रङ्गारेड्डि जिला'''
|type=shape |id=Q15388
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके रङ्गारेड्डि जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates = {{Coord|17.3|78.1|display= inline,title}}
| subdivision_type = देश
| subdivision_name = India
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 = मुख्यालय
| subdivision_name2 = [[कोङ्गर कलन]] गाँव, [[इब्राहिमपट्नम्, रङ्गारेड्डि जिला|इब्राहिमपट्नं जिला]]
| subdivision_type3 = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| subdivision_name3 = 27
| established_title = स्थापना
| established_date = 15 अगस्त 1978
| established_title1 = पुनर्निर्माण
| established_date1 = 11 अक्टूबर 2016
| founder = [[तेलङ्गाना सरकार]]
| named_for = [[के भि रङ्गारेड्डि]]
| government_type = जिलापरिषद (जिलापञ्चायत) या जिला प्रशासन
| governing_body = रङ्गारेड्डि जिलापरिषद (पञ्चायत)
| leader_title1 = जिला चुनाव आयुक्त आउ [[जिलाधिकारी]]
| leader_name1 = श्री सि नारायण रेड्डि आइएएस
| unit_pref = Metric
| area_footnotes =
| area_total_km2 = 5031
| area_rank =
| elevation_footnotes =
| elevation_m =
| population_footnotes =
| population_total = 2446265
| population_as_of = 2011
| population_rank = २रा
| population_density_km2 = 486
| population_urban = 14,20,152
| population_rural = 10,26,113
| population_demonym =
| demographics_type1 = भाषा
| demographics1_title1 = आधिकारिक
| demographics1_info1 = [[तेलुगु भाषा|तेलुगु]]
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = +५:३०
| postal_code_type = [[डाक सूचकाङ्क सङ्ख्या|पिनकोड]]
| postal_code = 500 0XX, 501 5XX, 501 2XX, 501 1XX, 509 3XX
| area_code_type = टेलीफोन कोड
| area_code = 91-, 040, 08413, 08414, 08417
| registration_plate = TG–07<ref>{{Cite web|title=District Codes|url=http://www.transport.telangana.gov.in/html/registration-districtcodes.html|publisher=तेलङ्गाना सरकार परिवहन विभाग|access-date=4 सितम्बर 2014}}</ref>
| blank_name_sec1 = नामिक जिडिपि (2022-23)
| blank_info_sec1 = {{INRConvert|283419.12|c|year=2022|mode=historical}} <ref>url=https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf</ref>
| blank1_name_sec1 = प्रतिव्यक्ति आय (2022-23)
| blank1_info_sec1 = {{INRConvert|946862|year=2022|mode=historical}}
| website = {{URL|http://rangareddy.telangana.gov.in/}}
}}
'''रङ्गारेड्डि जिला''' (रङ्गारेड्डि जिला; {{Lang-te|రంగారెడ్డి జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[कोङ्गर कलन्, इब्रहिमपट्नम्|कोङ्गर कलन्]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Medchal−Malkajgiri district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130732346249.Medchal.pdf|website=नया जिला गठनके पोर्टल|publisher=तेलङ्गाना सरकार|accessdate=23 मार्च 2017|archiveurl=https://web.archive.org/web/20161130125523/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130732346249.Medchal.pdf|archivedate=30 नवम्बर 2016}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[कोङ्गर कलन्, इब्रहिमपट्नम्|कोङ्गर कलन्]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:रङ्गारेड्डि जिला|*]]
[[श्रेणी:इब्रहिमपट्नम्]]
k21f6mstn2y7w3qwb05oexkp7q8gxs2
राजधानी
0
14318
64874
52172
2026-08-13T19:12:49Z
ऐक्टिवेटेड्
76
64874
wikitext
text/x-wiki
[[सञ्चिका:Capitales con y sin mar.PNG|thumb|upright=1.5|{{Legend|#1E90FF|तटवर्ती राजधानीवाला देश}}
{{Legend|#B22222|अतटवर्ती राजधानीवाला देश}}
{{Legend|#8B0000|अतटवर्ती देश}}]]
[[सञ्चिका:Countries with multiple capitals map.PNG|thumb|upright=1.5|{{Legend|#FF0000|एकसे अधिक राजधानीवाला देश}}
{{Legend|#D78991|देश जेकर पहिले एकसे अधिक राजधानी हलै}}]]
'''राजधानी''' ऊ नगरपालिका होवहे, जेकरा कौनो देस, प्रदेस वा अन्य प्रशासनिक ईकाई अथवा क्षेत्रमे सरकारके गद्दी होवेके प्राथमिक दर्जा हासिल होवहे । राजधानी मिसाली तौरपर एगो नगर होवहे, जन्ने सम्बन्धित सरकारके कार्यालय आउ सम्मेलन-ठिकाना स्थित होवहे आउ आमतौर पर अपन बिधान वा संविधान द्वारा निर्धारित होवहे ।
== परिभाषा ==
शब्द राजधानी [[संस्कृत]]से ऐलै हे । राजधानी सामान्य तौरपर सङ्घटक क्षेत्रके सबसे बड़का नगर होवहे किन्तु कखनियो नहियो ।
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{आधार}}
[[श्रेणी:राजधानी|*]]
0np9x2vz0ocgn413tp75gp00lth8f27
राजन्न सिरिसिल्ल जिला
0
14333
64842
52223
2026-08-13T18:39:34Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[राजन्न सिरिसिल्ल मण्डल]] के [[राजन्न सिरिसिल्ल जिला]] पर स्थानान्तरित कैलन
52222
wikitext
text/x-wiki
{{Infobox settlement
| name = राजन्न सिरिसिल्ल मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|రాజన్న జిల్లా}}
| other_name = राजन्न सिरिसिल्ल जिला
| image_skyline = Sri Rajarajeshwara Temple in Akkannapet.jpg
| image_alt =
| image_caption = अक्कन्नापेटमे [[राजा राजेश्वर मन्दिर|श्री राजा राजेश्वर मन्दिर]]
| image_map = Rajanna Sircilla in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''राजन्न सिरिसिल्ल मण्डल'''
|type=shape |id=Q28172781
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके राजन्न सिरिसिल्ल मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = सिरिसिल्ल
| subdivision_type = देश
| subdivision_name = [[भारत]]
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| named_for = [[राजा राजेश्वर मन्दिर, वेमुलावाडा|राजन्ना]] (भगवान् [[शिव]])
| seat_type = मुख्यालय
| seat = [[सिरिसिल्ल]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 13
| area_total_km2 = 2019
| area_footnotes =
| population_as_of = 2016
| population_total = 552037
| population_footnotes =
| population_urban = सिरिसिल्ल आउ वेमुलावाडा
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 62.71%
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 1014
| leader_title = [[जिलाधिकारी]]
| leader_name = देवरकोण्ड कृष्ण भास्कर
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 = करीमनगर
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्र|विधानसभा क्षेत्र]]
| leader_name2 = सिरिसिल्ल, वेमुलावाडा, चोप्पाडाण्डि
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–23<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = करीमनगर-सिरिसिल्ल-कामारेड्डि; सिरिसिल्ल-सिद्दीपेट-सूर्यापेट
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|https://rajannasircilla.telangana.gov.in/}}
}}
'''राजन्न सिरिसिल्ल मण्डल''' (राजन्न सिरिसिल्ल जिला; {{Lang-te|రాజన్న జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[सिरिसिल्ल]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Rajanna district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130141822228.Rajanna.pdf|website=नया मण्डल गठनके पोर्टल|accessdate=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20170215234245/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130141822228.Rajanna.pdf|archive-date=15 फरवरी 2017|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[सिरिसिल्ल]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:राजन्न सिरिसिल्ल मण्डल|*]]
[[बर्ग:सिरिसिल्ल]]
{{INTERWIKI|Q28172781}}
r2h2fnv1552fl4pdlwp9uawd5c8jo3n
64865
64842
2026-08-13T18:53:30Z
ऐक्टिवेटेड्
76
64865
wikitext
text/x-wiki
{{Infobox settlement
| name = राजन्न सिरिसिल्ल मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|రాజన్న జిల్లా}}
| other_name = राजन्न सिरिसिल्ल जिला
| image_skyline = Sri Rajarajeshwara Temple in Akkannapet.jpg
| image_alt =
| image_caption = अक्कन्नापेटमे [[राजा राजेश्वर मन्दिर|श्री राजा राजेश्वर मन्दिर]]
| image_map = Rajanna Sircilla in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''राजन्न सिरिसिल्ल जिला'''
|type=shape |id=Q28172781
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके राजन्न सिरिसिल्ल जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = सिरिसिल्ल
| subdivision_type = देश
| subdivision_name = [[भारत]]
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| named_for = [[राजा राजेश्वर मन्दिर, वेमुलावाडा|राजन्ना]] (भगवान् [[शिव]])
| seat_type = मुख्यालय
| seat = [[सिरिसिल्ल]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 13
| area_total_km2 = 2019
| area_footnotes =
| population_as_of = 2016
| population_total = 552037
| population_footnotes =
| population_urban = सिरिसिल्ल आउ वेमुलावाडा
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 62.71%
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 1014
| leader_title = [[जिलाधिकारी]]
| leader_name = देवरकोण्ड कृष्ण भास्कर
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 = करीमनगर
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्र|विधानसभा क्षेत्र]]
| leader_name2 = सिरिसिल्ल, वेमुलावाडा, चोप्पाडाण्डि
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–23<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = करीमनगर-सिरिसिल्ल-कामारेड्डि; सिरिसिल्ल-सिद्दीपेट-सूर्यापेट
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|https://rajannasircilla.telangana.gov.in/}}
}}
'''राजन्न सिरिसिल्ल जिला''' (राजन्न सिरिसिल्ल जिला; {{Lang-te|రాజన్న జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[सिरिसिल्ल]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Rajanna district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130141822228.Rajanna.pdf|website=नया जिला गठनके पोर्टल|accessdate=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20170215234245/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130141822228.Rajanna.pdf|archive-date=15 फरवरी 2017|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[सिरिसिल्ल]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:राजन्न सिरिसिल्ल जिला|*]]
[[श्रेणी:सिरिसिल्ल]]
kezoabsuk0f00zopacoh8fweciqvryl
वनपर्ति
0
14780
64772
54271
2026-08-13T17:41:22Z
ऐक्टिवेटेड्
76
[[बनपर्ति]] तकके पुनर्निर्दशन हटावल गेलै
64772
wikitext
text/x-wiki
{{Infobox settlement
|name = वनपर्ति
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|వనపర్తి}}
|other_name =
|image = Wanaparthy palace.JPG
|image_caption = वनपर्ति नरेशके महल
|pushpin_label = वनपर्ति
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|16.361|78.063|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[वनपर्ति जिला]]
|elevation_m =
|population_total = 60949
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
|timezone1 = [[भारतीय मानक समय]]
|utc_offset1 = +५:३०
|postal_code_type = [[पिनकोड]]
|postal_code =
|area_code_type = दूरभाष कोड
|area_code =
|registration_plate =
|website =
}}
'''बनपर्ति''' ({{Lang-te|వనపర్తి}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[वनपर्ति जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[बनपर्ति जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:वनपर्ति|*]]
[[श्रेणी:वपर्ति जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
609c4bxpzwoz01jvn6lrx6i9x69hlse
वरङ्गल्
0
14788
64773
54291
2026-08-13T17:41:43Z
ऐक्टिवेटेड्
76
[[बरङ्गल्]] तकके पुनर्निर्दशन हटावल गेलै
64773
wikitext
text/x-wiki
{{Infobox settlement
|name = वरङ्गल
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|వరంగల్}}
|other_name =
|image = WarangalMontage.jpg
|image_caption = ऊपरेसे दक्षिणावर्त: गोविन्दराजुलु पहाड़से नगरदृश्य, [[काकतीय विश्वविद्यालय]], [[वरङ्गल दुर्ग]], [[सहस्त्र स्तम्भ मन्दिर]], काकतीय काल तोरणम्
|pushpin_label = वरङ्गल
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|17.98|79.60|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[वरङ्गल जिला]]
|established_title = स्थापना
|established_date = 1163 ई
|founder = [[काकतीय वंश]]
|area_total_km2 = 406.97
|area_metro_km2 = 1805
|elevation_m = 266
|population_total = 704570
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
|timezone1 = [[भारतीय मानक समय]]
|utc_offset1 = +५:३०
|postal_code_type = [[पिनकोड]]
|postal_code = 506001 – 506019
|area_code_type = दूरभाष कोड
|area_code = +91–870
|registration_plate = TS-03, AP-36 (भूतपूर्व)
|website = {{URL|http://www.gwmc.gov.in/}}
}}
'''वरङ्गल'''' ({{Lang-te|వరంగల్}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[वरङ्गल् जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे । वरङ्गल [[काकतीय वंश]]के राजधानी होवकरहलै आउ एकर स्थापना वर्ष ११६३ मे होलै । काकती द्वारा एहाँ ढेर निर्माण होलै जे आझो देखल जा सकहे, जेकरामे दुर्ग, झील, मन्दिर, पत्थरके बनल [[तोरण]] इत्यादि हे । आज ई एक पर्यटक गन्तव्य हे आउ काकतीय काल तोरनं के तेलङ्गानाके राजचिन्ह चुनल गेलै हे । वरङ्गलके तेलङ्गानाके सांस्कृतिक राजधानी कहल जा हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== उत्पत्ति ==
वरङ्गल् या वरङ्कल् [[तेलुगु भाषा|तेलगु]] शब्द 'ओरुकल्' या ओरुगल्सु के [[अपभ्रंश]] हे, जेकर अर्थ हे 'एक शिला' । एकरासे तात्पर्य ऊ विशाल अकेला चट्टानसे हे जेकरा पर ककातीय नरेशके समयके बनवावल दुर्ग अवस्थित हे । कुछ अभिलेखसे ज्ञात होवहे कि [[संस्कृत]]मे ई स्थानके ई नाम एवं पर्यायो प्रचलित हल–एकोपल, एकशिला, एकोपलपुरी या एकोपलपुरम् । रघुनाथ भास्करके कोशमे एकशिलानगर, एकशालिगर, एकशिलापाटन–ये नामो भेटहे । टालमी द्वारा उल्लिखित कोरुनकुल वरङ्गले जान पड़हे ।
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[वरङ्गल् जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:वरङ्गल्|*]]
[[श्रेणी:वरङ्गल् जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
6ej1h2chdeurcie7mxup1ec7be7ztvo
विकाराबाद
0
14866
64763
54587
2026-08-13T17:39:00Z
ऐक्टिवेटेड्
76
64763
wikitext
text/x-wiki
{{Infobox settlement
|name = विकाराबाद
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|తాండూరు}}
|other_name =
|image = Rural Road near Vikarabad.jpg
|image_caption = विकाराबादमे ग्राणीण सड़क
|pushpin_label = विकाराबाद
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|17.337|77.903|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[विकाराबाद जिला]]
|elevation_m = 638
|population_total = 53143
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
|timezone1 = [[भारतीय मानक समय]]
|utc_offset1 = +५:३०
|postal_code_type = [[पिनकोड]]
|postal_code = 501101
|area_code_type = दूरभाष कोड
|area_code = 08416
|registration_plate = TS-34
|website =
}}
'''बिकाराबाद''' ({{Lang-te|తాండూరు}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[विकाराबाद जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[विकाराबाद जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:विकाराबाद|*]]
[[श्रेणी:विकाराबाद जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
r19wicqnkepi940rq9s7q1b5xcvqpxe
विकाराबाद जिला
0
14867
64866
54592
2026-08-13T18:53:33Z
ऐक्टिवेटेड्
76
64866
wikitext
text/x-wiki
{{Infobox settlement
| name = बिकाराबाद मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|వికారాబాదు జిల్లా}}
| other_name = विकाराबाद जिला
| image_skyline = {{Photomontage
| photo1a = Anantha Padmanabha Swamy Temple, Vikarabad, Anantahagiri Hills, Andhra Pradesh India.JPG
| photo2a = Ananthagiri forest in AP W IMG 9371.jpg
| spacing = 2
| color_border = white
| color = black
| size = 280
}}
| image_caption = ऊपरे: [[अनन्त पद्मनाभस्वामि मन्दिर]]<br/>नीचे: [[अनन्तगिरि पहाड़ी, विकाराबाद जिला|अनन्तगिरि पहाड़ी]]
| image_map = Vikarabad in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''विकाराबाद जिला'''
|type=shape |id=Q28170173
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके विकाराबाद जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = विकाराबाद
| subdivision_type = देश
| subdivision_name = {{IND}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date = 11-10-2016
| seat_type = मुख्यालय
| seat = [[विकाराबाद]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 20
| area_total_km2 = 3,386.00
| area_footnotes =
| population_as_of = 2011
| population_total = 9,27,140
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = प्रतीक जैन आइएएस
| leader_title1 = [[भारतके संसद्|संसदीय]] निर्वाचन क्षेत्र
| leader_name1 = चेवेल्ल, महबूबनगर
| leader_title2 = [[तेलङ्गाना विधानसभाके निर्वाचन क्षेत्र|विधानसभा क्षेत्र]]
| leader_name2 = विकाराबाद, तन्दूर परिगि, कोडण्गल, चेवेल्ल (भाग)
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–34<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TG 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 =
| blank_info_sec1 =
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|https://vikarabad.telangana.gov.in/}}
}}
'''बिकाराबाद जिला''' ({{Lang-te|వికారాబాదు జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[बिकाराबाद]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Vikarabad district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130690987248.Vikarabad.pdf|website=नया जिला गठनके पोर्टल|publisher=तेलङ्गाना सरकार|accessdate=23 मार्च 2017|archiveurl=https://web.archive.org/web/20161012075154/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130690987248.Vikarabad.pdf|archivedate=12 अक्तूबर 2016|url-status=bot: unknown}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[विकाराबाद]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:विकाराबाद जिला|*]]
[[श्रेणी:विकाराबाद]]
c6ytwy3mlbcng97tfycpvjae1g4tgbd
षामीर्पेट
0
15367
64764
56869
2026-08-13T17:39:11Z
ऐक्टिवेटेड्
76
[[षामीर्पेट्]] तकके पुनर्निर्दशन हटावल गेलै
64764
wikitext
text/x-wiki
{{Infobox settlement
| name = षामीर्पेट्
| settlement_type = [[तेलङ्गानाके नगर|नगर]]
| native_name = {{Lang|te|షామీర్పేట్}}
| other_name =
| image_skyline =
| image_alt =
| image_caption = षामीर्पेट् झील
| nickname =
| pushpin_map = भारत तेलङ्गाना#भारत
| pushpin_label_position = right
| pushpin_map_alt =
| pushpin_map_caption = तेलङ्गानामे स्थिति
| coordinates = {{Coord|17|35|30|N|78|34|56|E|region:IN_type:city_source:kolossus-tewiki|display=title}}
| subdivision_type = देश
| subdivision_name = {{IND}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_type2 = [[तेलङ्गानाके जिला|जिला]]
| subdivision_type3 = महानगर
| subdivision_name1 = [[तेलङ्गाना]]
| subdivision_name2 = [[मेड्चल मल्काजगिरि जिला]]
| subdivision_name3 = [[हैदराबाद महानगरीय क्षेत्र]]
| established_title = <!-- स्थापना -->
| established_date =
| founder =
| named_for =
| government_type = ग्रामपञ्चायत
| governing_body = षामीर्पेट् ग्रामपञ्चायती
| unit_pref = Metric
| area_footnotes =
| area_total_km2 = 146.17
| area_rank =
| elevation_footnotes =
| elevation_m =
| population_total = 93865
| population_as_of = 2020
| population_metro = 250000
| population_footnotes =
| population_density_km2 = 642
| population_rank =
| population_demonym =
| demographics_type1 = भाषा
| demographics1_title1 = आधिकारिक
| demographics1_info1 = [[तेलुगु भाषा|तेलुगु]]
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = +५:३०
| postal_code_type = [[डाक सूचक सङ्ख्या|पिनकोड]]
| postal_code = 500078
| registration_plate = TS-08
| website =
| footnotes =
}}
'''षामीर्पेट''' ({{Lang-te|షామీర్పేట్}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[मेड्चल मल्काजगिरि जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[मेड्चल मल्काजगिरि जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:षामीर्पेट|*]]
[[श्रेणी:मेड्चल मल्काजगिरि जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
928mrm4kpqsigqhly6k45dhdwaeo8td
षामीर्पेट्
0
15368
64765
56872
2026-08-13T17:39:14Z
ऐक्टिवेटेड्
76
[[षामीर्पेट]] के पुनर्निर्देशित
64765
wikitext
text/x-wiki
#REDIRECT [[षामीर्पेट]]
c0y8tlpog5uwzf5x06fupj9yi87yda8
सङ्गारेड्डि
0
15457
64766
57201
2026-08-13T17:39:23Z
ऐक्टिवेटेड्
76
64766
wikitext
text/x-wiki
{{Infobox settlement
|name = सङ्गारेड्डि
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|సంగారెడ్డి}}
|other_name =
|image = SRDcollectorate.jpg
|image_caption = सङ्गारेड्डि कलेक्टोरेट भवन
|pushpin_label = सङ्गारेड्डि
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|17.6294|78.0917|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[सङ्गारेड्डि जिला]]
|elevation_m = 496
|population_total = 72344
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
|timezone1 = [[भारतीय मानक समय|भामस]]
|utc_offset1 = +५:३०
|postal_code_type = [[पिनकोड]]
|postal_code = 502001
|area_code_type = दूरभाष कोड
|area_code = 08455
|registration_plate = TS 15
|website =
}}
'''सङ्गारेड्डि''' ({{Lang-te|సంగారెడ్డి}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[सङ्गारेड्डि जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[सङ्गारेड्डि जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:सङ्गारेड्डि|*]]
[[श्रेणी:सङ्गारेड्डि जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
gdgr8lwsx0uh7ox8hwf8am5ue85lh2p
सङ्गारेड्डि जिला
0
15458
64852
57206
2026-08-13T18:40:23Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[सङ्गारेड्डि मण्डल]] के [[सङ्गारेड्डि जिला]] पर स्थानान्तरित कैलन
57205
wikitext
text/x-wiki
{{Infobox settlement
| name = सङ्गारेड्डि मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|సంగారెడ్డి జిల్లా}}
| other_name = सङ्गारेड्डि जिला
| image_skyline = 11th century Ramalingeshwara Temple, Nandikandi, Telangana, Kalyani Chalukyas - 12.jpg
| image_caption = रामलिङ्गेश्वर मन्दिर, नन्दिकण्डी
| image_map = Sangareddy in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''सङ्गारेड्डि मण्डल'''
|type=shape |id=Q28169753
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके सङ्गारेड्डि मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates = 17.780532, 77.892057
| coor_pinpoint = सङ्गारेड्डि
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| subdivision_name2 = 28
| established_title = गठन
| established_date = {{Start date and age|2016|10|11|df=y|p=y}}<ref>[https://sangareddy.telangana.gov.in/ District Sangareddy, Government of Telangana | India<!-- Bot generated title -->]</ref>
| seat_type = मुख्यालय
| seat = [[सङ्गारेड्डि]]
| parts_type = [[तेलङ्गानामे राजस्व विभागके सूची|राजस्व विभाग]]
| parts_style = para
| p1 = [[तेलङ्गानामे राजस्व विभागके सूची|०४]] {{Bulleted list|[[तेलङ्गानामे राजस्व विभागके सूची|जहीराबाद राजस्व प्रभाग]] |[[तेलङ्गानामे राजस्व विभागके सूची|नारायणखेड राजस्व प्रभाग]] |[[तेलङ्गानामे राजस्व विभागके सूची|सङ्गारेड्डि राजस्व प्रभाग]] |[[तेलङ्गानामे राजस्व विभागके सूची|जोगीपेट-अण्डोले राजस्व प्रभाग]]}}
| area_total_km2 = 4996.46
| area_footnotes =
| population_as_of = 2015
| population_total = 1526026
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाध्यक्ष]]
| leader_name = श्रीमती वल्लुरु क्रान्ति आइएएस
| leader_title1 =
| leader_name1 =
| leader_title2 =
| leader_name2 =
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG 15
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = {{Unbulleted list|[[राष्ट्रिय राजमार्ग १६१ (भारत)|राष्ट्रिय राजमार्ग १६१]]|[[राष्ट्रिय राजमार्ग ६५ (भारत)|राष्ट्रिय राजमार्ग ६५]]}}
| blank1_name_sec1 = प्रतिव्यक्ति आय (2022-23)
| blank1_info_sec1 = {{INRConvert|322394|year=2022|mode=historical}}
| blank_name_sec2 = नामिक जिडिपि (2022-23)
| blank_info_sec2 = {{INRConvert|60401.37|c|year=2022|mode=historical}} <ref>{{Cite web | title=Archived copy | url=https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf | archive-url=https://web.archive.org/web/20241217074210/https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf | archive-date=2024-12-17}}</ref>
| website = {{URL|https://sangareddy.telangana.gov.in/}}
| founder = [[तेलङ्गाना सरकार]]
| government_type = जिलापञ्चायत
| governing_body = सङ्गारेड्डि जिलापञ्चायत
}}
'''सङ्गारेड्डि मण्डल''' (सङ्गारेड्डि जिला; {{Lang-te|సంగారెడ్డి జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[सङ्गारेड्डि]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Sangareddy district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130425566239.Sangareddy.pdf|website=नया मण्डल गठनके पोर्टल|accessdate=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161013222107/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130425566239.Sangareddy.pdf|archive-date=13 अक्तूबर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[सङ्गारेड्डि]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:सङ्गारेड्डि मण्डल|*]]
[[बर्ग:सङ्गारेड्डि]]
{{INTERWIKI|Q28169753}}
jytf4rcp90xnkg45ku0w1i4x0jqcwmc
64867
64852
2026-08-13T18:53:38Z
ऐक्टिवेटेड्
76
64867
wikitext
text/x-wiki
{{Infobox settlement
| name = सङ्गारेड्डि मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|సంగారెడ్డి జిల్లా}}
| other_name = सङ्गारेड्डि जिला
| image_skyline = 11th century Ramalingeshwara Temple, Nandikandi, Telangana, Kalyani Chalukyas - 12.jpg
| image_caption = रामलिङ्गेश्वर मन्दिर, नन्दिकण्डी
| image_map = Sangareddy in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''सङ्गारेड्डि जिला'''
|type=shape |id=Q28169753
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके सङ्गारेड्डि जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates = 17.780532, 77.892057
| coor_pinpoint = सङ्गारेड्डि
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| subdivision_name2 = 28
| established_title = गठन
| established_date = {{Start date and age|2016|10|11|df=y|p=y}}<ref>[https://sangareddy.telangana.gov.in/ District Sangareddy, Government of Telangana | India<!-- Bot generated title -->]</ref>
| seat_type = मुख्यालय
| seat = [[सङ्गारेड्डि]]
| parts_type = [[तेलङ्गानामे राजस्व विभागके सूची|राजस्व विभाग]]
| parts_style = para
| p1 = [[तेलङ्गानामे राजस्व विभागके सूची|०४]] {{Bulleted list|[[तेलङ्गानामे राजस्व विभागके सूची|जहीराबाद राजस्व प्रभाग]] |[[तेलङ्गानामे राजस्व विभागके सूची|नारायणखेड राजस्व प्रभाग]] |[[तेलङ्गानामे राजस्व विभागके सूची|सङ्गारेड्डि राजस्व प्रभाग]] |[[तेलङ्गानामे राजस्व विभागके सूची|जोगीपेट-अण्डोले राजस्व प्रभाग]]}}
| area_total_km2 = 4996.46
| area_footnotes =
| population_as_of = 2015
| population_total = 1526026
| population_footnotes =
| population_urban =
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाध्यक्ष]]
| leader_name = श्रीमती वल्लुरु क्रान्ति आइएएस
| leader_title1 =
| leader_name1 =
| leader_title2 =
| leader_name2 =
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG 15
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = {{Unbulleted list|[[राष्ट्रिय राजमार्ग १६१ (भारत)|राष्ट्रिय राजमार्ग १६१]]|[[राष्ट्रिय राजमार्ग ६५ (भारत)|राष्ट्रिय राजमार्ग ६५]]}}
| blank1_name_sec1 = प्रतिव्यक्ति आय (2022-23)
| blank1_info_sec1 = {{INRConvert|322394|year=2022|mode=historical}}
| blank_name_sec2 = नामिक जिडिपि (2022-23)
| blank_info_sec2 = {{INRConvert|60401.37|c|year=2022|mode=historical}} <ref>{{Cite web | title=Archived copy | url=https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf | archive-url=https://web.archive.org/web/20241217074210/https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf | archive-date=2024-12-17}}</ref>
| website = {{URL|https://sangareddy.telangana.gov.in/}}
| founder = [[तेलङ्गाना सरकार]]
| government_type = जिलापञ्चायत
| governing_body = सङ्गारेड्डि जिलापञ्चायत
}}
'''सङ्गारेड्डि जिला''' ({{Lang-te|సంగారెడ్డి జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[सङ्गारेड्डि]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Sangareddy district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130425566239.Sangareddy.pdf|website=नया जिला गठनके पोर्टल|accessdate=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161013222107/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130425566239.Sangareddy.pdf|archive-date=13 अक्तूबर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[सङ्गारेड्डि]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:सङ्गारेड्डि जिला|*]]
[[श्रेणी:सङ्गारेड्डि]]
1dvz15reqow9kr9x5xvx8hlagwf4yel
सिद्दिपेट
0
15789
64767
58501
2026-08-13T17:39:26Z
ऐक्टिवेटेड्
76
64767
wikitext
text/x-wiki
{{Infobox settlement
|name = सिद्दिपेट
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|సిద్ధిపేట}}
|other_name =
|image = Municipal corporation of siddipet.jpg
|image_caption = सिद्दिपेट नगरनिगम
|pushpin_label = सिद्दिपेट
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|18.104|78.851|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[सिद्दिपेट जिला]]
|elevation_m = 675
|population_total = 66737
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
|timezone1 = [[भारतीय मानक समय|भामस]]
|utc_offset1 = +५:३०
|postal_code_type = [[पिनकोड]]
|postal_code = 502103
|area_code_type = दूरभाष कोड
|area_code = 08457
|registration_plate = TS-36
|website =
}}
'''सिद्दिपेट''' ({{Lang-te|సిద్ధిపేట}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[सिद्दिपेट जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[सिद्दिपेट जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:सिद्दिपेट|*]]
[[श्रेणी:सिद्दिपेट जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
furhe4ncpnb0atgarzbuh8wqw0iatww
सिद्दिपेट जिला
0
15790
64850
58506
2026-08-13T18:39:48Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[सिद्दिपेट मण्डल]] के [[सिद्दिपेट जिला]] पर स्थानान्तरित कैलन
58505
wikitext
text/x-wiki
{{Infobox settlement
| name = सिद्दिपेट मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|సిద్దిపేట జిల్లా}}
| other_name = सिद्दिपेट जिला
| image_map = Siddipet in Telangana (India).svg
| image_skyline = Lakshmi Narasimha Swamy temple, Bejjanki Telangana - 102.jpg
| image_caption = लक्ष्मी नरसिंह मन्दिर, [[बेज्जङ्की]]
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''सिद्दिपेट मण्डल'''
|type=shape |id=Q28169756
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके सिद्दिपेट मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = सिद्दिपेट
| subdivision_type = देश
| subdivision_name = [[भारत]]
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = गठन
| established_date = {{Start date|2016|10|11|df=y}}
| seat_type = मुख्यालय
| seat = [[सिद्दिपेट]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 26
| area_total_km2 = 3842.33
| area_footnotes =
| population_as_of = 2011
| population_total = 1012065
| population_footnotes = <ref>{{Cite web|url=http://www.censusindia.gov.in/pca/SearchDetails.aspx?Id=647336|title=Search Details Here|publisher=भारतके महापञ्जीयक एवं जनगणना आयुक्तके कार्यालय; गृहमन्त्रालय, भारत सरकार |website=भारतके जनगणना २०११ |access-date=10 सितम्बर 2019}}</ref>
| population_urban =
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = श्री मिक्कीलिनेनी मनु चौधरी, [[भारतीय प्रशासनिक सेवा|आइएएस]]
| leader_title1 = [[विधानसभा सदस्य]]
| leader_name1 = [[टि हरीश राव]], [[भारत राष्ट्रसमिति|बिआरएस]]
| leader_title2 =
| leader_name2 =
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG 36
| blank_name_sec1 = नामिक जिडिपि (2022-23)
| blank_info_sec1 = {{INRConvert|28029.91|c|year=2023}} <ref>{{Cite web| title=Telangana Socio Economic Outlook 2024 | url=https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf | archive-url=https://web.archive.org/web/20241217074210/https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf | archive-date=2024-12-17}}</ref>
| blank_name_sec2 = प्रतिव्यक्ति आय ( 2022-23 )
| blank_info_sec2 = {{INRConvert|235218|=r}}
| website = {{URL|http://siddipet.telangana.gov.in/}}
| official_name =
}}
'''सिद्दिपेट मण्डल''' (सिद्दिपेट जिला; {{Lang-te|సిద్దిపేట జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[सिद्दिपेट]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Siddipet district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130446573240.Siddipet.pdf|website=नया मण्डल गठनके पोर्टल|accessdate=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011225703/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130446573240.Siddipet.pdf|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[सिद्दिपेट]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:सिद्दिपेट मण्डल|*]]
[[बर्ग:सिद्दिपेट]]
{{INTERWIKI|Q28169756}}
d38sqx6xdvum8gs3h5u54ksotxv52zs
64868
64850
2026-08-13T18:53:42Z
ऐक्टिवेटेड्
76
64868
wikitext
text/x-wiki
{{Infobox settlement
| name = सिद्दिपेट मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|సిద్దిపేట జిల్లా}}
| other_name = सिद्दिपेट जिला
| image_map = Siddipet in Telangana (India).svg
| image_skyline = Lakshmi Narasimha Swamy temple, Bejjanki Telangana - 102.jpg
| image_caption = लक्ष्मी नरसिंह मन्दिर, [[बेज्जङ्की]]
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''सिद्दिपेट जिला'''
|type=shape |id=Q28169756
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके सिद्दिपेट जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = सिद्दिपेट
| subdivision_type = देश
| subdivision_name = [[भारत]]
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = गठन
| established_date = {{Start date|2016|10|11|df=y}}
| seat_type = मुख्यालय
| seat = [[सिद्दिपेट]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 26
| area_total_km2 = 3842.33
| area_footnotes =
| population_as_of = 2011
| population_total = 1012065
| population_footnotes = <ref>{{Cite web|url=http://www.censusindia.gov.in/pca/SearchDetails.aspx?Id=647336|title=Search Details Here|publisher=भारतके महापञ्जीयक एवं जनगणना आयुक्तके कार्यालय; गृहमन्त्रालय, भारत सरकार |website=भारतके जनगणना २०११ |access-date=10 सितम्बर 2019}}</ref>
| population_urban =
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = श्री मिक्कीलिनेनी मनु चौधरी, [[भारतीय प्रशासनिक सेवा|आइएएस]]
| leader_title1 = [[विधानसभा सदस्य]]
| leader_name1 = [[टि हरीश राव]], [[भारत राष्ट्रसमिति|बिआरएस]]
| leader_title2 =
| leader_name2 =
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG 36
| blank_name_sec1 = नामिक जिडिपि (2022-23)
| blank_info_sec1 = {{INRConvert|28029.91|c|year=2023}} <ref>{{Cite web| title=Telangana Socio Economic Outlook 2024 | url=https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf | archive-url=https://web.archive.org/web/20241217074210/https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf | archive-date=2024-12-17}}</ref>
| blank_name_sec2 = प्रतिव्यक्ति आय ( 2022-23 )
| blank_info_sec2 = {{INRConvert|235218|=r}}
| website = {{URL|http://siddipet.telangana.gov.in/}}
| official_name =
}}
'''सिद्दिपेट जिला''' ({{Lang-te|సిద్దిపేట జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[सिद्दिपेट]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Siddipet district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130446573240.Siddipet.pdf|website=नया जिला गठनके पोर्टल|accessdate=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011225703/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130446573240.Siddipet.pdf|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[सिद्दिपेट]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:सिद्दिपेट जिला|*]]
[[श्रेणी:सिद्दिपेट]]
4lz2jtw66tu0n6t1puas1uofvpm6pyc
सिरिसिल्ल
0
15845
64768
58706
2026-08-13T17:39:34Z
ऐक्टिवेटेड्
76
64768
wikitext
text/x-wiki
{{Infobox settlement
|name = सिरिसिल्ल
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|సిరిసిల్ల}}
|other_name =
|image =
|image_caption =
|pushpin_label = सिरिसिल्ल
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|18.38|78.83|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[राजन्न सिरिसिल्ल जिला]]
|population_total = 83186
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
|timezone1 = [[भारतीय मानक समय]]
|utc_offset1 = +5:30
}}
'''सिरिसिल्ल''' ({{Lang-te|సిరిసిల్ల}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[राजन्न सिरिसिल्ल जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[राजन्न सिरिसिल्ल जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:सिरिसिल्ल|*]]
[[श्रेणी:राजन्न सिरिसिल्ल जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
qshlf3vlxd7okr51zgcknure2dbht2d
सूर्यापेट
0
15987
64769
59335
2026-08-13T17:39:42Z
ऐक्टिवेटेड्
76
64769
wikitext
text/x-wiki
{{Infobox settlement
| name = सूर्यापेट
| settlement_type = [[तेलङ्गानाके नगर|नगर]]
| native_name = {{Lang|te|సూర్యాపేట}}
| image = Suryapet City Overview.jpg
| pushpin_label = सूर्यापेट
| pushpin_map = भारत तेलङ्गाना#भारत
| coordinates = {{Coord|17.1415|N|79.6236|E|display=inline}}
| pushpin_map_caption = सूर्यापेट (तेलङ्गाना)
| subdivision_type = देश
| subdivision_name = {{IND}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाना]]
| subdivision_type2 = [[तेलङ्गानाके जिला|जिला]]
| subdivision_name2 = [[सूर्यापेट जिला|सूर्यापेट]]
| population_total = 105250
| population_as_of = 2011
| demographics_type1 = भाषा
| demographics1_title1 = आधिकारिक
| demographics1_info1 = [[तेलुगु भाषा|तेलुगु]]
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = +५:३०
| postal_code_type = [[पिनकोड]]
| postal_code = 508213
| area_code = 91-8684
| registration_plate = TG–29
| website = {{URL|http://suryapetmunicipality.telangana.gov.in/}}
| governing_body = सूर्यापेट नगरपालिका
| leader_title = [[विधायक]]
| leader_name = [[गुण्टकण्डल जगदीश रेड्डी]]
| leader_party = [[भारत राष्ट्र समिति|बिआरएस]]
| area_total_km2 = 35
| elevation_m = 178
| population_rank = [[भारतके सर्वाधिक जनसङ्ख्या वाला नगरके सूची|२०६मा (भारत)]]<br>११मा (तेलङ्गाना)
| blank_name_sec1 = [[लिङ्गानुपात]]
| blank_info_sec1 = १००० [[नर|♂]]/९२३ [[स्त्री|♀]]
| blank1_name_sec1 = [[साक्षरता]]
| blank1_info_sec1 = ८४.८८%
}}
'''सूर्यापेट''' ({{Lang-te|సూర్యాపేట}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[सूर्यापेट जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे । [[भारत सरकार]] ई नगरके अमृत योजना द्वारा विकसित कैलक हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref> [[स्वच्छ सर्वेक्षण २०१७]] के अनुसार सूर्यापेट [[दक्षिणभारत]]के सबसे स्वच्छ नगर हे । एकरा "तेलङ्गानाके द्वार" के नामोसे जानल जा हे । सूर्यापेट [[हैदराबाद]]के १३४ किमी पूर्व एवं [[विजयवाडा]]के १३८ किमी पश्चिम दन्ने स्थित हे ।
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[सूर्यापेट जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:सूर्यापेट|*]]
[[श्रेणी:सूर्यापेट जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
c89p2wgf6ue0dn83vbqp912yj1fzj7l
सूर्यापेट जिला
0
15988
64848
59340
2026-08-13T18:39:47Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[सूर्यापेट मण्डल]] के [[सूर्यापेट जिला]] पर स्थानान्तरित कैलन
59339
wikitext
text/x-wiki
{{Infobox settlement
| name = सूर्यापेट मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|సూర్యాపేట జిల్లా}}
| other_name = सूर्यापेट जिला
| image_skyline = Erakesvara temple, Pillalamarri, Suryapet district, Telangana 02.jpg
| image_caption = [[एराकेस्वर मन्दिर, पिल्लालमर्री|एराकेश्वर मन्दिर]], [[पिल्लालमर्री]]
| image_map = Suryapet in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''सूर्यापेट मण्डल'''
|type=shape |id=Q28169770
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके सूर्यापेट मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = सूर्यापेट
| subdivision_type = देश
| subdivision_name = [[भारत]]
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date = 2016
| seat_type = मुख्यालय
| seat = [[सूर्यापेट]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 23
| area_total_km2 = 3607
| area_footnotes =
| population_as_of = 2011
| population_total = 10,99,560
| population_footnotes =
| population_urban = 15.56%
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 64.11%
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 996
| leader_title = [[जिलाधिकारी]]
| leader_name = तेजस नन्दलाल पवार
[[भारतीय प्रशासनिक सेवा|आइएएस]]
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 = नल्गोण्ड आउ भुवनगिरि
| leader_title2 =
| leader_name2 =
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–29<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = रारा-६५, रारा १६७, रारा-३६५बि, रारा-३६५बिबि आउ राज्यमार्ग-४२
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|http://suryapet.telangana.gov.in/}}
}}
'''सूर्यापेट मण्डल''' (सूर्यापेट जिला; {{Lang-te|సూర్యాపేట జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[सूर्यापेट]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Suryapet district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130644554246.Suryapet.pdf|website=नया मण्डल गठनके पोर्टल|accessdate=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011225153/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130644554246.Suryapet.pdf|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[सूर्यापेट]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:सूर्यापेट मण्डल|*]]
[[बर्ग:सूर्यापेट]]
{{INTERWIKI|Q28169770}}
o07o74n6oqy2gxlawe6uvoqyxrjd5to
64869
64848
2026-08-13T18:53:46Z
ऐक्टिवेटेड्
76
64869
wikitext
text/x-wiki
{{Infobox settlement
| name = सूर्यापेट मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|సూర్యాపేట జిల్లా}}
| other_name = सूर्यापेट जिला
| image_skyline = Erakesvara temple, Pillalamarri, Suryapet district, Telangana 02.jpg
| image_caption = [[एराकेस्वर मन्दिर, पिल्लालमर्री|एराकेश्वर मन्दिर]], [[पिल्लालमर्री]]
| image_map = Suryapet in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''सूर्यापेट जिला'''
|type=shape |id=Q28169770
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके सूर्यापेट जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = सूर्यापेट
| subdivision_type = देश
| subdivision_name = [[भारत]]
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date = 2016
| seat_type = मुख्यालय
| seat = [[सूर्यापेट]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 23
| area_total_km2 = 3607
| area_footnotes =
| population_as_of = 2011
| population_total = 10,99,560
| population_footnotes =
| population_urban = 15.56%
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 64.11%
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 996
| leader_title = [[जिलाधिकारी]]
| leader_name = तेजस नन्दलाल पवार
[[भारतीय प्रशासनिक सेवा|आइएएस]]
| leader_title1 = [[भारत संसद्|संसद्]] निर्वाचन क्षेत्र
| leader_name1 = नल्गोण्ड आउ भुवनगिरि
| leader_title2 =
| leader_name2 =
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–29<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|access-date=11 अक्टूबर 2016|work=Timesalert.com|date=11 अक्टूबर 2016}}</ref>
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = रारा-६५, रारा १६७, रारा-३६५बि, रारा-३६५बिबि आउ राज्यमार्ग-४२
| blank_name_sec2 =
| blank_info_sec2 =
| website = {{URL|http://suryapet.telangana.gov.in/}}
}}
'''सूर्यापेट जिला''' ({{Lang-te|సూర్యాపేట జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[सूर्यापेट]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 अक्तूबर 2016|work=Timesalert.com|date=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Suryapet district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130644554246.Suryapet.pdf|website=नया जिला गठनके पोर्टल|accessdate=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011225153/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130644554246.Suryapet.pdf|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[सूर्यापेट]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:सूर्यापेट जिला|*]]
[[श्रेणी:सूर्यापेट]]
qfm6fzvzen735ztpzesj525hd21zf7q
हनुमकोण्ड
0
16136
64770
59871
2026-08-13T17:39:49Z
ऐक्टिवेटेड्
76
64770
wikitext
text/x-wiki
{{Infobox settlement
|name = हनुमकोण्ड
|settlement_type = [[तेलङ्गानाके नगर|नगर]]
|native_name = {{Lang|te|హనుమకొండ}}
|other_name =
|image = View of Hanumakonda 1.jpg
|image_caption = हनुमकोण्डके दृश्य
|pushpin_label = हनुमकोण्ड
|pushpin_map = भारत तेलङ्गाना
|coordinates = {{Coord|18.017|79.633|display=inline, title}}
|pushpin_map_caption = तेलङ्गानामे स्थिति
|subdivision_type = देश
|subdivision_name = {{IND}}
|subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
|subdivision_name1 = [[तेलङ्गाना]]
|subdivision_type2 = [[तेलङ्गानाके जिला|तेलङ्गाना]]
|subdivision_name2 = [[हनुमकोण्ड जिला]]
|elevation_m = 1200
|population_total =
|population_as_of = 2011
|demographics_type1 = भाषा
|demographics1_title1= प्रचलित
|demographics1_info1= [[तेलुगु भाषा|तेलुगु]]
|timezone1 = [[भारतीय मानक समय]]
|utc_offset1 = +५:३०
|postal_code_type = [[पिनकोड]]
|postal_code = 506001
|area_code_type = दूरभाष कोड
|area_code =
|registration_plate =
|website =
}}
'''हनुमकोण्ड''' ({{Lang-te|హనుమకొండ}}) [[भारत]]के [[तेलङ्गाना]] राज्यके [[हनुमकोण्ड जिला]]मे स्थित एगो नगर हे । ई जिलाके मुख्यालयो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
== एकरो देखी ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[हनुमकोण्ड जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:हनुमकोण्ड|*]]
[[श्रेणी:हनुमकोण्ड जिला]]
[[श्रेणी:तेलङ्गानाके नगर]]
7stdt5gnkw09idbcz69e93sqyd1rpwk
हनुमकोण्ड जिला
0
16137
64846
59876
2026-08-13T18:39:46Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[हनुमकोण्ड मण्डल]] के [[हनुमकोण्ड जिला]] पर स्थानान्तरित कैलन
59875
wikitext
text/x-wiki
{{Infobox settlement
| name = हनुमकोण्ड मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके मण्डल|मण्डल]]
| total_type = कुल
| native_name = {{Lang|te|హనుమకొండ జిల్లా}}
| other_name = हनुमकोण्ड जिला
| image_skyline = 12th century Thousand Pillar temple, Hanumkonda, Telangana, India - 03.jpg
| image_caption = [[हनुमाकोण्ड]]मे [[हजार स्तम्भ मन्दिर]]
| image_map = Warangal Urban in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''हनुमकोण्ड मण्डल'''
|type=shape |id=Q213077
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके हनुमकोण्ड मण्डल
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = वाराङ्गल्
| subdivision_type = देश
| subdivision_name = {{IND}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[हनुमकोण्ड]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 14
| area_total_km2 = 1309
| area_footnotes =
| population_as_of = 2011
| population_total = 1080858
| population_footnotes =
| population_urban = 740507
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = पि प्रवीण्या आइएएस
| leader_title1 =
| leader_name1 =
| leader_title2 = [[तेलङ्गाना विधानसभा|विधानसभा क्षेत्र]]
| leader_name2 = 3
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–03<ref>{{Cite web|url=http://www.sakshipost.com/telangana/2016/10/13/vehicle-registration-codes-for-new-districts-in-telangana|title = Telugu States Latest News, Breaking News, News Headlines, Live Updates, Today Top News}}</ref><ref>{{Cite news|title=Vehicle Registration Codes For New Districts In Telangana|url=http://www.sakshipost.com/telangana/2016/10/13/vehicle-registration-codes-for-new-districts-in-telangana|access-date=13 अक्टूबर 2016|work=साक्षीपोस्ट्}}</ref>
| website = {{URL|https://hanumakonda.telangana.gov.in}}
}}
'''हनुमकोण्ड मण्डल''' (हनुमकोण्ड जिला; {{Lang-te|హనుమకొండ జిల్లా}}), जेकर भूतपूर्व नाम '''वारङ्गल् (नगरीय) मण्डल''' हलै, [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । एकर मुख्यालय [[हनुमकोण्ड]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 October 2016|work=Timesalert.com|date=11 October 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Warangal (rural) district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130220055231.Warangal%20U.pdf|website=New Districts Formation Portal|accessdate=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011223505/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130220055231.Warangal%20U.pdf|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[हनुमकोण्ड]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:हनुमकोण्ड मण्डल|*]]
[[बर्ग:हनुमकोण्ड]]
{{INTERWIKI|Q213077}}
kwlmh09c4as803eudogqbtkvlodlp6f
64870
64846
2026-08-13T18:53:50Z
ऐक्टिवेटेड्
76
64870
wikitext
text/x-wiki
{{Infobox settlement
| name = हनुमकोण्ड मण्डल
| settlement_type = [[तेलङ्गाना]]के [[तेलङ्गानाके जिला|जिला]]
| total_type = कुल
| native_name = {{Lang|te|హనుమకొండ జిల్లా}}
| other_name = हनुमकोण्ड जिला
| image_skyline = 12th century Thousand Pillar temple, Hanumkonda, Telangana, India - 03.jpg
| image_caption = [[हनुमाकोण्ड]]मे [[हजार स्तम्भ मन्दिर]]
| image_map = Warangal Urban in Telangana (India).svg
| image_map1 = {{Maplink |frame=yes
|frame-width=225 |frame-height=225 |frame-align=center
|text= '''हनुमकोण्ड जिला'''
|type=shape |id=Q213077
|stroke-colour=#C60C30
|stroke-width=2
|title= तेलङ्गानाके हनुमकोण्ड जिला
|type2=line|id2=Q677037|stroke-width2=1|stroke-colour2=#0000ff|title2=तेलङ्गाना
}}
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates =
| coor_pinpoint = वाराङ्गल्
| subdivision_type = देश
| subdivision_name = {{IND}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 =
| subdivision_name2 =
| established_title = स्थापना
| established_date =
| seat_type = मुख्यालय
| seat = [[हनुमकोण्ड]]
| parts_type = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| parts_style = para
| p1 = 14
| area_total_km2 = 1309
| area_footnotes =
| population_as_of = 2011
| population_total = 1080858
| population_footnotes =
| population_urban = 740507
| population_density_km2 = auto
| demographics_type1 =
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 =
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 =
| leader_title = [[जिलाधिकारी]]
| leader_name = पि प्रवीण्या आइएएस
| leader_title1 =
| leader_name1 =
| leader_title2 = [[तेलङ्गाना विधानसभा|विधानसभा क्षेत्र]]
| leader_name2 = 3
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG–03<ref>{{Cite web|url=http://www.sakshipost.com/telangana/2016/10/13/vehicle-registration-codes-for-new-districts-in-telangana|title = Telugu States Latest News, Breaking News, News Headlines, Live Updates, Today Top News}}</ref><ref>{{Cite news|title=Vehicle Registration Codes For New Districts In Telangana|url=http://www.sakshipost.com/telangana/2016/10/13/vehicle-registration-codes-for-new-districts-in-telangana|access-date=13 अक्टूबर 2016|work=साक्षीपोस्ट्}}</ref>
| website = {{URL|https://hanumakonda.telangana.gov.in}}
}}
'''हनुमकोण्ड जिला''' (हनुमकोण्ड जिला; {{Lang-te|హనుమకొండ జిల్లా}}), जेकर भूतपूर्व नाम '''वारङ्गल् (नगरीय) जिला''' हलै, [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । एकर मुख्यालय [[हनुमकोण्ड]] हे ।<ref>{{Cite news|title=Telangana New Districts Names 2016 Pdf TS 31 Districts List|url=https://timesalert.com/telangana-new-districts-list/21462/|accessdate=11 October 2016|work=Timesalert.com|date=11 October 2016|archive-url=https://web.archive.org/web/20161011142157/https://timesalert.com/telangana-new-districts-list/21462/|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref><ref name="district">{{Cite web|title=Warangal (rural) district|url=http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130220055231.Warangal%20U.pdf|website=New Districts Formation Portal|accessdate=11 अक्तूबर 2016|archive-url=https://web.archive.org/web/20161011223505/http://newdistrictsformation.telangana.gov.in/uploads/gos-circulars/1476130220055231.Warangal%20U.pdf|archive-date=11 अक्तूबर 2016|url-status=dead}}</ref>
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[हनुमकोण्ड]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:हनुमकोण्ड जिला|*]]
[[श्रेणी:हनुमकोण्ड]]
5s45d6c5hatjips2vx7cw6p4yuqkfct
हेटौडा
0
16407
64725
60957
2026-08-13T13:39:07Z
ऐक्टिवेटेड्
76
64725
wikitext
text/x-wiki
{{Infobox settlement
|name = हेटौडा
|other_name =
|native_name = {{Lang|ne|हेटौँडा}}
|nickname = हेटौडा उपमहानगरपालिका
|settlement_type = उपमहानगरपालिका
|motto =
|image_skyline = Hetauda 001.JPG
|image_caption = उपरी पहाड़से हेटौडा उपमहानगरपालिकाके दृश्य
|image_flag =
|image_seal =
|image_map =
|mapsize =
|map_caption =
|pushpin_map = नेपाल
|pushpin_label_position = bottom
|pushpin_mapsize = 300
|pushpin_map_caption = नेपालमे हेटौडा उपमहानगरपालिकाके स्थिति
|subdivision_type = देश
|subdivision_name = {{झण्डा|नेपाल}}
|subdivision_type1 = [[नेपालके अञ्चल|अञ्चल]]
|subdivision_name1 = [[नारायणी अञ्चल]]
|subdivision_type2 = [[नेपालके जिला|जिला]]
|subdivision_name2 = [[मकवानपुर जिला]]
|government_footnotes =
|government_type =
|leader_title =
|leader_name =
|leader_title1 =
|leader_name1 =
|established_title =
|established_date =
|unit_pref =
|area_footnotes =
|area_total_km2 =
|population_as_of = बि.स.२०६८
|population_footnotes =
|population_note =
|population_total = ८४,६७१
|population_density_km2 = auto
|population_blank1_title = जाति
|timezone = [[नेपाल मानक समय]]
|utc_offset = +५:४५
|timezone_DST =
|utc_offset_DST =
|latd= 27|latm = 25|latNS = N
|longd= 85|longm = 02|longEW = E
|coordinates_display = title
|coordinates_type = region:NP_type:city
|elevation_footnotes =
|elevation_m =
|postal_code_type = डाक कोड
|postal_code = ४४१००, ४४१०७
|area_code = ०५७
|blank_name =
|blank_info =
|website = [http://www.hetaudamun.gov.np हेटौडा उपमहानगरपालिका]
|footnotes =
}}
'''हेटौडा''' ({{Lang-ne|हेटौँडा}} मध्य [[नेपाल]]मे [[बागमती प्रदेश]]के [[मकवानपुर जिला]]मे स्थित एक उपमहानगरीय नगर हे । १२ जनवरी २०२० के प्रदेशीय विधानसभा सदस्यके बहुमत (११० मे से १०५) द्वारा घोषित ई मकवानपुर जिलाके प्रशासनिक मुख्यालय आउ बागमती प्रदेशके राजधानी हे ।<ref>{{Cite web|url=https://thehimalayantimes.com/nepal/pa-decides-to-call-province-3-bagmati-with-hetauda-as-its-permanent-hq/|title=PA decides to call Province 3 Bagmati, with Hetauda as its permanent HQ|date=2020-01-13|website=द हिमालयन टाइम्स |language=अङ्ग्रेजी-संरा|access-date=2020-01-14|archive-date=28 नवम्बर 2020|archive-url=https://web.archive.org/web/20201128054536/https://thehimalayantimes.com/nepal/pa-decides-to-call-province-3-bagmati-with-hetauda-as-its-permanent-hq/|url-status=live}}</ref> हेटौडा नेपालके सबसे बड़नगरमे से एक हे । १०२५ के नेपाल जनगणना अनुसार एकर जनसङ्ख्या १,५३,८७५ हलै ।<ref>{{Cite web|url=http://www.digitalhimalaya.com/collections/nepalcensus/form.php?selection=1 |title=Nepal Census 2001 |work=नेपालके ग्राम विकास समिति |publisher=[[डिजिटल हिमालय]] |access-date=9 दिसम्बर 2008 |url-status=dead |archive-url=https://web.archive.org/web/20081012163506/http://www.digitalhimalaya.com/collections/nepalcensus/form.php?selection=1 |archive-date=12 अक्टूबर 2008 }}</ref> २०२१ मे नगरके जनसङ्ख्या बढ़के १,९३,५७६ हो गेलै ।<ref>{{Cite web |url=https://censusnepal.cbs.gov.np/Home/Details?tpid=5&dcid=3479c092-7749-4ba6-9369-45486cd67f30&tfsid=17 |title=Census Nepal 2021 |website=censusnepal.cbs.gov.np |access-date=22 फरवरी 2022 |archive-url=https://web.archive.org/web/20220127124837/https://censusnepal.cbs.gov.np/Home/Details?tpid=5&dcid=3479c092-7749-4ba6-9369-45486cd67f30&tfsid=17 |archive-date=27 जनवरी 2022 |url-status=dead}}</ref>
==एकरो देखथिन==
* [[नेपालके नगर]]
==सन्दर्भ==
{{टिप्पणीसूची}}
[[श्रेणी:बागमती प्रदेश]]
[[श्रेणी:नेपालके नगर]]
1itggb9xfim6860tisoijwqtm4mqqez
हैदराबाद
0
16412
64778
60984
2026-08-13T17:43:57Z
ऐक्टिवेटेड्
76
[[हैदराबाद, भारत]] तकके पुनर्निर्दशन हटावल गेलै
64778
wikitext
text/x-wiki
{{Infobox settlement
| name = हैदराबाद
| native_name = {{Lang|te|హైదరాబాద్}}
| settlement_type = [[भारतके महानगर|महानगर]]
| image_skyline = Hyderabad montage-2.png
| image_seal =
| pushpin_map = India <!--
| latd = 17.37
| latNS = N
| longd = 78.48
| longEW = E
| pushpin_label_position = left
| coordinates_display = inline,title-->
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाना]]
| subdivision_type2 = [[तेलङ्गानाके जिला|जिला]]
| subdivision_name2 = [[हैदराबाद जिला|हैदराबाद]]<br>[[रङ्गारेड्डि जिला|रङ्गारेड्डि]]<br>[[मेदक जिला|मेदक]]
| leader_title = [[बृहत् हैदराबाद नगरनिगम|महापौर]]
| leader_name = [[गद्वाल विजयलक्ष्मी]]
| leader_party = [[तेलङ्गाना राष्ट्र समिति|ते रा स]]
| leader_title2 = [[सांसद्#भारत|सांसद्]]
| leader_name2 = [[असदुद्दीन ओवैसी]] ([[एआइएमआइएम]]) <br/> [[जि किशन रेड्डि]] (भाजपा) <br/> [[रेवन्त रेड्डि]] (काङ्ग्रेस) <br/> कोथा प्रभाकर रेड्डी (टिआरएस) <br/> डाॅ जि रञ्जीत रेड्डि (टिआरएस)
| area_footnotes =
| area_total_km2 = 625
| population_as_of = 2011
| population_total = 6731790
| population_metro = 7749334
| population_rank_metro = 6
| population_density_metro_km2 =
| elevation_footnotes =
| elevation_m = 542
| population_footnotes = <ref name="pop">{{Cite web |url=http://www.census2011.co.in/city.php |title=संग्रहीत प्रति |access-date=23 अप्रैल 2017 |archive-url=https://web.archive.org/web/20190321092118/http://www.census2011.co.in/city.php |archive-date=21 मार्च 2019 |url-status=dead }}</ref>
| timezone1 = [[भारतीय मानक समय|भा मा स]]
| utc_offset1 = +५:३०
| website = {{URL|www.ghmc.gov.in}}
| footnotes =
}}
'''हैदराबाद''' ({{Lang-te|హైదరాబాదు}}, ''हैदराबादु'') [[भारत]]के [[तेलङ्गाना]] राज्यके राजधानी हे । ई नगर [[दक्कनके पठार]] पर [[मूसीनदी]]के किनारे स्थित हे । ५४२ मी॰ (१,७७८ फीट) के औसत ऊँचाईके साथे हैदराबादके अधिकांश भाग कृत्रिमझीलके आसपास पहाड़ी इलाकामे स्थित हे, जेकरामे हुसैन सागर झीलो सामिल हे, जे नगरके केन्द्रके उत्तरमे नगरके स्थापनासे पहिलहीँके हे । हैदराबाद नगरके जनसङ्ख्या ६९ लाख हे, [[हैदराबाद महानगरीयक्षेत्र]]मे लगभग ९७ लाखके साथे ई [[जनसङ्ख्या अनुसार भारतके नगरके सूची|भारतके चौथा सबसे अधिक जनसङ्ख्या वाला नगर]] हे आउ भारतमे छठा सबसे अधिक जनसङ्ख्या वाला नगरीयसमूह हे । ७४ बिलियन अमेरिकी डॉलरके उत्पादनके साथे हैदराबाद भारतके समग्र सकल घरेलू उत्पादमे पचमा सबसे बड़का योगदानकर्ता हे । १९५६ से हैदराबाद नगर [[भारतके राष्ट्रपति]]के [[राष्ट्रपति निलयम|शीतकालीन कार्यालय]]के रखलै हे । २०मा शताब्दी खन्नि [[दक्कनके पठार]] आउ [[पश्चिमी घाट]]के बीचे हैदराबादके केन्द्रीय स्थान आउ औद्योगिकीकरण प्रमुख भारतीय अनुसन्धान, विनिर्माण, शैक्षिक आउ वित्तीय संस्थाके आकर्षित कैलकै । १९९० के दशकके बादसे नगर फार्मास्यूटिकल्स आउ जैव प्रौद्योगिकीके भारतीय केन्द्रके रूपमे उभरलै हे । सूचना प्रौद्योगिकीला समर्पित विशेष आर्थिक क्षेत्र आउ [[हाइटेक नगर]]के गठन अग्रणी [[बहुराष्ट्रिय कम्पनी]]के हैदराबादमे परिचालन स्थापित करेला प्रोत्साहित कैलक हे ।<ref>{{Cite web|url=https://www.thehindubusinessline.com/info-tech/will-the-city-of-pearls-overtake-indias-silicon-valley-as-the-top-global-services-destination/article67269327.ece?hh=h|title=Will the City of Pearls overtake India’s Silicon Valley as the top global services destination?}}</ref>
नगरमे स्थित [[तेलुगु फिल्म उद्योग]] देशके दोसर सबसे बड़ा चलचित्र निर्माता हे । कहल जा हे कि कौनो समयमे ई सुन्दर नगरके क़ुतुबशाही परम्पराके पचमा शासक [[मुहम्मद क़ुली क़ुतुब शाह|मुहम्मद कुली क़ुतुबशाह]] अपन प्रेमिका भाग्यमती बञ्जारनके उपहार स्वरूप भेँट कैलक हल । हैदराबादके '[[निजाम]]के नगर' एवं 'मोतीके नगर' एहु कहल जा हे ।
ई [[भारत]]के सर्वाधिक विकसित नगरमे से एक हे आउ भारतमे सूचना प्रौधोगिकी एवं जैव प्रौद्यौगिकीके केन्द्र बनैत जाइत हे ।<ref>{{Cite web|url=https://www.bloombergquint.com/pursuits/2018/09/10/hyderabad-city-guide-where-to-stay-eat-and-drink-on-business#gs.=UQ9gYU|title=On Business in Hyderabad? Where to Eat, Drink, and Extend Your Stay|access-date=15 सितम्बर 2018|archive-url=https://web.archive.org/web/20180915121819/https://www.bloombergquint.com/pursuits/2018/09/10/hyderabad-city-guide-where-to-stay-eat-and-drink-on-business#gs.=UQ9gYU|archive-date=15 सितम्बर 2018|url-status=dead}}</ref> [[हुसैन सागर]]से विभाजित हैदराबाद आउ [[सिकन्दराबाद]] जुड़वा नगर हे । हुसैन सागरके निर्माण वर्ष १५६२ मे [[इब्राहीम कुतुब शाह]]के शासनकालमे होलै हल आउ ई एक मानव निर्मित झील हे । [[चारमीनार]] ई क्षेत्रमे [[प्लेग]] महामारीके अन्तके यादगारके तौरपर मुहम्मद कुली कुतुब शाह १५९१ मे नगरके बीचो बीच बनवौलक हल ।
गोलकुण्डके क़ुतुबशाही सुल्तान द्वारा बसावल गेल ई नगर सुन्दर भवन, निजामी शानो-शौकत आउ स्वादिष्ट खानाके चलते प्रसिद्ध हे आउ भारतके मानचित्र पर एक प्रमुख पर्यटन स्थलके रूपमे अपन अलगे अहमियत रखहे । [[निजाम]]के ई नगरमे आझो हिन्दु-मुस्लिम साम्प्रदायिक सौहार्द्रसे एक-दोसराके साथे रहके उनकर खुशीमे शरीक होवहथिन । अपन उन्नत इतिहास, संस्कृति, उत्तर एवं दक्षिणभारतके स्थापत्यके मौलिक सङ्गम, एवं अपन बहुभाषी संस्कृतिला भौगोलिक आउ सांस्कृतिक दुनो रूपमे जानल जा हे । ई ऊ स्थान रहलै हे जन्ने [[हिन्दु]] आउ [[मुसलमान]] शान्तिपूर्वक शताब्दीसे साथे-साथे रहैत हथिन ।
निजामी ठाठ-बाटके ई नगरके मुख्य आकर्षण [[चारमीनार]], [[हुसैन सागर]] झील, [[बिरला मन्दिर, हैदराबाद|बिड़ला मन्दिर]], [[सालार जङ्ग सङ्ग्रहालय]] आदि हे, जे देश-विदेशमे ई नगरके एक अलगे पहचान दे हे । ई भारतीय महानगर [[बेङ्गलूरु]]से ५७४ किलोमीटर उत्तरमे, [[मुम्बई]]से ७५० किलोमीटर दक्षिणपूर्वमे एवं [[चेन्नै]]से ७०० किलोमीटर उत्तरपश्चिममे स्थित हे । कौनो समय नवाबी परम्पराके ई नगरमे शाही हवेली आउ निजामके संस्कृतिके बीच हीरा जवाहरातके रङ्ग उभरके सामने आएल त कहियो स्वादिष्ट नवाबी भोजनके स्वाद । ई नगरके ऐतिहासिक [[गोलकुण्ड]] दुर्गके प्रसिद्धि पार-द्वार तक पहुँचल आउ ई उत्तरभारत आउ दक्षिणाञ्चलके बीच संवादके अवसर सालाजार सङ्ग्रहालय एवं चारमीनार प्रदान कैलक हे । [[भारतके जनगणना २०११]] के अनुसार ई महानगरके जनसङ्ख्या ६८ लाखसे अधिक हे । हैदराबादके भारतमे विलयला [[भारतीय सेना]] [[आपरेशन पोलो]] चलौलक हल । [[सरदार पटेल]]के ढृढता, दूरदर्शी सोच एवं साहससे हैदराबादके भारतमे विलय होलै । <ref>{{Cite book|title=सामाजिक विज्ञान|last=कोठारी|first=देव|publisher=राजस्थान राज्य पाठ्यपुस्तके मण्डल जयपुर|year=2019|location=जयपुर|pages=81}}</ref>
== स्थापना ==
[[सञ्चिका:Hyderabad Coat of Arms.jpg|thumb|200px|[[निजाम]]के राज्य - चिह्न]]
[[सञ्चिका:Asafia flag of Hyderabad State.png|thumb|200px|[[हैदराबाद राज्य]]के असफिया झण्डा]]
[[सञ्चिका:Gulza_Houz.jpg|thumb|200px|(१९१०) हैदराबाद, चारमीनारके मुख्य सड़क]]
गोलकोण्डके पुराना किला राज्यके राजधानीला अपर्याप्त सिद्ध होलै आउ एहीसे लगभग १५९१ मे [[कुतुबशाही वंश]]मे पचमा [[मुहम्मद कुली कुतुबशाह]] पुरान गोलकोण्डसे कुछ मील दूर "मूसा नदी", जे आज [[मूसी नदी]]के नामसे जानल जा हे, के किनारे हैदराबाद नामक नया नगर बनौलक ।
चार खुलल मेहराब आउ चारमीनार वाला भारतीय-अरबी शैलीके भव्य वास्तुशिल्पीय रचना [[चारमीनार]], क़ुतुबशाही कालके सर्वोच्च उपलब्धि मानल जा हे । ई ऊ केन्द्र हे, जेकर आसपास बनावल गेल मक्का मस्जिद १० हजार लोगके समाहित कर सकहे । हैदराबाद अपन सौन्दर्य आउ समृद्धिला जानल जा हे । चारमीनारके बगलमे लाड-बाजार, गुलजार हौज, मशहूर विक्रय केन्द्र हे ।
== सम्बन्धित लेख ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[भारतके महानगर]]
* [[हैदराबाद जिला, भारत|हैदराबाद जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:हैदराबाद|*]]
[[श्रेणी:हैदराबाद जिला, भारत]]
[[श्रेणी:तेलङ्गानाके नगर]]
[[श्रेणी:भारतीय राजधानीनगर]]
[[श्रेणी:भारतके महानगर]]
q5y5z1v0w2qvzqbav6czxgizdkifvto
हैदराबाद, भारत
0
16415
64771
61011
2026-08-13T17:39:58Z
ऐक्टिवेटेड्
76
64771
wikitext
text/x-wiki
{{Infobox settlement
| name = हैदराबाद
| native_name = {{Lang|te|హైదరాబాద్}}
| settlement_type = [[भारतके महानगर|महानगर]]
| image_skyline = Hyderabad montage-2.png
| image_seal =
| pushpin_map = India <!--
| latd = 17.37
| latNS = N
| longd = 78.48
| longEW = E
| pushpin_label_position = left
| coordinates_display = inline,title-->
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाना]]
| subdivision_type2 = [[तेलङ्गानाके जिला|जिला]]
| subdivision_name2 = [[हैदराबाद जिला|हैदराबाद]]<br>[[रङ्गारेड्डि जिला|रङ्गारेड्डि]]<br>[[मेदक जिला|मेदक]]
| leader_title = [[बृहत् हैदराबाद नगरनिगम|महापौर]]
| leader_name = [[गद्वाल विजयलक्ष्मी]]
| leader_party = [[तेलङ्गाना राष्ट्र समिति|ते रा स]]
| leader_title2 = [[सांसद्#भारत|सांसद्]]
| leader_name2 = [[असदुद्दीन ओवैसी]] ([[एआइएमआइएम]]) <br/> [[जि किशन रेड्डि]] (भाजपा) <br/> [[रेवन्त रेड्डि]] (काङ्ग्रेस) <br/> कोथा प्रभाकर रेड्डी (टिआरएस) <br/> डाॅ जि रञ्जीत रेड्डि (टिआरएस)
| area_footnotes =
| area_total_km2 = 625
| population_as_of = 2011
| population_total = 6731790
| population_metro = 7749334
| population_rank_metro = 6
| population_density_metro_km2 =
| elevation_footnotes =
| elevation_m = 542
| population_footnotes = <ref name="pop">{{Cite web |url=http://www.census2011.co.in/city.php |title=संग्रहीत प्रति |access-date=23 अप्रैल 2017 |archive-url=https://web.archive.org/web/20190321092118/http://www.census2011.co.in/city.php |archive-date=21 मार्च 2019 |url-status=dead }}</ref>
| timezone1 = [[भारतीय मानक समय|भा मा स]]
| utc_offset1 = +५:३०
| website = {{URL|www.ghmc.gov.in}}
| footnotes =
}}
'''हैदराबाद''' ({{Lang-te|హైదరాబాదు}}, ''हैदराबादु'') [[भारत]]के [[तेलङ्गाना]] राज्यके राजधानी हे । ई नगर [[दक्कनके पठार]] पर [[मूसीनदी]]के किनारे स्थित हे । ५४२ मी॰ (१,७७८ फीट) के औसत ऊँचाईके साथे हैदराबादके अधिकांश भाग कृत्रिमझीलके आसपास पहाड़ी इलाकामे स्थित हे, जेकरामे हुसैन सागर झीलो सामिल हे, जे नगरके केन्द्रके उत्तरमे नगरके स्थापनासे पहिलहीँके हे । हैदराबाद नगरके जनसङ्ख्या ६९ लाख हे, [[हैदराबाद महानगरीयक्षेत्र]]मे लगभग ९७ लाखके साथे ई [[जनसङ्ख्या अनुसार भारतके नगरके सूची|भारतके चौथा सबसे अधिक जनसङ्ख्या वाला नगर]] हे आउ भारतमे छठा सबसे अधिक जनसङ्ख्या वाला नगरीयसमूह हे । ७४ बिलियन अमेरिकी डॉलरके उत्पादनके साथे हैदराबाद भारतके समग्र सकल घरेलू उत्पादमे पचमा सबसे बड़का योगदानकर्ता हे । १९५६ से हैदराबाद नगर [[भारतके राष्ट्रपति]]के [[राष्ट्रपति निलयम|शीतकालीन कार्यालय]]के रखलै हे । २०मा शताब्दी खन्नि [[दक्कनके पठार]] आउ [[पश्चिमी घाट]]के बीचे हैदराबादके केन्द्रीय स्थान आउ औद्योगिकीकरण प्रमुख भारतीय अनुसन्धान, विनिर्माण, शैक्षिक आउ वित्तीय संस्थाके आकर्षित कैलकै । १९९० के दशकके बादसे नगर फार्मास्यूटिकल्स आउ जैव प्रौद्योगिकीके भारतीय केन्द्रके रूपमे उभरलै हे । सूचना प्रौद्योगिकीला समर्पित विशेष आर्थिक क्षेत्र आउ [[हाइटेक नगर]]के गठन अग्रणी [[बहुराष्ट्रिय कम्पनी]]के हैदराबादमे परिचालन स्थापित करेला प्रोत्साहित कैलक हे ।<ref>{{Cite web|url=https://www.thehindubusinessline.com/info-tech/will-the-city-of-pearls-overtake-indias-silicon-valley-as-the-top-global-services-destination/article67269327.ece?hh=h|title=Will the City of Pearls overtake India’s Silicon Valley as the top global services destination?}}</ref>
नगरमे स्थित [[तेलुगु फिल्म उद्योग]] देशके दोसर सबसे बड़ा चलचित्र निर्माता हे । कहल जा हे कि कौनो समयमे ई सुन्दर नगरके क़ुतुबशाही परम्पराके पचमा शासक [[मुहम्मद क़ुली क़ुतुब शाह|मुहम्मद कुली क़ुतुबशाह]] अपन प्रेमिका भाग्यमती बञ्जारनके उपहार स्वरूप भेँट कैलक हल । हैदराबादके '[[निजाम]]के नगर' एवं 'मोतीके नगर' एहु कहल जा हे ।
ई [[भारत]]के सर्वाधिक विकसित नगरमे से एक हे आउ भारतमे सूचना प्रौधोगिकी एवं जैव प्रौद्यौगिकीके केन्द्र बनैत जाइत हे ।<ref>{{Cite web|url=https://www.bloombergquint.com/pursuits/2018/09/10/hyderabad-city-guide-where-to-stay-eat-and-drink-on-business#gs.=UQ9gYU|title=On Business in Hyderabad? Where to Eat, Drink, and Extend Your Stay|access-date=15 सितम्बर 2018|archive-url=https://web.archive.org/web/20180915121819/https://www.bloombergquint.com/pursuits/2018/09/10/hyderabad-city-guide-where-to-stay-eat-and-drink-on-business#gs.=UQ9gYU|archive-date=15 सितम्बर 2018|url-status=dead}}</ref> [[हुसैन सागर]]से विभाजित हैदराबाद आउ [[सिकन्दराबाद]] जुड़वा नगर हे । हुसैन सागरके निर्माण वर्ष १५६२ मे [[इब्राहीम कुतुब शाह]]के शासनकालमे होलै हल आउ ई एक मानव निर्मित झील हे । [[चारमीनार]] ई क्षेत्रमे [[प्लेग]] महामारीके अन्तके यादगारके तौरपर मुहम्मद कुली कुतुब शाह १५९१ मे नगरके बीचो बीच बनवौलक हल ।
गोलकुण्डके क़ुतुबशाही सुल्तान द्वारा बसावल गेल ई नगर सुन्दर भवन, निजामी शानो-शौकत आउ स्वादिष्ट खानाके चलते प्रसिद्ध हे आउ भारतके मानचित्र पर एक प्रमुख पर्यटन स्थलके रूपमे अपन अलगे अहमियत रखहे । [[निजाम]]के ई नगरमे आझो हिन्दु-मुस्लिम साम्प्रदायिक सौहार्द्रसे एक-दोसराके साथे रहके उनकर खुशीमे शरीक होवहथिन । अपन उन्नत इतिहास, संस्कृति, उत्तर एवं दक्षिणभारतके स्थापत्यके मौलिक सङ्गम, एवं अपन बहुभाषी संस्कृतिला भौगोलिक आउ सांस्कृतिक दुनो रूपमे जानल जा हे । ई ऊ स्थान रहलै हे जन्ने [[हिन्दु]] आउ [[मुसलमान]] शान्तिपूर्वक शताब्दीसे साथे-साथे रहैत हथिन ।
निजामी ठाठ-बाटके ई नगरके मुख्य आकर्षण [[चारमीनार]], [[हुसैन सागर]] झील, [[बिरला मन्दिर, हैदराबाद|बिड़ला मन्दिर]], [[सालार जङ्ग सङ्ग्रहालय]] आदि हे, जे देश-विदेशमे ई नगरके एक अलगे पहचान दे हे । ई भारतीय महानगर [[बेङ्गलूरु]]से ५७४ किलोमीटर उत्तरमे, [[मुम्बई]]से ७५० किलोमीटर दक्षिणपूर्वमे एवं [[चेन्नै]]से ७०० किलोमीटर उत्तरपश्चिममे स्थित हे । कौनो समय नवाबी परम्पराके ई नगरमे शाही हवेली आउ निजामके संस्कृतिके बीच हीरा जवाहरातके रङ्ग उभरके सामने आएल त कहियो स्वादिष्ट नवाबी भोजनके स्वाद । ई नगरके ऐतिहासिक [[गोलकुण्ड]] दुर्गके प्रसिद्धि पार-द्वार तक पहुँचल आउ ई उत्तरभारत आउ दक्षिणाञ्चलके बीच संवादके अवसर सालाजार सङ्ग्रहालय एवं चारमीनार प्रदान कैलक हे । [[भारतके जनगणना २०११]] के अनुसार ई महानगरके जनसङ्ख्या ६८ लाखसे अधिक हे । हैदराबादके भारतमे विलयला [[भारतीय सेना]] [[आपरेशन पोलो]] चलौलक हल । [[सरदार पटेल]]के ढृढता, दूरदर्शी सोच एवं साहससे हैदराबादके भारतमे विलय होलै । <ref>{{Cite book|title=सामाजिक विज्ञान|last=कोठारी|first=देव|publisher=राजस्थान राज्य पाठ्यपुस्तके मण्डल जयपुर|year=2019|location=जयपुर|pages=81}}</ref>
== स्थापना ==
[[सञ्चिका:Hyderabad Coat of Arms.jpg|thumb|200px|[[निजाम]]के राज्य - चिह्न]]
[[सञ्चिका:Asafia flag of Hyderabad State.png|thumb|200px|[[हैदराबाद राज्य]]के असफिया झण्डा]]
[[सञ्चिका:Gulza_Houz.jpg|thumb|200px|(१९१०) हैदराबाद, चारमीनारके मुख्य सड़क]]
गोलकोण्डके पुराना किला राज्यके राजधानीला अपर्याप्त सिद्ध होलै आउ एहीसे लगभग १५९१ मे [[कुतुबशाही वंश]]मे पचमा [[मुहम्मद कुली कुतुबशाह]] पुरान गोलकोण्डसे कुछ मील दूर "मूसा नदी", जे आज [[मूसी नदी]]के नामसे जानल जा हे, के किनारे हैदराबाद नामक नया नगर बनौलक ।
चार खुलल मेहराब आउ चारमीनार वाला भारतीय-अरबी शैलीके भव्य वास्तुशिल्पीय रचना [[चारमीनार]], क़ुतुबशाही कालके सर्वोच्च उपलब्धि मानल जा हे । ई ऊ केन्द्र हे, जेकर आसपास बनावल गेल मक्का मस्जिद १० हजार लोगके समाहित कर सकहे । हैदराबाद अपन सौन्दर्य आउ समृद्धिला जानल जा हे । चारमीनारके बगलमे लाड-बाजार, गुलजार हौज, मशहूर विक्रय केन्द्र हे ।
== सम्बन्धित लेख ==
* [[जनसङ्ख्या अनुसार भारतके नगरके सूची]]
* [[भारतके महानगर]]
* [[हैदराबाद जिला, भारत|हैदराबाद जिला]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
[[श्रेणी:हैदराबाद|*]]
[[श्रेणी:हैदराबाद जिला, भारत]]
[[श्रेणी:तेलङ्गानाके नगर]]
[[श्रेणी:भारतीय राजधानीनगर]]
[[श्रेणी:भारतके महानगर]]
q5y5z1v0w2qvzqbav6czxgizdkifvto
64779
64771
2026-08-13T17:44:07Z
ऐक्टिवेटेड्
76
[[हैदराबाद, भारत]] के पुनर्निर्देशित
64779
wikitext
text/x-wiki
#REDIRECT [[हैदराबाद, भारत]]
q0kl6ivodjyzfqy76bouu2vvvd56aay
हैदराबाद जिला, भारत
0
16420
64844
61028
2026-08-13T18:39:44Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[हैदराबाद मण्डल, भारत]] के [[हैदराबाद जिला, भारत]] पर स्थानान्तरित कैलन
61027
wikitext
text/x-wiki
{{Infobox settlement
| name = हैदराबाद मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके मण्डल|मण्डल]]
| native_name = {{Lang|te|హైదరాబాదు జిల్లా}}
| other_name = हैदराबाद जिला
| image_skyline = A_typical_charminar_evening.jpg
| image_alt =
| image_caption = [[चारमीनार|चारमीनार परिसर]]के पैनोरमा
| image_map = Hyderabad in Telangana (India).svg
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates = {{Coord|17.366|78.476}}
| coor_pinpoint = हैदराबाद
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| subdivision_name2 = 16
| established_title = स्थापना
| established_date = 1948
| seat_type = मुख्यालय
| seat = [[हैदराबाद]]
| area_total_km2 = 217
| area_footnotes =
| population_as_of = 2011
| population_total = 39,43,323
| population_footnotes =
| population_urban = 100%
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 83.25%
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 954
| leader_title = [[भारतके संसद्]]
| leader_name = [[असदुद्दीन ओवैसी]]
| leader_title1 = [[जिलाधिकारी]]
| leader_name1 = हरिचन्दन दसारी, आइएएस<ref>{{URL|https://hyderabad.telangana.gov.in/about-district/whos-who//}}</ref>
| leader_title2 = [[भारत संसद्|संसद्]] [[निर्वाचन क्षेत्र]]
| leader_name2 = १. [[हैदराबाद (लोकसभा निर्वाचन क्षेत्र)|हैदराबाद]]
२. [[सिकन्दराबाद (लोकसभा निर्वाचन क्षेत्र)|सिकन्दराबाद]]
३. [[मल्काजगिरि (लोकसभा निर्वाचन क्षेत्र)|मल्काजगिरि]]
| leader_title3 = [[तेलंगाना विधान सभा|विधानसभा निर्वाचन क्षेत्र]]
| leader_name3 = {{Bulleted list
|१. [[मुशीराबाद (विधानसभा क्षेत्र)|मुशीराबाद]]
|२. [[मलकपेट (विधानसभा क्षेत्र)|मलकपेट]]
|३. [[अम्बरपेट् (विधानसभा क्षेत्र)|अम्बरपेट्]]
|४. [[खैरताबाद (विधानसभा क्षेत्र)|खैरताबाद]]
|५. [[जुबली पहाड़ी (विधानसभा क्षेत्र)|जुबली पहाड़ी]]
|६. [[सनथनगर (विधानसभा क्षेत्र)|सनथनगर]]
|७. [[कारवान (विधानसभा क्षेत्र)|कारवान]]
|८. [[नामपल्ली (विधानसभा क्षेत्र)|नामपल्ली]]
|९. [[गोशामहल (विधानसभा क्षेत्र)|गोशामहल]]
|१०. [[चारमीनार (विधानसभा क्षेत्र) निर्वाचन क्षेत्र)|चारमीनार]]
|११. [[चन्द्रयानगुट्ट (विधानसभा क्षेत्र)|चन्द्रयानगुट्ट]]
|१२. [[याकूतपुर (विधानसभा क्षेत्र)|याकूतपुर]]
|१३. [[बहादुरपुर (विधानसभा क्षेत्र)|बहादुरपुर]]
|१४. [[सिकन्दराबाद (विधानसभा क्षेत्र)|सिकन्दराबाद]]
|१५. [[सिकन्दराबाद छावनी विधानसभा क्षेत्र|सिकन्दराबाद छावनी]]
}}
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG-09,10,11,12,13,14
पुलिस विभागके वाहन '𝟎𝟗' के अन्तर्गत आवहे, जेकर नाम '𝐏' से आरम्भ होवहे
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = [[राष्ट्रिय राजमार्ग ४४ (भारत)|रारा-४४]], [[राष्ट्रिय राजमार्ग ६५ (भारत)|रारा-६५]], [[राष्ट्रिय राजमार्ग १६३ (भारत)|रारा-१६३]], [[राष्ट्रिय राजमार्ग ७६५ (भारत)|रारा-७६५]],
| blank1_name_sec1 = नामिक जिडिपि (२०२२-२३)
| blank1_info_sec1 = {{INRConvert|228623.08|c|year=2022|mode=historical}} <ref>{{Cite web|title=Telangana Socio economic outlook|url=https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf}}</ref>
| blank_name_sec2 = औसत वार्षिक वर्षा
| blank_info_sec2 = 786.8 मिमि
| blank1_name_sec2 = प्रतिव्यक्ति आय (२०२२-२३)
| blank1_info_sec2 = {{INRConvert|494033|year=2022|mode=historical}}
| website = {{URL|http://hyderabad.telangana.gov.in/}}
| official_name =
}}
'''हैदराबाद मण्डल''' (हैदराबाद जिला; {{Lang-te|హైదరాబాదు జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो मण्डल हे । मण्डलके मुख्यालय [[हैदराबाद, भारत|हैदराबाद]] हे, जे राज्यके रजधानियो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
==जनसाङ्ख्यिकी==
२०११ के जनगणनामे हैदराबाद मण्डलके जनसङ्ख्या ३९,४३,३२३ हलै, जेकरामे हिन्दु (५१.४५%), मुसलमान (४३.८९%), ईसाई (२.२२%), जैन (०.५%), सिख (०.२९%) आउ बौद्ध (०.२९%) सम्मिलित हे।<ref>[https://www.census2011.co.in/data/religion/district/122-hyderabad.html] Hyderabad District Religion Census 2011</ref> १.५८% कौनो धर्म नै बतौलकै ।<ref name="census2011">{{Cite web| title = C-1 Population By Religious Community | url = http://www.censusindia.gov.in/2011census/c-01.html| publisher = Government of India, Ministry of Home Affairs| access-date =11 May 2016}} On this page, select "Andhra Pradesh" from the download menu. "District – Hyderabad" is at line 672 of the excel file.</ref> ई एकरा भारतमे ५७ श्रेणी दे हे (कुल ६४० मे से) ।<ref name=districtcensus>{{Cite web | url = http://www.census2011.co.in/district.php | title = District Census 2011 | access-date = 2011-09-30 | year = 2011 | publisher = Census2011.co.in}}</ref> मण्डलके जनसङ्ख्या घनत्व १८,४८० निवासी प्रति वर्ग किलोमीटर (४७,९००/वर्ग मील) है। २०११-२०११ के दशकमे एकर जनसङ्ख्या वृद्धि दर ४.७१% हलै । हैदराबादमे हर १००० पुरुष पर ९४३ महिलाके लिङ्गानुपात हे आउ साक्षरता दर ८०.९६% हे ।
{{Bar box
|title=हैदराबाद मण्डलमे धर्म (२०११)<ref name="Religion">{{Cite web|title=C-16 Population By Religion - Andhra Pradesh|url=https://censusindia.gov.in/2011census/C-01/DDW28C-01%20MDDS.XLS|website=census.gov.in}}</ref>
|titlebar=#Fcd116
|left1=धर्म
|right1=प्रतिशत
|float=left
|bars=
{{Bar percent|[[हिन्दुधर्म]]|darkorange|51.45}}
{{Bar percent|[[इस्लाम]]|green|43.89}}
{{Bar percent|[[ईसाई मत]]|blue|2.22}}
{{Bar percent|अन्य या नै बतावल|black|2.40}}
}}
== एकरो देखी ==
* [[तेलङ्गानाके मण्डल]]
* [[हैदराबाद, भारत|हैदराबाद]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके मण्डल}}
[[बर्ग:तेलङ्गानाके मण्डल]]
[[बर्ग:हैदराबाद मण्डल, भारत|*]]
[[बर्ग:हैदराबाद, भारत]]
{{INTERWIKI|Q15340}}
imbreym7us2dfz7129c1w2nxr7jx92j
64871
64844
2026-08-13T18:56:56Z
ऐक्टिवेटेड्
76
64871
wikitext
text/x-wiki
{{Infobox settlement
| name = हैदराबाद मण्डल
| settlement_type = [[तेलङ्गाणा]]के [[तेलङ्गाणाके जिला|जिला]]
| native_name = {{Lang|te|హైదరాబాదు జిల్లా}}
| other_name = हैदराबाद जिला
| image_skyline = A_typical_charminar_evening.jpg
| image_alt =
| image_caption = [[चारमीनार|चारमीनार परिसर]]के पैनोरमा
| image_map = Hyderabad in Telangana (India).svg
| map_alt =
| map_caption = तेलङ्गाणामे स्थिति
| coordinates = {{Coord|17.366|78.476}}
| coor_pinpoint = हैदराबाद
| subdivision_type = देश
| subdivision_name = {{झण्डा|भारत}}
| subdivision_type1 = [[भारतके राज्य आउ केन्द्रशासितप्रदेश|राज्य]]
| subdivision_name1 = [[तेलङ्गाणा]]
| subdivision_type2 = [[तेलङ्गानामे तहसीलके सूची|तहसील]]
| subdivision_name2 = 16
| established_title = स्थापना
| established_date = 1948
| seat_type = मुख्यालय
| seat = [[हैदराबाद]]
| area_total_km2 = 217
| area_footnotes =
| population_as_of = 2011
| population_total = 39,43,323
| population_footnotes =
| population_urban = 100%
| population_density_km2 = auto
| demographics_type1 = जनसाङ्ख्यिकी
| demographics1_title1 = [[भारतमे साक्षरता|साक्षरता]]
| demographics1_info1 = 83.25%
| demographics1_title2 = लिङ्गानुपात
| demographics1_info2 = 954
| leader_title = [[भारतके संसद्]]
| leader_name = [[असदुद्दीन ओवैसी]]
| leader_title1 = [[जिलाधिकारी]]
| leader_name1 = हरिचन्दन दसारी, आइएएस<ref>{{URL|https://hyderabad.telangana.gov.in/about-district/whos-who//}}</ref>
| leader_title2 = [[भारत संसद्|संसद्]] [[निर्वाचन क्षेत्र]]
| leader_name2 = १. [[हैदराबाद (लोकसभा निर्वाचन क्षेत्र)|हैदराबाद]]
२. [[सिकन्दराबाद (लोकसभा निर्वाचन क्षेत्र)|सिकन्दराबाद]]
३. [[मल्काजगिरि (लोकसभा निर्वाचन क्षेत्र)|मल्काजगिरि]]
| leader_title3 = [[तेलंगाना विधान सभा|विधानसभा निर्वाचन क्षेत्र]]
| leader_name3 = {{Bulleted list
|१. [[मुशीराबाद (विधानसभा क्षेत्र)|मुशीराबाद]]
|२. [[मलकपेट (विधानसभा क्षेत्र)|मलकपेट]]
|३. [[अम्बरपेट् (विधानसभा क्षेत्र)|अम्बरपेट्]]
|४. [[खैरताबाद (विधानसभा क्षेत्र)|खैरताबाद]]
|५. [[जुबली पहाड़ी (विधानसभा क्षेत्र)|जुबली पहाड़ी]]
|६. [[सनथनगर (विधानसभा क्षेत्र)|सनथनगर]]
|७. [[कारवान (विधानसभा क्षेत्र)|कारवान]]
|८. [[नामपल्ली (विधानसभा क्षेत्र)|नामपल्ली]]
|९. [[गोशामहल (विधानसभा क्षेत्र)|गोशामहल]]
|१०. [[चारमीनार (विधानसभा क्षेत्र) निर्वाचन क्षेत्र)|चारमीनार]]
|११. [[चन्द्रयानगुट्ट (विधानसभा क्षेत्र)|चन्द्रयानगुट्ट]]
|१२. [[याकूतपुर (विधानसभा क्षेत्र)|याकूतपुर]]
|१३. [[बहादुरपुर (विधानसभा क्षेत्र)|बहादुरपुर]]
|१४. [[सिकन्दराबाद (विधानसभा क्षेत्र)|सिकन्दराबाद]]
|१५. [[सिकन्दराबाद छावनी विधानसभा क्षेत्र|सिकन्दराबाद छावनी]]
}}
| timezone1 = [[भारतीय मानक समय|भामास]]
| utc_offset1 = ०५:३०
| registration_plate = TG-09,10,11,12,13,14
पुलिस विभागके वाहन '𝟎𝟗' के अन्तर्गत आवहे, जेकर नाम '𝐏' से आरम्भ होवहे
| blank_name_sec1 = [[भारतमे सड़क|प्रमुख राजमार्ग]]
| blank_info_sec1 = [[राष्ट्रिय राजमार्ग ४४ (भारत)|रारा-४४]], [[राष्ट्रिय राजमार्ग ६५ (भारत)|रारा-६५]], [[राष्ट्रिय राजमार्ग १६३ (भारत)|रारा-१६३]], [[राष्ट्रिय राजमार्ग ७६५ (भारत)|रारा-७६५]],
| blank1_name_sec1 = नामिक जिडिपि (२०२२-२३)
| blank1_info_sec1 = {{INRConvert|228623.08|c|year=2022|mode=historical}} <ref>{{Cite web|title=Telangana Socio economic outlook|url=https://www.telangana.gov.in/wp-content/uploads/2024/07/Telangana-Socio-Economic-Outlook-2024.pdf}}</ref>
| blank_name_sec2 = औसत वार्षिक वर्षा
| blank_info_sec2 = 786.8 मिमि
| blank1_name_sec2 = प्रतिव्यक्ति आय (२०२२-२३)
| blank1_info_sec2 = {{INRConvert|494033|year=2022|mode=historical}}
| website = {{URL|http://hyderabad.telangana.gov.in/}}
| official_name =
}}
'''हैदराबाद जिला''' ({{Lang-te|హైదరాబాదు జిల్లా}}) [[भारत]]के [[तेलङ्गाना]] राज्यके एगो जिला हे । जिलाके मुख्यालय [[हैदराबाद, भारत|हैदराबाद]] हे, जे राज्यके रजधानियो हे ।<ref>"[https://books.google.com/books?id=psw6DwAAQBAJ Lonely Planet South India & Kerala]," Isabella Noble et al, Lonely Planet, 2017, ISBN 9781787012394</ref><ref>"[https://books.google.com/books?id=O-0UAQAAMAAJ Hand Book of Statistics, Andhra Pradesh]," Bureau of Economics and Statistics, Andhra Pradesh, India, 2007</ref><ref>"[https://books.google.com/books?id=WeNLAQAACAAJ Contemporary History of Andhra Pradesh and Telangana, AD 1956-1990s]," Comprehensive history and culture of Andhra Pradesh Vol. 8, V. Ramakrishna Reddy (editor), Potti Sreeramulu Telugu University, Hyderabad, India, Emesco Books, 2016</ref>
==जनसाङ्ख्यिकी==
२०११ के जनगणनामे हैदराबाद जिलाके जनसङ्ख्या ३९,४३,३२३ हलै, जेकरामे हिन्दु (५१.४५%), मुसलमान (४३.८९%), ईसाई (२.२२%), जैन (०.५%), सिख (०.२९%) आउ बौद्ध (०.२९%) सम्मिलित हे।<ref>[https://www.census2011.co.in/data/religion/district/122-hyderabad.html] Hyderabad District Religion Census 2011</ref> १.५८% कौनो धर्म नै बतौलकै ।<ref name="census2011">{{Cite web| title = C-1 Population By Religious Community | url = http://www.censusindia.gov.in/2011census/c-01.html| publisher = Government of India, Ministry of Home Affairs| access-date =11 May 2016}} On this page, select "Andhra Pradesh" from the download menu. "District – Hyderabad" is at line 672 of the excel file.</ref> ई एकरा भारतमे ५७ श्रेणी दे हे (कुल ६४० मे से) ।<ref name=districtcensus>{{Cite web | url = http://www.census2011.co.in/district.php | title = District Census 2011 | access-date = 2011-09-30 | year = 2011 | publisher = Census2011.co.in}}</ref> जिलाके जनसङ्ख्या घनत्व १८,४८० निवासी प्रति वर्ग किलोमीटर (४७,९००/वर्ग मील) है। २०११-२०११ के दशकमे एकर जनसङ्ख्या वृद्धि दर ४.७१% हलै । हैदराबादमे हर १००० पुरुष पर ९४३ महिलाके लिङ्गानुपात हे आउ साक्षरता दर ८०.९६% हे ।
{{Bar box
|title=हैदराबाद जिलामे धर्म (२०११)<ref name="Religion">{{Cite web|title=C-16 Population By Religion - Andhra Pradesh|url=https://censusindia.gov.in/2011census/C-01/DDW28C-01%20MDDS.XLS|website=census.gov.in}}</ref>
|titlebar=#Fcd116
|left1=धर्म
|right1=प्रतिशत
|float=left
|bars=
{{Bar percent|[[हिन्दुधर्म]]|darkorange|51.45}}
{{Bar percent|[[इस्लाम]]|green|43.89}}
{{Bar percent|[[ईसाई मत]]|blue|2.22}}
{{Bar percent|अन्य या नै बतावल|black|2.40}}
}}
== एकरो देखी ==
* [[तेलङ्गानाके जिला]]
* [[हैदराबाद]]
== सन्दर्भ ==
{{टिप्पणीसूची}}
{{तेलङ्गानाके जिला}}
[[श्रेणी:तेलङ्गानाके जिला]]
[[श्रेणी:हैदराबाद जिला, भारत|*]]
[[श्रेणी:हैदराबाद]]
l5hz91ly3rhl61w93cykcg36okmv4ep
महबूबनगर मण्डल
0
16769
64727
2026-08-13T13:41:24Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[महबूबनगर मण्डल]] के [[महबूबनगर जिला]] पर स्थानान्तरित कैलन
64727
wikitext
text/x-wiki
#REDIRECT [[महबूबनगर जिला]]
s5v3h6mch2mjprozj9z2sforc0s8dcw
साँचा:तेलङ्गानाके जिला
10
16770
64731
2026-08-13T13:45:19Z
ऐक्टिवेटेड्
76
[[साँचा:तेलङ्गाना]] के पुनर्निर्देशित
64731
wikitext
text/x-wiki
#REDIRECT [[साँचा:तेलङ्गाना]]
acnyoatkaw64kv579gczih4dsyvod58
बनपर्ति मण्डल
0
16771
64781
2026-08-13T18:06:01Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[बनपर्ति मण्डल]] के [[वनपर्ति जिला]] पर स्थानान्तरित कैलन
64781
wikitext
text/x-wiki
#REDIRECT [[वनपर्ति जिला]]
ql2qfayd0rl2fuxuzlqohzx1bd6c2py
आदिलाबाद मण्डल
0
16772
64783
2026-08-13T18:06:04Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[आदिलाबाद मण्डल]] के [[आदिलाबाद जिला]] पर स्थानान्तरित कैलन
64783
wikitext
text/x-wiki
#REDIRECT [[आदिलाबाद जिला]]
mq63tv7o97g7lqrnlslnba7atzm1gws
कामारेड्डि मण्डल
0
16773
64785
2026-08-13T18:06:08Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[कामारेड्डि मण्डल]] के [[कामारेड्डि जिला]] पर स्थानान्तरित कैलन
64785
wikitext
text/x-wiki
#REDIRECT [[कामारेड्डि जिला]]
q7u7f9etia4km7brvnvzh1x02ejybfs
कोमरम भीम मण्डल
0
16774
64787
2026-08-13T18:06:10Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[कोमरम भीम मण्डल]] के [[कोमरम भीम जिला]] पर स्थानान्तरित कैलन
64787
wikitext
text/x-wiki
#REDIRECT [[कोमरम भीम जिला]]
djsp91twyk79t753czfxn8l03jx6jr9
खम्मं मण्डल
0
16775
64789
2026-08-13T18:06:12Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[खम्मं मण्डल]] के [[खम्मं जिला]] पर स्थानान्तरित कैलन
64789
wikitext
text/x-wiki
#REDIRECT [[खम्मं जिला]]
54dg8d3ruo515u2ei4gp1ie83r8paow
जगित्याल मण्डल
0
16776
64791
2026-08-13T18:06:13Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[जगित्याल मण्डल]] के [[जगित्याल जिला]] पर स्थानान्तरित कैलन
64791
wikitext
text/x-wiki
#REDIRECT [[जगित्याल जिला]]
181vopvriskqonxw8390py6ogcz7k8s
जनगाम मण्डल
0
16777
64793
2026-08-13T18:06:16Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[जनगाम मण्डल]] के [[जनगाम जिला]] पर स्थानान्तरित कैलन
64793
wikitext
text/x-wiki
#REDIRECT [[जनगाम जिला]]
px0j397qdkctnvvq8boj5wex8mklzns
जयशङ्कर भूपालपल्लि मण्डल
0
16778
64795
2026-08-13T18:07:14Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[जयशङ्कर भूपालपल्लि मण्डल]] के [[जयशङ्कर भूपालपल्लि जिला]] पर स्थानान्तरित कैलन
64795
wikitext
text/x-wiki
#REDIRECT [[जयशङ्कर भूपालपल्लि जिला]]
ohf4ga80ws8zqo8hcydgrgvcwz07y3x
जोगुलाम्ब गद्वाल मण्डल
0
16779
64797
2026-08-13T18:07:16Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[जोगुलाम्ब गद्वाल मण्डल]] के [[जोगुलाम्ब गद्वाल जिला]] पर स्थानान्तरित कैलन
64797
wikitext
text/x-wiki
#REDIRECT [[जोगुलाम्ब गद्वाल जिला]]
t7nbqoj2fd3v9ws5baz2nf5vbqf4o9y
नल्गोण्ड मण्डल
0
16780
64799
2026-08-13T18:07:18Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[नल्गोण्ड मण्डल]] के [[नल्गोण्ड जिला]] पर स्थानान्तरित कैलन
64799
wikitext
text/x-wiki
#REDIRECT [[नल्गोण्ड जिला]]
lq7d2plbc8rm2mwhtse135gu6jbxzfy
नागरर्कर्नूल् मण्डल
0
16781
64801
2026-08-13T18:07:20Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[नागरर्कर्नूल् मण्डल]] के [[नागरर्कर्नूल् जिला]] पर स्थानान्तरित कैलन
64801
wikitext
text/x-wiki
#REDIRECT [[नागरर्कर्नूल् जिला]]
ds8ojeegj795s186sziztcd0oe2kt5y
निजामाबाद् मण्डल
0
16782
64803
2026-08-13T18:07:36Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[निजामाबाद् मण्डल]] के [[निजामाबाद जिला]] पर स्थानान्तरित कैलन
64803
wikitext
text/x-wiki
#REDIRECT [[निजामाबाद जिला]]
qu01uzeot3di8j8pmkwd607h7n4wajv
पेद्दपल्लि मण्डल
0
16783
64805
2026-08-13T18:07:37Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[पेद्दपल्लि मण्डल]] के [[पेद्दपल्लि जिला]] पर स्थानान्तरित कैलन
64805
wikitext
text/x-wiki
#REDIRECT [[पेद्दपल्लि जिला]]
mgvavvz8rsbr93ikacomw2duk3guwvw
जयशंकर भूपालपल्लि मण्डल
0
16784
64806
2026-08-13T18:11:49Z
ऐक्टिवेटेड्
76
[[जयशङ्कर भूपालपल्लि जिला]] के पुनर्निर्देशित
64806
wikitext
text/x-wiki
#REDIRECT [[जयशङ्कर भूपालपल्लि जिला]]
ohf4ga80ws8zqo8hcydgrgvcwz07y3x
जयशंकर भूपालपल्लि जिला
0
16785
64807
2026-08-13T18:11:50Z
ऐक्टिवेटेड्
76
[[जयशङ्कर भूपालपल्लि जिला]] के पुनर्निर्देशित
64807
wikitext
text/x-wiki
#REDIRECT [[जयशङ्कर भूपालपल्लि जिला]]
ohf4ga80ws8zqo8hcydgrgvcwz07y3x
बरङ्गल् मण्डल
0
16786
64826
2026-08-13T18:38:01Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[बरङ्गल् मण्डल]] के [[वरङ्गल् जिला]] पर स्थानान्तरित कैलन
64826
wikitext
text/x-wiki
#REDIRECT [[वरङ्गल् जिला]]
0q8syv3d7uj0lioy9a2levt86re9ae1
भद्राद्री कोठगुडं मण्डल
0
16787
64828
2026-08-13T18:38:03Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[भद्राद्री कोठगुडं मण्डल]] के [[भद्राद्री कोठगुडं जिला]] पर स्थानान्तरित कैलन
64828
wikitext
text/x-wiki
#REDIRECT [[भद्राद्री कोठगुडं जिला]]
ncbo0qf073qnl17zde8ffdin6fzs4h4
महबूबाबाद् मण्डल
0
16788
64830
2026-08-13T18:38:08Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[महबूबाबाद् मण्डल]] के [[महबूबाबाद जिला]] पर स्थानान्तरित कैलन
64830
wikitext
text/x-wiki
#REDIRECT [[महबूबाबाद जिला]]
mn3szckgsqz7iyq8cst4wgtt51b92c0
मुलुगु मण्डल
0
16789
64832
2026-08-13T18:38:10Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[मुलुगु मण्डल]] के [[मुलुगु जिला]] पर स्थानान्तरित कैलन
64832
wikitext
text/x-wiki
#REDIRECT [[मुलुगु जिला]]
qazwaatk0tfqmj6551q5s8513ey8wmy
मेड्चल मल्काजगिरि मण्डल
0
16791
64835
2026-08-13T18:38:13Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[मेड्चल मल्काजगिरि मण्डल]] के [[मेड्चल मल्काजगिरि जिला]] पर स्थानान्तरित कैलन
64835
wikitext
text/x-wiki
#REDIRECT [[मेड्चल मल्काजगिरि जिला]]
6mdw51pnciz6w0st66mifi86un4e8ce
मेदक मण्डल
0
16792
64837
2026-08-13T18:38:15Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[मेदक मण्डल]] के [[मेदक जिला]] पर स्थानान्तरित कैलन
64837
wikitext
text/x-wiki
#REDIRECT [[मेदक जिला]]
bo99q567j5uitwskimpfmwsfxkx54g9
यादाद्रि भुबनगिरि मण्डल
0
16793
64839
2026-08-13T18:39:32Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[यादाद्रि भुबनगिरि मण्डल]] के [[यादाद्रि भुवनगिरि जिला]] पर स्थानान्तरित कैलन
64839
wikitext
text/x-wiki
#REDIRECT [[यादाद्रि भुवनगिरि जिला]]
ao8g9yryjvzq7bk3qnwf8cocv01d922
रङ्गारेड्डि मण्डल
0
16794
64841
2026-08-13T18:39:33Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[रङ्गारेड्डि मण्डल]] के [[रङ्गारेड्डि जिला]] पर स्थानान्तरित कैलन
64841
wikitext
text/x-wiki
#REDIRECT [[रङ्गारेड्डि जिला]]
gi0qfu6tbaaigeclkcp583czb8rqqmh
राजन्न सिरिसिल्ल मण्डल
0
16795
64843
2026-08-13T18:39:34Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[राजन्न सिरिसिल्ल मण्डल]] के [[राजन्न सिरिसिल्ल जिला]] पर स्थानान्तरित कैलन
64843
wikitext
text/x-wiki
#REDIRECT [[राजन्न सिरिसिल्ल जिला]]
5j6f62v6o481vcj0e2ukl2jznwww8ln
हैदराबाद मण्डल, भारत
0
16796
64845
2026-08-13T18:39:45Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[हैदराबाद मण्डल, भारत]] के [[हैदराबाद जिला, भारत]] पर स्थानान्तरित कैलन
64845
wikitext
text/x-wiki
#REDIRECT [[हैदराबाद जिला, भारत]]
0qag32woy726zg6rkb7hosf5yx3bc8r
हनुमकोण्ड मण्डल
0
16797
64847
2026-08-13T18:39:46Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[हनुमकोण्ड मण्डल]] के [[हनुमकोण्ड जिला]] पर स्थानान्तरित कैलन
64847
wikitext
text/x-wiki
#REDIRECT [[हनुमकोण्ड जिला]]
nf5rjhjp4i0dnik8vju4pnxyaz4hcf7
सूर्यापेट मण्डल
0
16798
64849
2026-08-13T18:39:48Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[सूर्यापेट मण्डल]] के [[सूर्यापेट जिला]] पर स्थानान्तरित कैलन
64849
wikitext
text/x-wiki
#REDIRECT [[सूर्यापेट जिला]]
og4uixmnmcja36pbdbtibr7qin2ygzk
सिद्दिपेट मण्डल
0
16799
64851
2026-08-13T18:39:49Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[सिद्दिपेट मण्डल]] के [[सिद्दिपेट जिला]] पर स्थानान्तरित कैलन
64851
wikitext
text/x-wiki
#REDIRECT [[सिद्दिपेट जिला]]
11kop6pz376u3kh7eis93nrlxz8s5uk
सङ्गारेड्डि मण्डल
0
16800
64853
2026-08-13T18:40:24Z
ऐक्टिवेटेड्
76
ऐक्टिवेटेड् पन्ना [[सङ्गारेड्डि मण्डल]] के [[सङ्गारेड्डि जिला]] पर स्थानान्तरित कैलन
64853
wikitext
text/x-wiki
#REDIRECT [[सङ्गारेड्डि जिला]]
3hz4a6s4nwaku62x1ezt9c7vp4k9tdl
साँचा:Encodefirst
10
16801
64877
2026-08-13T19:15:30Z
ऐक्टिवेटेड्
76
"{{#invoke:MultiReplace|main|1={{{1}}}|2=^:|3=:|4=^;|5=;|6=^*|7=*|8=^#|9=#}}<noinclude> {{Documentation}} </noinclude>" सङ्गे नया पन्ना बनावल गेलै
64877
wikitext
text/x-wiki
{{#invoke:MultiReplace|main|1={{{1}}}|2=^:|3=:|4=^;|5=;|6=^*|7=*|8=^#|9=#}}<noinclude>
{{Documentation}}
</noinclude>
fgsuijq1qbeeru97jz4uaebxs5w3y9x
श्रेणी:Wikidata वस्तुसे जुटल पुनर्निर्देश
14
16802
64879
2026-08-14T11:56:09Z
PK2
258
खाली पन्ना बनावल गेलै
64879
wikitext
text/x-wiki
phoiac9h4m842xq45sp7s6u21eteeq1