Template:Attribution: Difference between revisions

No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#if:{{{categorise|}}}|[[Category:By {{{1}}}]]}}</includeonly>by {{Person|{{{1}}}}}<noinclude>
<includeonly>{{#if:{{{categorise|}}}|[[Category:By {{DisplayName|{{{1}}}|no_link=1}}]]}}by {{Person|{{{1}}}}}</includeonly><noinclude>
== Example ==
== Example ==
E.g:  
E.g:  
Line 14: Line 14:
"params": {
"params": {
"1": {
"1": {
"aliases": [
"by",
"creator",
"name",
"artist"
],
"label": "Creator",
"label": "Creator",
"description": "The name of the person who made the thing being attributed.",
"description": "The name of the page for the person who made the thing being attributed.",
"type": "string",
"type": "wiki-page-name",
"required": true
"required": true
},
},
Line 29: Line 23:
"description": "If this should add the page to the “By {{{1}}}” category, use if this is the page for the work being discussed.",
"description": "If this should add the page to the “By {{{1}}}” category, use if this is the page for the work being discussed.",
"type": "boolean",
"type": "boolean",
"default": "false",
"default": "0"
"aliases": [
"category",
"categorize"
]
}
}
},
},