internshipType macro

internshipType macro

  • inline
    • yes
  • content
    • mandatory
      • “Internship” reference
  • parameters
    •  plural — singolar / plural
      • admissible values: true ( true | yes | y | vero | v | 1 ) / false ( false | no | n | falso | 0 )
      • default: false 
    •  uppercase — lowercase / uppercase
      • admissible values: true ( true | yes | y | vero | v | 1 ) / false ( false | no | n | falso | 0 )
      • default: false 

Examples

{{internshipType}}Internship.Corbidaslab2016{{/internshipType}}

curricular internship

{{internshipType plural='false'}}Corbidaslab2016{{/internshipType}}

curricular internship

{{internshipType uppercase='yes'}} Corbidaslab2016  {{/internshipType}}

Curricular Internship

{{internshipType uppercase='whatever'}} Corbidaslab2016  {{/internshipType}}

curricular internship

counterexamples

{{internshipType/}}

Macro internshipType needs an “Internships” document as content

{{internshipType}}  {{/internshipType}}

Macro internshipType needs an “Internships” document as content

{{internshipType}} pippo  {{/internshipType}}

Document “Internship.pippo” does not exist

{{internshipType}} Talk.pippo{{/internshipType}}

Document “Talk.pippo” does not exist

{{internshipType}} Publication.2pktJelia2021  {{/internshipType}}

No “Internships” object in document “Publication.2pktJelia2021”