モノトーンの伝説日記

Apex Legends, Splatoon, Programming, and so on...

MediaWiki で使える Lua で書いた tableutil の話。

 結構いい感じだと思います。

  • 1. table と graph を合わせた表
  • 2. Lua で生成
  • 3. ドキュメント
    • 3.1 [Class] Cell (root)
      • Cell.new(name, opts)
    • 3.2 [Class] ValueCell: Cell
      • ValueCell.new(name, dataIndex, opts)
    • 3.3 [Class] RankCell: Cell
      • RankCell.new(name, dataIndex, descending)
    • 3.4 [Class] LineCell: Cell
      • 付与されるクラス
      • LineCell.new(name, dataIndex, descending)
      • 補足説明
    • 3.5 [Class] LineValueCell: LineCell
    • 3.6 [Function] specifyUICell
      • specifyUICell(klasstype, renderFunction, propNames)
    • 3.7 [Function] createTable
      • createTable(dataset, metadata, opts)
  • 4. サンプルコード
  • まとめ
続きを読む