Help:F.show
From Semantic Portal Wiki
| Help:F.show | Template:F.show |
- author: Li Ding
- version: 0.2
- description: print a selected list of properties about a thing
- lastmodified: 9 September 2009 19:56:25
- package: help:smwbp_foundation_templates
IMPORTANT NOTICE:
- This set of templates are created by Li Ding .
- for current version: go to http://tw.rpi.edu/portal/Help:F.show
Contents |
Usage
syntax:
{{f.show|PAGENAME|PROPERTY-LIST|format= |link=}}
notes:
- PROPERTY-LIST: a list of properties, separated by ","
- PAGENAME: the wiki page to be queried,
| option | description |
| link= | link rendering option. possible values: "all"(default), "none" |
| format= | format option. possible values: "table"(default), "ul", "ol" |
Examples
Regular Usage
{{f.show|Li Ding|name,first_name,last_name,affiliation}}
| name | Li Ding |
| first_name | Li |
| last_name | Ding |
| affiliation | Rensselaer Polytechnic Institute |
Hide links
{{f.show|Li Ding|name,first_name,last_name,affiliation|link=none}}
| name | Li Ding |
| first_name | Li |
| last_name | Ding |
| affiliation | Rensselaer Polytechnic Institute |
show a list
{{f.show|Li Ding|name,first_name,last_name,affiliation|format=ul}}
- name: Li Ding
- first_name: Li
- last_name: Ding
- affiliation: Rensselaer Polytechnic Institute
{{f.show|Li Ding|name,first_name,last_name,affiliation|format=ol}}
- name: Li Ding
- first_name: Li
- last_name: Ding
- affiliation: Rensselaer Polytechnic Institute
Plain
{{f.show|Li Ding|name,first_name,last_name,affiliation|format=plain}}
name = "Li Ding",
first_name = "Li",
last_name = "Ding",
affiliation = "Rensselaer Polytechnic Institute",
Facts about F.showRDF feed
| Author | Li Ding + |
| Description | print a selected list of properties about a thing |
| Lastmodified | 9 September 2009 19:56:25 + |
| Package | Smwbp foundation templates + |
| Version | 0.2 + |

