Difference between revisions of "Template:Infobox paper"

From Natural Philosophy Wiki
Jump to navigation Jump to search
m
 
(13 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
| bodyclass = vcard
 
| bodyclass = vcard
 
| bodystyle = {{#if:{{{infoboxwidth|{{{width|}}}}}} |width:{{{infoboxwidth|{{{width}}}}}} }}
 
| bodystyle = {{#if:{{{infoboxwidth|{{{width|}}}}}} |width:{{{infoboxwidth|{{{width}}}}}} }}
 
<!---------------Title----------------->
 
| titlestyle = font-style:italic;padding-bottom:0.2em<!--(so title doesn't touch border)-->;
 
| title = <includeonly>{{#if:{{{name|}}}{{{caption|{{{image_caption|}}}}}}{{{editors|{{{editor|}}}}}}{{{authors|{{{author|}}}}}}{{{audio_read_by|}}}{{{title_orig|}}}{{{title_working|}}}{{{translators|{{{translator|}}}}}}{{{illustrators|{{{illustrator|}}}}}}{{{cover_artist|}}}{{{country|}}}{{{language|}}}{{{series|}}}{{{release_number|}}}{{{subjects|{{{subject|}}}}}}{{{genres|{{{genre|}}}}}}{{{set_in|}}}{{{published|}}}{{{publisher|}}}{{{publisher2|}}}{{{pub_date|{{{release_date|}}}}}}{{{english_pub_date|{{{english_release_date|}}}}}}{{{media_type|}}}{{{pages|}}}{{{awards|{{{award|}}}}}}{{{isbn_note|{{{ISBN_note|}}}}}}{{{dewey|}}}{{{congress|}}}| }}<!-- hack for ref ordering
 
-->{{{name|{{PAGENAMEBASE}}}}} <!--
 
--><span class="Z3988"
 
          title="ctx_ver=Z39.88-2004&rft_val_fmt={{urlencode:info:ofi/fmt:kev:mtx:book}}&rft.genre=book&rft.btitle={{urlencode:{{{name|}}}}}<!--
 
                -->{{#if:{{{author|}}}    |&rft.author={{urlencode:{{{author}}}}}}}<!--
 
                -->{{#if:{{{last|}}}      |&rft.aulast={{urlencode:{{{last}}}}}}}<!--
 
                -->{{#if:{{{first|}}}    |&rft.aufirst={{urlencode:{{{first}}}}}}}<!--
 
                -->{{#if:{{{pub_date|{{{release_date|}}}}}} |&rft.date={{urlencode:{{{pub_date|{{{release_date}}}}}}}}}}<!--
 
                -->{{#if:{{{publisher|}}} |&rft.pub={{urlencode:{{{publisher}}}}}}}<!--
 
                -->{{#if:{{{location|}}}  |&rft.place={{urlencode:{{{location}}}}}}}<!--
 
                -->{{#if:{{{pages|}}}    |&rft.pages={{urlencode:{{{pages}}}}}}}<!--
 
                -->{{#if:{{{series|}}}    |&rft.series={{urlencode:{{{series}}}}}}}<!--
 
                -->{{#if:{{{oclc|}}}      |&rft_id=info:oclcnum/{{{oclc}}}}}"><!--
 
--></span><!--
 
      --></includeonly>
 
  
 
<!---------------Data------------------>
 
<!---------------Data------------------>
| label1 = Title
+
| headerstyle = background:#D8BFD8;
| data1 = {{{title|}}}
+
| header1 = Scientific Paper
  
| label2 = Editor{{#if:{{{editors|}}}|s}}
+
| label2 = Title
|  data2 = {{{editors|{{{editor|}}}}}}
+
|  data2 = {{{title}}}
  
| label3 = Author{{#if:{{{authors|}}}|s}}
+
| label3 = Read in full
|  data3 = {{{authors|{{{author|}}}}}}
+
|  data3 = {{{url|}}}
  
| label4 = Language
+
| label4 = Author(s)
|  data4 = {{{language|}}}
+
|  data4 = {{{author}}}
  
| label5 = Keywords{{#if:{{{keywords|}}}|s}}
+
| label5 = Keywords
|  data5 = {{{keywords|{{{keywords|}}}}}}
+
|  data5 = {{{keywords}}}
  
 
| label6 = Year
 
| label6 = Year
Line 74: Line 56:
 
| below = {{{notes|{{{note|}}}}}}
 
| below = {{{notes|{{{note|}}}}}}
  
}}{{#invoke:Check for unknown parameters|check|unknown={{main other|[[Category:Pages using infobox paper with unknown parameters|_VALUE_{{PAGENAME}}]]}}|preview=Page using [[Template:Infobox paper]] with unknown parameter "_VALUE_"|ignoreblank=y| alt | audio_read_by | author | authors | award | awards | border | caption | congress | country | cover_artist | dewey | editor | editors | english_pub_date | english_release_date | exclude_cover | external_host | external_url | first | followed_by | followed_by_quotation_marks | genre | genres | homepage | illustrator | illustrators | image | image_caption | image_size | infoboxwidth | isbn | ISBN  | isbn_note | ISBN_note | italic title | language | last | location | media_type | name | native_external_host | native_external_url | native_wikisource | note | notes | oclc | orig_lang_code | pages | preceded_by | preceded_by_quotation_marks | pub_date | published | publisher | publisher2 | release_date | release_number | series | set_in | subject | subjects | title | title_orig | title_working | translator | translators | URL | year | website | width | wikisource }}<noinclude>
+
}}<noinclude>
{{Documentation}}
+
<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 05:58, 27 March 2017

Scientific Paper
Title {{{title}}}
Author(s) {{{author}}}
Keywords {{{keywords}}}
{{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)
}}