1

As far as I understand a tabular result of a SMW query always contains the page title. This is presented in the leftmost column. Can this title column be moved to some other position as well? How can I do that?

Regis May
  • 3,070
  • 2
  • 30
  • 51

1 Answers1

1

You have to list the page title (?) explicitly in the printouts.

The example below assumes that you have the special property Creation date activated.

<!-- Pages created today -->
{{#ask:
[[Creation date::>={{#time:d.m.Y}}]]
|?Creation date
|?=An optional title for this column
|format = table
}}
Alexander Mashin
  • 3,892
  • 1
  • 9
  • 15
  • see https://www.semantic-mediawiki.org/wiki/Help:Inline_queries#Standard_parameters_for_inline_queries mainlabel parameter – Wolfgang Fahl Apr 06 '21 at 13:37