Zum Inhalt springen

Modul:Vorlage:Auflistung: Unterschied zwischen den Versionen

2020-10-28
(2020-10-27)
(2020-10-28)
Zeile 1: Zeile 1:
local HorizontalList = { suite  = "HorizontalList",
local HorizontalList = { suite  = "HorizontalList",
                         serial = "2020-10-27",
                         serial = "2020-10-28",
                         item  = 100938243 }
                         item  = 100938243 }
-- Horizontal list of items by HTML/CSS list
-- Horizontal list of items by HTML/CSS list
Zeile 89: Zeile 89:
             if type( apart ) == "string" then
             if type( apart ) == "string" then
                 es = mw.html.create( "span" )
                 es = mw.html.create( "span" )
                             :wikitext( apart )
                             :node( mw.html.create( "span" )
                                          :attr( "aria-hidden", "true" )
                                          :wikitext( apart ) )
                 for k, v in pairs( CSS.classesSep ) do
                 for k, v in pairs( CSS.classesSep ) do
                     es:addClass( v )
                     es:addClass( v )
Anonymer Benutzer