Template:Infobox paper: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
| label2 = Title | | label2 = Title | ||
| data2 = {{{title | | data2 = {{{title}}} | ||
| label3 = Read in full | | label3 = Read in full | ||
| data3 = {{{url|}}} | | data3 = {{{url|}}} | ||
| label4 = Author{{#if:{{{authors | | label4 = Author{{#if:{{{authors}}}|s}} | ||
| data4 = {{{authors | | data4 = {{{authors{{{author}}}}}} | ||
| label5 = Keywords | | label5 = Keywords | ||
| data5 = {{{keywords | | data5 = {{{keywords}}} | ||
| label6 = Year | | label6 = Year | ||
| data6 = {{{year | | data6 = {{{year}}} | ||
| label7 = Published | | label7 = Published | ||
| Line 56: | Line 56: | ||
| below = {{{notes|{{{note|}}}}}} | | below = {{{notes|{{{note|}}}}}} | ||
}}{{ | }}<noinclude> | ||
<pre> | |||
</noinclude> | {{Infobox paper | ||
| title = | |||
| url = (optional) | |||
| authors = | |||
| keywords = (optional) | |||
| year = | |||
| published = (optional) | |||
| journal = (optional) | |||
| volume = (optional) | |||
| number = (optional) | |||
| pub_date = (optional) | |||
| num_pages = (optional) | |||
| pages = (optional) | |||
| website = (optional) | |||
}} | |||
</pre> | |||
<!-- Please add category and language links to the bottom of the /doc sub-page, not here --></noinclude> | |||
Revision as of 19:35, 24 March 2017
| Scientific Paper | |
|---|---|
| Title | {{{title}}} |
| Authors | {{{authors{{{author}}}}}} |
| Keywords | {{{keywords}}} |
| Year | {{{year}}} |
{{Infobox paper
| title =
| url = (optional)
| authors =
| keywords = (optional)
| year =
| published = (optional)
| journal = (optional)
| volume = (optional)
| number = (optional)
| pub_date = (optional)
| num_pages = (optional)
| pages = (optional)
| website = (optional)
}}