4,599
edits
(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...") |
No edit summary |
||
Line 272: | Line 272: | ||
book = { | book = { | ||
image = "Symbol book class2.svg", | image = "Symbol book class2.svg", | ||
tooltip = " | tooltip = "Stiles.casa Wiki book", | ||
link = true, | link = true, | ||
}, | }, | ||
Line 387: | Line 387: | ||
}, | }, | ||
tfa = { | tfa = { | ||
image = " | image = "Stiles.casa Wiki-logo.svg", | ||
tooltip = "Today's Featured Article", | tooltip = "Today's Featured Article", | ||
link = true, | link = true, | ||
}, | }, | ||
tfl = { | tfl = { | ||
image = " | image = "Stiles.casa Wiki-logo.svg", | ||
tooltip = "Today's Featured List", | tooltip = "Today's Featured List", | ||
link = true, | link = true, | ||
Line 416: | Line 416: | ||
link = true, | link = true, | ||
}, | }, | ||
stilescasa_wiki = { | |||
image = " | image = "Stiles.casa Wiki-logo.svg", | ||
tooltip = " | tooltip = "Stiles.casa Wiki page", | ||
link = true, | link = true, | ||
}, | }, |