Difference between revisions of "Template:Paper"
Jump to navigation
Jump to search
m (created by WikiTask 2020-07-21T05:36:15Z) |
m (created by WikiTask 2020-08-04T04:33:50Z) |
||
Line 16: | Line 16: | ||
==== storemode subobject ==== | ==== storemode subobject ==== | ||
<pre>{{Paper | <pre>{{Paper | ||
+ | |id= | ||
|title= | |title= | ||
− | | | + | |authors= |
+ | |pdfUrl= | ||
|volume= | |volume= | ||
|session= | |session= | ||
Line 26: | Line 28: | ||
==== storemode property ==== | ==== storemode property ==== | ||
<pre>{{Paper | <pre>{{Paper | ||
+ | |id= | ||
|title= | |title= | ||
− | | | + | |authors= |
+ | |pdfUrl= | ||
|volume= | |volume= | ||
|session= | |session= | ||
Line 36: | Line 40: | ||
==== storemode none ==== | ==== storemode none ==== | ||
<pre>{{Paper | <pre>{{Paper | ||
+ | |id= | ||
|title= | |title= | ||
− | | | + | |authors= |
+ | |pdfUrl= | ||
|volume= | |volume= | ||
|session= | |session= | ||
Line 47: | Line 53: | ||
==== viewmode tableheader ==== | ==== viewmode tableheader ==== | ||
<pre>{{Paper | <pre>{{Paper | ||
+ | |id= | ||
|title= | |title= | ||
− | | | + | |authors= |
+ | |pdfUrl= | ||
|volume= | |volume= | ||
|session= | |session= | ||
Line 57: | Line 65: | ||
==== viewmode tablerow ==== | ==== viewmode tablerow ==== | ||
<pre>{{Paper | <pre>{{Paper | ||
+ | |id= | ||
|title= | |title= | ||
− | | | + | |authors= |
+ | |pdfUrl= | ||
|volume= | |volume= | ||
|session= | |session= | ||
Line 67: | Line 77: | ||
==== viewmode tablefooter ==== | ==== viewmode tablefooter ==== | ||
<pre>{{Paper | <pre>{{Paper | ||
+ | |id= | ||
|title= | |title= | ||
− | | | + | |authors= |
+ | |pdfUrl= | ||
|volume= | |volume= | ||
|session= | |session= | ||
Line 77: | Line 89: | ||
==== viewmode labelfield ==== | ==== viewmode labelfield ==== | ||
<pre>{{Paper | <pre>{{Paper | ||
+ | |id= | ||
|title= | |title= | ||
− | | | + | |authors= |
+ | |pdfUrl= | ||
|volume= | |volume= | ||
|session= | |session= | ||
Line 88: | Line 102: | ||
<source lang='html4strict'> | <source lang='html4strict'> | ||
{{#switch:{{{userparam|}}}|sidif={{#if:{{{?pageid|}}}|{{#replace:{{#replace:{{{?pageid}}}|#|}}|-|_}} isA Paper<br>|}} | {{#switch:{{{userparam|}}}|sidif={{#if:{{{?pageid|}}}|{{#replace:{{#replace:{{{?pageid}}}|#|}}|-|_}} isA Paper<br>|}} | ||
+ | {{#if:{{{?id|}}}|"{{{?id}}}" is id of it <br>|}} | ||
{{#if:{{{?title|}}}|"{{{?title}}}" is title of it <br>|}} | {{#if:{{{?title|}}}|"{{{?title}}}" is title of it <br>|}} | ||
− | {{#if:{{{? | + | {{#if:{{{?authors|}}}|"{{{?authors}}}" is authors of it <br>|}} |
+ | {{#if:{{{?pdfUrl|}}}|"{{{?pdfUrl}}}" is pdfUrl of it <br>|}} | ||
{{#if:{{{?volume|}}}|"{{{?volume}}}" is volume of it <br>|}} | {{#if:{{{?volume|}}}|"{{{?volume}}}" is volume of it <br>|}} | ||
{{#if:{{{?session|}}}|"{{{?session}}}" is session of it <br>|}} | {{#if:{{{?session|}}}|"{{{?session}}}" is session of it <br>|}} | ||
Line 96: | Line 112: | ||
|subobject={{#subobject:- | |subobject={{#subobject:- | ||
|isA=Paper | |isA=Paper | ||
+ | |Paper id={{{id|}}} | ||
|Paper title={{{title|}}} | |Paper title={{{title|}}} | ||
− | |Paper | + | |Paper authors={{{authors|}}} |
+ | |Paper pdfUrl={{{pdfUrl|}}} | ||
|Paper volume={{{volume|}}} | |Paper volume={{{volume|}}} | ||
|Paper session={{{session|}}} | |Paper session={{{session|}}} | ||
Line 103: | Line 121: | ||
|#default={{#set: | |#default={{#set: | ||
|isA=Paper | |isA=Paper | ||
+ | |Paper id={{{id|}}} | ||
|Paper title={{{title|}}} | |Paper title={{{title|}}} | ||
− | |Paper | + | |Paper authors={{{authors|}}} |
+ | |Paper pdfUrl={{{pdfUrl|}}} | ||
|Paper volume={{{volume|}}} | |Paper volume={{{volume|}}} | ||
|Paper session={{{session|}}} | |Paper session={{{session|}}} | ||
Line 113: | Line 133: | ||
|masterdetail= | |masterdetail= | ||
|tableheader={{{!}} class='wikitable' | |tableheader={{{!}} class='wikitable' | ||
− | !title!! | + | !id!!title!!authors!!pdfUrl!!volume!!session |
{{!}}- | {{!}}- | ||
|tablerow= | |tablerow= | ||
− | {{!}}{{{title|}}}{{!}}{{!}}{{{ | + | {{!}}{{{id|}}}{{!}}{{!}}{{{title|}}}{{!}}{{!}}{{{authors|}}}{{!}}{{!}}{{{pdfUrl|}}}{{!}}{{!}}{{{volume|}}}{{!}}{{!}}{{{session|}}} |
{{!}}- | {{!}}- | ||
|tablefooter={{!}}} | |tablefooter={{!}}} | ||
|labelfield= | |labelfield= | ||
− | title={{#if:{{{title|}}}|{{{title|}}}|}}<br> | + | id={{#if:{{{id|}}}|{{{id|}}}|}}<br>title={{#if:{{{title|}}}|{{{title|}}}|}}<br>authors={{#if:{{{authors|}}}|{{{authors|}}}|}}<br>pdfUrl={{#if:{{{pdfUrl|}}}|{{{pdfUrl|}}}|}}<br>volume={{#if:{{{volume|}}}|[[{{{volume|}}}]]|}}<br>session={{#if:{{{session|}}}|[[{{{session|}}}]]|}}<br>|#default={{{!}} class='wikitable' |
! colspan='2' {{!}}Paper | ! colspan='2' {{!}}Paper | ||
{{!}}- | {{!}}- | ||
Line 127: | Line 147: | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
+ | !id | ||
+ | {{!}} {{#if:{{{id|}}}|{{{id|}}}|}} | ||
+ | {{!}}- | ||
!title | !title | ||
{{!}} {{#if:{{{title|}}}|{{{title|}}}|}} | {{!}} {{#if:{{{title|}}}|{{{title|}}}|}} | ||
{{!}}- | {{!}}- | ||
− | ! | + | !authors |
− | {{!}} {{#if:{{{ | + | {{!}} {{#if:{{{authors|}}}|{{{authors|}}}|}} |
+ | {{!}}- | ||
+ | !pdf | ||
+ | {{!}} {{#if:{{{pdfUrl|}}}|{{{pdfUrl|}}}|}} | ||
{{!}}- | {{!}}- | ||
!volume | !volume | ||
Line 149: | Line 175: | ||
</noinclude><includeonly>{{#switch:{{{userparam|}}}|sidif={{#if:{{{?pageid|}}}|{{#replace:{{#replace:{{{?pageid}}}|#|}}|-|_}} isA Paper<br>|}} | </noinclude><includeonly>{{#switch:{{{userparam|}}}|sidif={{#if:{{{?pageid|}}}|{{#replace:{{#replace:{{{?pageid}}}|#|}}|-|_}} isA Paper<br>|}} | ||
+ | {{#if:{{{?id|}}}|"{{{?id}}}" is id of it <br>|}} | ||
{{#if:{{{?title|}}}|"{{{?title}}}" is title of it <br>|}} | {{#if:{{{?title|}}}|"{{{?title}}}" is title of it <br>|}} | ||
− | {{#if:{{{? | + | {{#if:{{{?authors|}}}|"{{{?authors}}}" is authors of it <br>|}} |
+ | {{#if:{{{?pdfUrl|}}}|"{{{?pdfUrl}}}" is pdfUrl of it <br>|}} | ||
{{#if:{{{?volume|}}}|"{{{?volume}}}" is volume of it <br>|}} | {{#if:{{{?volume|}}}|"{{{?volume}}}" is volume of it <br>|}} | ||
{{#if:{{{?session|}}}|"{{{?session}}}" is session of it <br>|}} | {{#if:{{{?session|}}}|"{{{?session}}}" is session of it <br>|}} | ||
Line 157: | Line 185: | ||
|subobject={{#subobject:- | |subobject={{#subobject:- | ||
|isA=Paper | |isA=Paper | ||
+ | |Paper id={{{id|}}} | ||
|Paper title={{{title|}}} | |Paper title={{{title|}}} | ||
− | |Paper | + | |Paper authors={{{authors|}}} |
+ | |Paper pdfUrl={{{pdfUrl|}}} | ||
|Paper volume={{{volume|}}} | |Paper volume={{{volume|}}} | ||
|Paper session={{{session|}}} | |Paper session={{{session|}}} | ||
Line 164: | Line 194: | ||
|#default={{#set: | |#default={{#set: | ||
|isA=Paper | |isA=Paper | ||
+ | |Paper id={{{id|}}} | ||
|Paper title={{{title|}}} | |Paper title={{{title|}}} | ||
− | |Paper | + | |Paper authors={{{authors|}}} |
+ | |Paper pdfUrl={{{pdfUrl|}}} | ||
|Paper volume={{{volume|}}} | |Paper volume={{{volume|}}} | ||
|Paper session={{{session|}}} | |Paper session={{{session|}}} | ||
Line 174: | Line 206: | ||
|masterdetail= | |masterdetail= | ||
|tableheader={{{!}} class='wikitable' | |tableheader={{{!}} class='wikitable' | ||
− | !title!! | + | !id!!title!!authors!!pdfUrl!!volume!!session |
{{!}}- | {{!}}- | ||
|tablerow= | |tablerow= | ||
− | {{!}}{{{title|}}}{{!}}{{!}}{{{ | + | {{!}}{{{id|}}}{{!}}{{!}}{{{title|}}}{{!}}{{!}}{{{authors|}}}{{!}}{{!}}{{{pdfUrl|}}}{{!}}{{!}}{{{volume|}}}{{!}}{{!}}{{{session|}}} |
{{!}}- | {{!}}- | ||
|tablefooter={{!}}} | |tablefooter={{!}}} | ||
|labelfield= | |labelfield= | ||
− | title={{#if:{{{title|}}}|{{{title|}}}|}}<br> | + | id={{#if:{{{id|}}}|{{{id|}}}|}}<br>title={{#if:{{{title|}}}|{{{title|}}}|}}<br>authors={{#if:{{{authors|}}}|{{{authors|}}}|}}<br>pdfUrl={{#if:{{{pdfUrl|}}}|{{{pdfUrl|}}}|}}<br>volume={{#if:{{{volume|}}}|[[{{{volume|}}}]]|}}<br>session={{#if:{{{session|}}}|[[{{{session|}}}]]|}}<br>|#default={{{!}} class='wikitable' |
! colspan='2' {{!}}Paper | ! colspan='2' {{!}}Paper | ||
{{!}}- | {{!}}- | ||
Line 188: | Line 220: | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
+ | !id | ||
+ | {{!}} {{#if:{{{id|}}}|{{{id|}}}|}} | ||
+ | {{!}}- | ||
!title | !title | ||
{{!}} {{#if:{{{title|}}}|{{{title|}}}|}} | {{!}} {{#if:{{{title|}}}|{{{title|}}}|}} | ||
{{!}}- | {{!}}- | ||
− | ! | + | !authors |
− | {{!}} {{#if:{{{ | + | {{!}} {{#if:{{{authors|}}}|{{{authors|}}}|}} |
+ | {{!}}- | ||
+ | !pdf | ||
+ | {{!}} {{#if:{{{pdfUrl|}}}|{{{pdfUrl|}}}|}} | ||
{{!}}- | {{!}}- | ||
!volume | !volume |
Revision as of 05:33, 4 August 2020
This is the template Paper.
It belongs to the concept/topic Concept:Paper
You may find examples for the use of this template via the List of Papers.
Usage
storemode subobject
{{Paper |id= |title= |authors= |pdfUrl= |volume= |session= |storemode=subobject }}
storemode property
{{Paper |id= |title= |authors= |pdfUrl= |volume= |session= |storemode=property }}
storemode none
{{Paper |id= |title= |authors= |pdfUrl= |volume= |session= |storemode=none }}
viewmode tableheader
{{Paper |id= |title= |authors= |pdfUrl= |volume= |session= |viewmode=tableheader }}
viewmode tablerow
{{Paper |id= |title= |authors= |pdfUrl= |volume= |session= |viewmode=tablerow }}
{{Paper |id= |title= |authors= |pdfUrl= |volume= |session= |viewmode=tablefooter }}
viewmode labelfield
{{Paper |id= |title= |authors= |pdfUrl= |volume= |session= |viewmode=labelfield }}
Source (pretty printed)
{{#switch:{{{userparam|}}}|sidif={{#if:{{{?pageid|}}}|{{#replace:{{#replace:{{{?pageid}}}|#|}}|-|_}} isA Paper<br>|}}
{{#if:{{{?id|}}}|"{{{?id}}}" is id of it <br>|}}
{{#if:{{{?title|}}}|"{{{?title}}}" is title of it <br>|}}
{{#if:{{{?authors|}}}|"{{{?authors}}}" is authors of it <br>|}}
{{#if:{{{?pdfUrl|}}}|"{{{?pdfUrl}}}" is pdfUrl of it <br>|}}
{{#if:{{{?volume|}}}|"{{{?volume}}}" is volume of it <br>|}}
{{#if:{{{?session|}}}|"{{{?session}}}" is session of it <br>|}}
|#default={{#switch:{{{storemode|}}}
|none=
|subobject={{#subobject:-
|isA=Paper
|Paper id={{{id|}}}
|Paper title={{{title|}}}
|Paper authors={{{authors|}}}
|Paper pdfUrl={{{pdfUrl|}}}
|Paper volume={{{volume|}}}
|Paper session={{{session|}}}
}}
|#default={{#set:
|isA=Paper
|Paper id={{{id|}}}
|Paper title={{{title|}}}
|Paper authors={{{authors|}}}
|Paper pdfUrl={{{pdfUrl|}}}
|Paper volume={{{volume|}}}
|Paper session={{{session|}}}
}}
}}
{{#switch: {{{viewmode|}}}
|hidden=
|masterdetail=
|tableheader={{{!}} class='wikitable'
!id!!title!!authors!!pdfUrl!!volume!!session
{{!}}-
|tablerow=
{{!}}{{{id|}}}{{!}}{{!}}{{{title|}}}{{!}}{{!}}{{{authors|}}}{{!}}{{!}}{{{pdfUrl|}}}{{!}}{{!}}{{{volume|}}}{{!}}{{!}}{{{session|}}}
{{!}}-
|tablefooter={{!}}}
|labelfield=
id={{#if:{{{id|}}}|{{{id|}}}|}}<br>title={{#if:{{{title|}}}|{{{title|}}}|}}<br>authors={{#if:{{{authors|}}}|{{{authors|}}}|}}<br>pdfUrl={{#if:{{{pdfUrl|}}}|{{{pdfUrl|}}}|}}<br>volume={{#if:{{{volume|}}}|[[{{{volume|}}}]]|}}<br>session={{#if:{{{session|}}}|[[{{{session|}}}]]|}}<br>|#default={{{!}} class='wikitable'
! colspan='2' {{!}}Paper
{{!}}-
{{#switch:{{{storemode|}}}|property=
! colspan='2' style='text-align:left' {{!}} {{Icon|name=edit|size=24}}{{Link|target=Special:FormEdit/Paper/{{FULLPAGENAME}}|title=edit}}
{{!}}-
}}
!id
{{!}} {{#if:{{{id|}}}|{{{id|}}}|}}
{{!}}-
!title
{{!}} {{#if:{{{title|}}}|{{{title|}}}|}}
{{!}}-
!authors
{{!}} {{#if:{{{authors|}}}|{{{authors|}}}|}}
{{!}}-
!pdf
{{!}} {{#if:{{{pdfUrl|}}}|{{{pdfUrl|}}}|}}
{{!}}-
!volume
{{!}} {{#if:{{{volume|}}}|[[{{{volume|}}}]]|}}
{{!}}-
!session
{{!}} {{#if:{{{session|}}}|[[{{{session|}}}]]|}}
{{!}}-
{{!}}}
}}
}}
[[Category:Paper]]{{#default_form:Paper}}
Source
Click on "Edit" to edit the noinclude-part Source of this Template.