Applicants
patApplicants macro
- inline
- yes
- content
- mandatory
- “Patent” reference
- mandatory
- parameters
- linked — applicants possibly linked to their profile
- admissible values: true ( true | yes | y | vero | v | 1 ) / false ( false | no | n | falso | 0 )
- default: true
- output — the way in which author names are going to be listed in display
- admissible values: comma / list / lines / dash / bar
- comma displays a comma-separated list of names
- list displays a proper list of names
- lines displays names in different lines
- dash displays a dashed list of names
- bar displays a bar-separated list of names
- default: comma
- admissible values: comma / list / lines / dash / bar
- linked — applicants possibly linked to their profile
Examples
{{patApplicants}}ElectroluxDishwater2024{{/patApplicants}}
{{patApplicants output='comma'}} Patent.ElectroluxDishwater2024{{/patApplicants}}
{{patApplicants output='list'}} ElectroluxDishwater2024 {{/patApplicants}}
{{patApplicants output='dash'}} ElectroluxDishwater2024 {{/patApplicants}}
{{patApplicants output='lines'}} ElectroluxDishwater2024 {{/patApplicants}}
{{patApplicants output='bar' linked="false"}} ElectroluxDishwater2024 {{/patApplicants}}
{{patApplicants output='dot' linked="true"}} ElectroluxDishwater2024 {{/patApplicants}}
Counterexamples
{{patApplicants}}{{/patApplicants}}
{{patApplicants linked="no"}}Publication.Pluto{{/patApplicants}}
{{patApplicants}} Talk.XaiLpCausal2021 {{/patApplicants}}