Module:Portal/images/k: Difference between revisions
< Module:Portal | images
Jump to navigation
Jump to search
(Created page with "return { ["kylaris"] = "Kylaris_circle_logo_transparent.png|link=|alt=", }") |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
--[==[ This is the "K" 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 "K". 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/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/o]] - for portal names beginning with "O". | |||
-- [[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 { | return { | ||
["kylaris"] = " | ["kylaris"] = "Kylaris circle logo transparent.png|link=|alt=" | ||
} | } |
Latest revision as of 19:41, 18 October 2023
Documentation for this module may be created at Module:Portal/images/k/doc
--[==[ This is the "K" 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 "K". 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/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/o]] - for portal names beginning with "O".
-- [[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 {
["kylaris"] = "Kylaris circle logo transparent.png|link=|alt="
}