Module:Icon/data: Difference between revisions

Jump to navigation Jump to search
Created page with "-- This module stores icon data for Module:Icon. -------------------------------------------------------------------------------- -- Icon data -------------------------------------------------------------------------------- local data = { fa = { image = "Featured article star.svg", tooltip = "Featured article", link = true, }, far = { image = "Cscr-star piece.png", tooltip = "Featured article review", link = true, }, farc = { image = "Cscr-star p..."
imported>Paine Ellsworth
(Created page with "-- This module stores icon data for Module:Icon. -------------------------------------------------------------------------------- -- Icon data -------------------------------------------------------------------------------- local data = { fa = { image = "Featured article star.svg", tooltip = "Featured article", link = true, }, far = { image = "Cscr-star piece.png", tooltip = "Featured article review", link = true, }, farc = { image = "Cscr-star p...")
Line 145: Line 145:
},
},
vp = {
vp = {
image = "ENSW VP Logo.svg",
image = "ENWP VP Logo.svg",
tooltip = "Valued picture",
tooltip = "Valued picture",
link = true,
link = true,
Line 272: Line 272:
book = {
book = {
image = "Symbol book class2.svg",
image = "Symbol book class2.svg",
tooltip = "Stiles.casa Wiki book",
tooltip = "Wikipedia book",
link = true,
link = true,
},
},
Line 387: Line 387:
},
},
tfa = {
tfa = {
image = "Stiles.casa Wiki-logo.svg",
image = "Wikipedia-logo.svg",
tooltip = "Today's Featured Article",
tooltip = "Today's Featured Article",
link = true,
link = true,
},
},
tfl = {
tfl = {
image = "Stiles.casa Wiki-logo.svg",
image = "Wikipedia-logo.svg",
tooltip = "Today's Featured List",
tooltip = "Today's Featured List",
link = true,
link = true,
Line 416: Line 416:
link = true,
link = true,
},
},
stiles.casa_wiki = {
wikipedia = {
image = "Stiles.casa Wiki-logo.svg",
image = "Wikipedia-logo.svg",
tooltip = "Stiles.casa Wiki page",
tooltip = "Wikipedia page",
link = true,
link = true,
},
},

Navigation menu