Marienberg Rural LLG

Marienberg Rural LLG (also Marienberg Hills Rural LLG) is a local-level government (LLG) of East Sepik Province, Papua New Guinea.[1][2] The Marienberg languages are spoken in this LLG, as well as various Lower Sepik-Ramu languages and the isolate Tayap.[3][4]

Marienberg Rural LLG
Marienberg Rural LLG
Location within Papua New Guinea
Coordinates: 3.962219°S 144.230859°E / -3.962219; 144.230859 (Marienberg Stn)
CountryPapua New Guinea
ProvinceEast Sepik Province
Time zoneUTC+10 (AEST)

Wards

gollark: String center: this is pretty CC-specific.
gollark: Table length: `#table`.
gollark: Any specific thingies it's missing?
gollark: You can use luadash.
gollark: ```rust#[macro_use] extern crate serenity;extern crate dotenv;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { dotenv::dotenv().ok(); // Load bot token from environment, let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token unavailable"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { eprintln!("An error occured: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```Fun with discord bots, and yes this is literally the example code.

See also

References

  1. "Census Figures by Wards - Momase Region". www.nso.gov.pg. 2011 National Population and Housing Census: Ward Population Profile. Port Moresby: National Statistical Office, Papua New Guinea. 2014.
  2. "Final Figures". www.nso.gov.pg. 2011 National Population and Housing Census: Ward Population Profile. Port Moresby: National Statistical Office, Papua New Guinea. 2014.
  3. Eberhard, David M.; Simons, Gary F.; Fennig, Charles D., eds. (2019). "Papua New Guinea languages". Ethnologue: Languages of the World (22nd ed.). Dallas: SIL International.
  4. Foley, William A. (2018). "The Languages of the Sepik-Ramu Basin and Environs". In Palmer, Bill (ed.). The Languages and Linguistics of the New Guinea Area: A Comprehensive Guide. The World of Linguistics. 4. Berlin: De Gruyter Mouton. pp. 197–432. ISBN 978-3-11-028642-7.
  5. United Nations in Papua New Guinea (2018). "Papua New Guinea Village Coordinates Lookup". Humanitarian Data Exchange. 1.31.9.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.