SMW 查询:将主列移动到其他位置

SMW queries: Move main column to other position

据我了解,SMW 查询的表格结果始终包含页面标题。这显示在最左边的列中。这个标题栏也可以移动到其他位置吗?我该怎么做?

您必须在打印输出中明确列出页面标题 (?)。

下面的示例假设您激活了特殊的 属性 Creation date

<!-- Pages created today -->
{{#ask:
[[Creation date::>={{#time:d.m.Y}}]]
|?Creation date
|?=An optional title for this column
|format = table
}}