Module:Portal/images/o: Difference between revisions

From Sarkarverse
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(One intermediate revision by the same user not shown)
Line 41: Line 41:
   
   
return {
return {
    ["oaxaca"] = "Flag of Oaxaca.png",
["oaxaca"] = "Flag of Oaxaca.png",
    ["occult"] = "Pentacle 2.svg",
["occult"] = "Pentacle 2.svg",
    ["oceania"] = "大洋.png",
["oceania"] = "大洋.png",
    ["oceans"] = "Rotating earth (Very small).gif",
["oceans"] = "Rotating earth (Very small).gif",
    ["ohio"] = "Flag of Ohio.svg",
["ohio"] = "Flag of Ohio.svg",
    ["oklahoma"] = "Flag of Oklahoma.svg",
["oklahoma"] = "Flag of Oklahoma.svg",
    ["old airport road, bangalore"] = "Manipal_Hospital_front_View_4-20-2008_5-24-37_PM.JPG",
["olympics"] = "Olympic Rings.svg",
    ["olympics"] = "Olympic Rings.svg",
["oman"] = "Flag of Oman.svg",
    ["olympics/paralympics"] = "IPC logo (2004).svg",
["ontario"] = "Flag of Ontario.svg",
    ["oman"] = "Flag of Oman.svg",
["ontario regions"] = "Ontario-flag-contour.png",
    ["ontario"] = "Flag of Ontario.svg",
["opera"] = "Operalogo.svg",
    ["ontario regions"] = "Ontario-flag-contour.png",
["oregon"] = "Flag of Oregon.svg",
    ["opera"] = "Operalogo.svg",
["organic chemistry"] = "Covalent.svg",
    ["oregon"] = "Flag of Oregon.svg",
["organized labour"] = "Syndicalism.svg",
    ["organic chemistry"] = "Covalent.svg",
["oriental orthodoxy"] = "CopticCross.jpg",
    ["organized labour"] = "Syndicalism.svg",
["origami"] = "Origami-crane.jpg",
    ["oriental orthodoxy"] = "CopticCross.jpg",
["orissa"] = "Konark_Wheel.jpg",
    ["origami"] = "Origami-crane.jpg",
["osaka"] = "Flag of Osaka City.svg",
    ["orissa"] = "Konark_Wheel.jpg",
["osaka university"] = "Toyonaka stone.png",
    ["osaka"] = "Flag of Osaka City.svg",
["oscar wilde"] = "Oscar Wilde, 1882.jpg",
    ["osaka university"] = "Toyonaka stone.png",
["ottawa"] = "Flag of Ottawa, Ontario.svg|border",
    ["oscar wilde"] = "Oscar Wilde, 1882.jpg",
["ottoman empire"] = "Ottoman flag.svg",
    ["ossetia"] = "Flag of North Ossetia.svg",
["outlines"] = "Global thinking.svg",
    ["ottawa"] = "Flag of Ottawa, Ontario.svg|border",
["oxfordshire"] = "EnglandOxfordshire.png",
    ["outer ring road, bangalore"] = "Outer_Ring_Road_from_ILife_Apartments_8-9-2008_9-49-45_AM.JPG",
["oz"] = "Oz flag.svg"
    ["outlines"] = "Global thinking.svg",
    ["oxfordshire"] = "EnglandOxfordshire.png",
    ["oz"] = "Oz flag.svg"
}
}

Latest revision as of 23:10, 13 March 2014

--[==[ This is the "O" list of portal image names. It contains a list of portal images for use with Module:Portal -- for portal names that start with the letter "O". For aliases to existing portal names, and for portal names that -- start with other letters, please use the appropriate page from the following list:

-- Module:Portal/images/a - for portal names beginning with "A". -- Module:Portal/images/b - for portal names beginning with "B". -- Module:Portal/images/c - for portal names beginning with "C". -- Module:Portal/images/d - for portal names beginning with "D". -- Module:Portal/images/e - for portal names beginning with "E". -- Module:Portal/images/f - for portal names beginning with "F". -- Module:Portal/images/g - for portal names beginning with "G". -- Module:Portal/images/h - for portal names beginning with "H". -- Module:Portal/images/i - for portal names beginning with "I". -- Module:Portal/images/j - for portal names beginning with "J". -- Module:Portal/images/k - for portal names beginning with "K". -- Module:Portal/images/l - for portal names beginning with "L". -- Module:Portal/images/m - for portal names beginning with "M". -- Module:Portal/images/n - for portal names beginning with "N". -- Module:Portal/images/p - for portal names beginning with "P". -- Module:Portal/images/q - for portal names beginning with "Q". -- Module:Portal/images/r - for portal names beginning with "R". -- Module:Portal/images/s - for portal names beginning with "S". -- Module:Portal/images/t - for portal names beginning with "T". -- Module:Portal/images/u - for portal names beginning with "U". -- Module:Portal/images/v - for portal names beginning with "V". -- Module:Portal/images/w - for portal names beginning with "W". -- Module:Portal/images/x - for portal names beginning with "X". -- Module:Portal/images/y - for portal names beginning with "Y". -- Module:Portal/images/z - for portal names beginning with "Z". -- Module:Portal/images/other - for portal names beginning with any other letters. This includes numbers, -- letters with diacritics, and letters in non-Latin alphabets. -- Module:Portal/images/aliases - for adding aliases for existing portal names. Use this page for variations -- in spelling and diacritics, etc., no matter what letter the portal begins with.

-- When adding entries, please use alphabetical order. The format of the images table entries is as follows: -- ["portal name"] = "image.svg", -- The portal name should be the name of your portal, in lower case. For example, the portal name for -- "Portal:United Kingdom" would be "united kingdom". The image name should be capitalised normally, and the "File:" -- namespace prefix should be omitted. ]==]

return { ["oaxaca"] = "Flag of Oaxaca.png", ["occult"] = "Pentacle 2.svg", ["oceania"] = "大洋.png", ["oceans"] = "Rotating earth (Very small).gif", ["ohio"] = "Flag of Ohio.svg", ["oklahoma"] = "Flag of Oklahoma.svg", ["olympics"] = "Olympic Rings.svg", ["oman"] = "Flag of Oman.svg", ["ontario"] = "Flag of Ontario.svg", ["ontario regions"] = "Ontario-flag-contour.png", ["opera"] = "Operalogo.svg", ["oregon"] = "Flag of Oregon.svg", ["organic chemistry"] = "Covalent.svg", ["organized labour"] = "Syndicalism.svg", ["oriental orthodoxy"] = "CopticCross.jpg", ["origami"] = "Origami-crane.jpg", ["orissa"] = "Konark_Wheel.jpg", ["osaka"] = "Flag of Osaka City.svg", ["osaka university"] = "Toyonaka stone.png", ["oscar wilde"] = "Oscar Wilde, 1882.jpg", ["ottawa"] = "Flag of Ottawa, Ontario.svg|border", ["ottoman empire"] = "Ottoman flag.svg", ["outlines"] = "Global thinking.svg", ["oxfordshire"] = "EnglandOxfordshire.png", ["oz"] = "Oz flag.svg" }