Help:F.show
From Tetherless World Wiki
| Help:F.show | Template:F.show |
- author: {{#set:author=Li Ding}}Li Ding
- version: {{#set:version=0.2}}0.2
- description: {{#set:description=print a selected list of properties about a thing}}print a selected list of properties about a thing
- package: {{#set:package=help:smwbp_foundation_templates}}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 | |
| first_name | |
| last_name | |
| affiliation |
Hide links
{{f.show|Li Ding|name,first_name,last_name,affiliation|link=none}}
| name | |
| first_name | |
| last_name | |
| affiliation |
show a list
{{f.show|Li Ding|name,first_name,last_name,affiliation|format=ul}}
- name:
- first_name:
- last_name:
- affiliation:
{{f.show|Li Ding|name,first_name,last_name,affiliation|format=ol}}
- name:
- first_name:
- last_name:
- affiliation:
Plain
{{f.show|Li Ding|name,first_name,last_name,affiliation|format=plain}}
