mediawiki/smw-list-props

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

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Type:mediawiki-extension

dev-master 2015-02-05 12:28 UTC

This package is auto-updated.

Last update: 2024-04-15 00:52:46 UTC


README

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 :)