Difference between revisions of "Template:Citation/fcite fast"

From blackwiki
Jump to navigation Jump to search
imported>Wikid77
(put 3x faster gated-if as "#if: {accessdate|{page|{publisher|{location|{pages|} } } } }".)
imported>Wikid77
(added common parameters: last2/first2, last3/*, newspaper, agency, archiveurl, etc.)
Line 11: Line 11:
 
       |{{{last|{{{last1}}}}}}<!--last name-->{{
 
       |{{{last|{{{last1}}}}}}<!--last name-->{{
 
       #if:{{{first|{{{first1|}}} }}}<!--if first set-->
 
       #if:{{{first|{{{first1|}}} }}}<!--if first set-->
         |, {{{first|{{{first1}}}}}} }}<!--endif first name
+
         |, {{{first|{{{first1}}}}}}{{
 +
          #if:{{{last2|{{{author2|}}} }}}<!--if last2 set-->
 +
            |{{{last2|{{{author2}}}}}}<!--last2 name-->{{
 +
            #if:{{{first2|}}}<!--if first2 set-->
 +
              |, {{{first2}}} }}{{
 +
            #if:{{{last3|{{{author3|}}} }}}<!--if last3 set-->
 +
              |{{{last3|{{{author3}}}}}}<!--last3 name-->{{
 +
              #if:{{{first3|}}}<!--if first3 set-->
 +
                |, {{{first3}}} }}
 +
            }}<!--endif last3 name-->
 +
          }}<!--endif last2 name-->
 +
      }}<!--endif first name
 
       -->{{{sep|.}}}&#32;
 
       -->{{{sep|.}}}&#32;
 
     }}<!--endif {last|last1}-->
 
     }}<!--endif {last|last1}-->
Line 22: Line 33:
 
     }}<!--endif-else {url}
 
     }}<!--endif-else {url}
 
     -->{{
 
     -->{{
     #if:{{{work|}}}|{{{sep|.}}} {{{work}}} }}
+
     #if:{{{work|{{{newspaper|}}} }}}
 +
      |{{{sep|.}}} {{{work|{{{newspaper}}}}}} }}
 
   |<!--else no title-->{{
 
   |<!--else no title-->{{
     #if:{{{work|}}}|{{
+
     #if:{{{work|{{{newspaper|}}} }}}|{{
 
       #if:{{{url|}}}
 
       #if:{{{url|}}}
         |[{{{url}}}{{{urlx|}}} ''{{{work}}}'']
+
         |[{{{url}}}{{{urlx|}}} ''{{{work|{{{newspaper}}}}}}'']
         |''{{{work}}}''
+
         |''{{{work|{{{newspaper}}}}}}''
 
       }}<!--endif-else {url}-->
 
       }}<!--endif-else {url}-->
 
     }}<!--endif {work}-->
 
     }}<!--endif {work}-->
Line 35: Line 47:
 
       -->}}} }}} }}} }}} }}}
 
       -->}}} }}} }}} }}} }}}
 
   |{{
 
   |{{
     #if:{{{publisher|}}}|{{{sep|.}}} {{{publisher}}} }}{{
+
     #if:{{{publisher|{{{agency|}}} }}}
 +
      |{{{sep|.}}} {{{publisher|{{{agency}}}}}} }}{{
 
     #if:{{{location|}}}|{{{sep|.}}} {{{location}}} }}{{
 
     #if:{{{location|}}}|{{{sep|.}}} {{{location}}} }}{{
 
     #if:{{{pages|}}}|{{{sep|.}}} pp.&nbsp;{{{pages}}} }}{{
 
     #if:{{{pages|}}}|{{{sep|.}}} pp.&nbsp;{{{pages}}} }}{{
 
     #if:{{{page|}}}|{{{sep|.}}} p.&nbsp;{{{page}}} }}{{
 
     #if:{{{page|}}}|{{{sep|.}}} p.&nbsp;{{{page}}} }}{{
     #if:{{{accessdate|}}}|{{{sep|.}}} Retrieved {{{accessdate}}} }}
+
     #if:{{{accessdate|}}}
 +
      |{{
 +
        #if:{{{archiveurl|}}}
 +
        |. Archived from [{{{archiveurl}}}{{{archiveurlx|}}}<!--url+urlx
 +
--> the original]{{
 +
          #if:{{{archivedate|}}}
 +
            | &#32;on {{{archivedate}}} }}<!--
 +
-->}}<!--endif archiveurl --
 +
    -->{{{sep|.}}} Retrieved {{{accessdate}}}
 +
    }}<!--endif {accessdate}-->
 
}}<!--endif {accessdate|page|publisher|...}
 
}}<!--endif {accessdate|page|publisher|...}
 
-->.<noinclude><!--
 
-->.<noinclude><!--
Line 55: Line 77:
 
--20Jul12 Added parameters: urlx to extend URL.
 
--20Jul12 Added parameters: urlx to extend URL.
 
--20Jul12 Put 3x faster gated-if "{accessdate|{page|{publisher|{location...".
 
--20Jul12 Put 3x faster gated-if "{accessdate|{page|{publisher|{location...".
 +
--25Jul12 Added parameters: last2/last3, newspaper, agency, archiveurl, etc.
 
--
 
--
 
-->
 
-->

Revision as of 04:30, 25 July 2012

"{{{title}}}".

Template documentation[create]