Modul:Quickbar2/Params

Aus skandinavien-wiki.net

Die Dokumentation für dieses Modul kann unter Modul:Quickbar2/Params/doc erstellt werden

return {
   
   qb_table = {
      pos         = 'right',
      topBorder   = 'no',
      tableclass    = ''
   },

    qb_header = {
      colspan     = '2',
      text        = 'Titel',
      rowclass    = ''
   },

   qb_item = {
      heading  = '',
      value    = '',
      value2   = '',
      value3   = '',
      rowclass = ''
   },

   qb_image = {
      heading           = '',
      image             = '',
      colspan           = '2',
      wikidataproperty  = '',
      wikidataformat    = '',
      nofilecheck       = 'no',
      rowclass          = ''
   },

   qb_line = {
      colspan  = '2',
      rowclass = ''
   }
   
}