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
Requires
- php: >=5.3.0
- composer/installers: 1.*,>=1.0.1
- mediawiki/semantic-media-wiki: >=2.0
This package is auto-updated.
Last update: 2024-10-15 02:15:35 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 :)