Modul:Jahrestag: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 7: Zeile 7:
pt = mw.title.getCurrentTitle().text
pt = mw.title.getCurrentTitle().text
t = [[
t = '<table class="wikitable">'..
<table class="wikitable">
'<tr>'..
  <tr>
    '<th>◄</th>'..
    <th>one</th>
    '<th>[[:Kategorie:Februar|Februar]]</th>'..
    <th>two</th>
    '<th></th>'..
  </th>
'</th>'..
  <tr>
'<tr>'..
    <td>one</td>
    '<td>one</td>'..
    <td>two</td>
    '<td>two</td>'..
  </tr>
'</tr>'..
</table>
'</table>'
]]
return t
return t
end  
end