Difference between revisions of "Template:WCNA 2021 Session Submission"

From WikiConference North America
Jump to navigation Jump to search
(Moving abstract to bottom so other params are more easily accessed)
(Setting up Cargo tables)
Line 20: Line 20:
 
</pre>
 
</pre>
 
Edit the page to see the template text.
 
Edit the page to see the template text.
</noinclude><includeonly>
+
</noinclude><includeonly>{{#cargo_declare:
  +
_table=2021_submissions
  +
|title=String
  +
|status=String
  +
|theme=String
  +
|type=String
  +
|abstract=Text
  +
|academic=Boolean
  +
|author=String
  +
|email=String
  +
|username=String
  +
|affiliates=String
  +
|time=String
  +
|requests=String
  +
|presented=String
  +
|submitted=Boolean
  +
}}{{#cargo_store:
  +
_table=2021_submissions
  +
|title={{SUBPAGENAME}}
  +
|status={{{status|}}}
  +
|theme={{{theme|}}}
  +
|type={{{type|}}}
  +
|abstract={{{abstract|}}}
  +
|academic={{{academic|}}}
  +
|author={{{author|}}}
  +
|email={{{email|}}}
  +
|username={{{username|}}}
  +
|affiliates={{{affiliates|}}}
  +
|time={{{time|}}}
  +
|requests={{{requests|}}}
  +
|presented={{{presented|}}}
  +
|submitted={{{submitted|}}}
  +
}}
 
{{2021/{{#ifeq:{{{status|}}} | Submit | Pending | {{{status|Pending}}}}}}}
 
{{2021/{{#ifeq:{{{status|}}} | Submit | Pending | {{{status|Pending}}}}}}}
   

Revision as of 15:40, 30 August 2021

This is the "WCNA 2021 Session Submission" template. It should be called in the following format:

{{WCNA 2021 Session Submission
|theme=
|type=
|academic=
|author=
|email=
|username=
|affiliates=
|time=
|requests=
|presented=
|present-other=
|submitted=
|abstract=
}}

Edit the page to see the template text.