Template:Infobox paper: Difference between revisions
Appearance
Created page with "{{Infobox | italic title = {{{italic title|}}} | bodyclass = vcard | bodystyle = {{#if:{{{infoboxwidth|{{{width|}}}}}} |width:{{{infoboxwidth|{{{width}}}}}} }} <!------------..." |
Render keywords through Module:Keywords: link curated concepts, drop ~8,900 keyword redlinks |
||
| (26 intermediate revisions by 3 users not shown) | |||
| Line 2: | Line 2: | ||
| italic title = {{{italic title|}}} | | italic title = {{{italic title|}}} | ||
| bodyclass = vcard | | bodyclass = vcard | ||
| bodystyle = {{#if:{{{infoboxwidth|{{{width|}}}}}} |width:{{{infoboxwidth|{{{width}}}}}} }} | | bodystyle = {{#if:{{{infoboxwidth|{{{width|}}}}}} |width:{{{infoboxwidth|{{{width|}}}}}} }} | ||
<!--------------- | <!---------------Data------------------> | ||
| headerstyle = background:#D8BFD8; | |||
| | | header1 = Scientific Paper | ||
| label2 = Title | |||
| | | data2 = {{{title|}}} | ||
| | |||
| label3 = Read in full | |||
| data3 = {{{url|}}} | |||
| | | label4 = Author(s) | ||
| | | data4 = {{{author|}}} | ||
| label5 | | label5 = Keywords | ||
| data5 | | data5 = {{#invoke:Keywords|render|{{{keywords|}}}}} | ||
| | | label6 = Year | ||
| | | data6 = {{{year|}}} | ||
| | | label7 = Published | ||
| | | data7 = {{{published|}}} | ||
| | | label8 = Journal | ||
| | | data8 = {{{journal|}}} | ||
| | | label9 = Volume | ||
| | | data9 = {{{volume|}}} | ||
| | | label10 = Number | ||
| | | data10 = {{{number|}}} | ||
| | | label11 = {{longitem|Publication date}} | ||
| | | data11 = {{#invoke:Wikidata|getValue|P577|{{{pub_date|{{{release_date|}}}}}}}} | ||
| | | label12 = {{longitem|Published in English}} | ||
| | | data12 = {{{english_pub_date|{{{english_release_date|}}}}}} | ||
| | | label13 = No. of pages | ||
| | | data13 = {{{num_pages|}}} | ||
| | | label14 = Pages | ||
| | | data14 = {{#invoke:Wikidata|getValue|P1104|{{{pages|}}}}} | ||
| | | label15 = Website | ||
| | | data15 = {{{website|{{{homepage|{{{URL|{{#ifeq:{{{website|{{{homepage|{{{URL|}}}}}}}}} | ||
| FETCH_WIKIDATA | | FETCH_WIKIDATA | ||
| {{#if:{{#property:P856}}|{{Url|1={{#invoke:Wikidata|getValue|P856|FETCH_WIKIDATA}} }} }} | | {{#if:{{#property:P856}}|{{Url|1={{#invoke:Wikidata|getValue|P856|FETCH_WIKIDATA}} }} }} | ||
| Line 68: | Line 56: | ||
| below = {{{notes|{{{note|}}}}}} | | below = {{{notes|{{{note|}}}}}} | ||
}}{{ | }}<noinclude> | ||
<pre> | |||
</noinclude> | {{Infobox paper | ||
| title = | |||
| url = (optional) | |||
| author = | |||
| keywords = (optional) | |||
| year = (optional) | |||
| published = | |||
| 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> | |||
Latest revision as of 07:57, 21 July 2026
| Scientific Paper |
|---|
{{Infobox paper
| title =
| url = (optional)
| author =
| keywords = (optional)
| year = (optional)
| published =
| journal = (optional)
| volume = (optional)
| number = (optional)
| pub_date = (optional)
| num_pages = (optional)
| pages = (optional)
| website = (optional)
}}