Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 715 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 715 Bytes

SMWListProps

Extension for printing out all the different properties associated to a wiki page.

Usage

  • {{#SMWListProps:FULLPAGENAME|wikionly}}

If FULLPAGENAME is skipped, current pagename is considered.

If we define 'wikionly', only properties defined in the wiki (not special ones) are printed.

Other parameters:

  • values: show properties values
  • raw: render properties values as raw or unformatted text

It's possible to change output

  • sep=separator: defines a separator (default ,)
  • sepvalues=separator: defines a separator in case of multiple values (default -)
  • eqvalues=equal: define a property - value linking value (default :)