Zum Inhalt springen

Modul:Icon/data: Unterschied zwischen den Versionen

better comments
(create data module for Module:Icon from data in Template:Icon)
 
(better comments)
Zeile 1: Zeile 1:
-- This module stores icon data for [[Module:Icon]].
--------------------------------------------------------------------------------
-- Icon data
--------------------------------------------------------------------------------
local data = {
local data = {
fa = {
fa = {
Zeile 369: Zeile 375:
}
}


--------------------------------------------------------------------------------
-- End icon data
--------------------------------------------------------------------------------
-- Make aliases work the same as normal keys, and remove the "aliases" subtables.
for k, t in pairs(data) do
for k, t in pairs(data) do
if t.aliases then
if t.aliases then
Anonymer Benutzer