Template:PageContributors: Difference between revisions

From Blank Chronicle
(Created page with "<noinclude> Module for displaying information about a page's contributors. </noinclude>")
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
Module for displaying information about a page's contributors.
Module for displaying information about a page's contributors. Add and remove PageContributor templates as necessary. The <nowiki>*</nowiki> character is necessary for displaying contributions as list items.
 
'''Usage:'''
 
<syntaxhighlight lang="html+handlebars">{{subst:PageContributors||contributors={{PageContributor|name=NAME|work1=* CONTRIBUTION|work2=* CONTRIBUTION|work3=* CONTRIBUTION}}}}{{PageContributor|name=NAME|work1=* CONTRIBUTION|work2=* CONTRIBUTION|work3=* CONTRIBUTION}}}}{{PageContributor|name=NAME|work1=* CONTRIBUTION|work2=* CONTRIBUTION|work3=* CONTRIBUTION}}}}</syntaxhighlight>
</noinclude>
</noinclude>
== Page Contributors ==
<div class="credits-container">
{{{contributors|}}}
</div>

Latest revision as of 18:14, 21 November 2020

Module for displaying information about a page's contributors. Add and remove PageContributor templates as necessary. The * character is necessary for displaying contributions as list items.

Usage:

{{subst:PageContributors||contributors={{PageContributor|name=NAME|work1=* CONTRIBUTION|work2=* CONTRIBUTION|work3=* CONTRIBUTION}}}}{{PageContributor|name=NAME|work1=* CONTRIBUTION|work2=* CONTRIBUTION|work3=* CONTRIBUTION}}}}{{PageContributor|name=NAME|work1=* CONTRIBUTION|work2=* CONTRIBUTION|work3=* CONTRIBUTION}}}}

Page Contributors