Washington, D.C.: Difference between revisions
(Created page with " {{Breadcrumbs|align=right|officialwebsite=no|wikipedia=yes}}'''Washington, D.C.''', formally the District of Columbia and commonly referred to as Washington or D.C., is the capital city of the United States of America. It's located between the states of Maryland and Virginia, along the Potomac River. It's not part of any state; it's a federal district under the exclusive jurisdiction of the U.S. Congress. It is governed by the Archdiocese of Washington. == History...") |
|||
Line 8: | Line 8: | ||
== Parishes == | == Parishes == | ||
{{#cargo_query: | |||
tables=Parishes | |||
|fields=Parishes._pageName, Parishes.City, Parishes.MailingAddress | |||
|where=Parishes.AdministrativeSubdivision HOLDS LIKE "D.C%" | |||
|format=table | |||
}} |
Revision as of 08:38, 23 October 2024
|
Washington, D.C., formally the District of Columbia and commonly referred to as Washington or D.C., is the capital city of the United States of America. It's located between the states of Maryland and Virginia, along the Potomac River. It's not part of any state; it's a federal district under the exclusive jurisdiction of the U.S. Congress.
It is governed by the Archdiocese of Washington.
History
The city was founded on July 16, 1790, to serve as the new national capital. The location was chosen as a compromise between the Northern and Southern states. Pierre Charles L'Enfant designed the city's basic layout, with its grid pattern interspersed with diagonal avenues and public squares.
Parishes
Function: CargoSQLQuery::run Query: SELECT `cargo__Parishes`.`_pageID` AS `cargo_backlink_page_id_Parishes`,`cargo__Parishes`.`_pageName` AS `_pageName`,`cargo__Parishes`.`City` AS `City`,`cargo__Parishes`.`MailingAddress` AS `MailingAddress` FROM `cargo__Parishes` WHERE `cargo__Parishes`.`AdministrativeSubdivision` HOLDS LIKE "D.C%" ORDER BY `cargo__Parishes`.`_pageID`,`cargo__Parishes`.`_pageName`,`cargo__Parishes`.`City`,`cargo__Parishes`.`MailingAddress` LIMIT 100