Template:Author: Difference between revisions

No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="font-wei ght: bold; fon t-size: 110%; margin-bottom: 1em">{{#if: {{{1|}}}{{{Author|}}}|Author: [[:Category:Articles by {{{1|{{{Author|}}}}}|{{{1|{{{Author|}}}}}}]][[Category:Articles by {{{1|{{{Author|}}}}}}]]}}{{#if: {{{2|}}}{{{Author2|}}}|, [[:Category:Articles by {{{2|{{{Author2|}}}}}|{{{2|{{{Author2|}}}}}}]][[Category:Articles by {{{2|{{{Author2|}}}}}}]]}}{{#if: {{{3|}}}{{{Author3|}}}|, [[:Category:Articles by {{{3|{{{Author3|}}}}}|{{{3|{{{Author3|}}}}}}]][[Category:Articles by {{{3|{{{Author3|}}}}}}]]}}{{#if: {{{Editor1|}}}|<span style="margin-right: 5em">Editor: {{{Editor1|}}}{{#if: {{{Editor2|}}}|, {{{Editor2|}}}{{#if: {{{Editor3|}}}|, {{{Editor3|}}} }} }} </span>}}{{#if: {{{Compiler|}}}|<span style="margin-right: 5em">Compiler: [[:Category:Articles by {{{Compiler|}}}|{{{Compiler|}}}]][[Category:Articles by {{{Compiler|}}}|{{{Compiler|}}}]]</span>}}</div><noinclude>
<div style="font-wei ght: bold; fon t-size: 110%; margin-bottom: 1em">{{#if: {{{1|}}}{{{author|}}}|Author: [[:category:Articles by {{{1|{{{author|}}}}}}{{!}}{{{1|{{{author|}}}}}}]][[category:Articles by {{{1|{{{author|}}}}}}]]}}{{#if: {{{2|}}}{{{author2|}}}|, [[:category:Articles by {{{2|{{{author2|}}}}}}{{!}}{{{2|{{{author2|}}}}}}]][[category:Articles by {{{2|{{{author2|}}}}}}]]}}{{#if: {{{3|}}}{{{author3|}}}|, [[:category:Articles by {{{3|{{{author3|}}}}}}{{!}}{{{3|{{{author3|}}}}}}]][[category:Articles by {{{3|{{{author3|}}}}}}]]}}{{#if: {{{editor1|}}}|<span style="margin-right: 5em">Editor: {{{editor1|}}}{{#if: {{{editor2|}}}|, {{{editor2|}}}{{#if: {{{editor3|}}}|, {{{editor3|}}} }} }} </span>}}{{#if: {{{compilation|}}}|<span style="margin-right: 5em">Compilation: [[:category:Articles by {{{compilation|}}}{{!}}{{{compilation|}}}]][[category:Articles by {{{compilation|}}}|{{{compilation|}}}]]</span>}}</div><noinclude>
<pre>
<pre>
{{Author
{{author
|Author =  
|author =  
|Author2 =  
|author2 =  
|Author3 =  
|author3 =  
|Compiler =  
|compilation =  
|Editor1 =  
|editor1 =  
|Editor2 =  
|editor2 =  
|Editor3 =  
|editor3 =  
}}
}}
</pre>
</pre>
Line 16: Line 16:
{
{
"params": {
"params": {
"Author": {},
"author": {},
"Author2": {},
"author2": {},
"Compiler": {},
"compilation": {},
"Author3": {},
"author3": {},
"Editor1": {},
"editor1": {},
"Editor2": {},
"editor2": {},
"Editor3": {}
"editor3": {}
},
},
"format": "block",
"format": "block",
"paramOrder": [
"paramOrder": [
"Author",
"author",
"Author2",
"author2",
"Author3",
"author3",
"Compiler",
"compilation",
"Editor1",
"editor1",
"Editor2",
"editor2",
"Editor3"
"editor3"
]
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>