Template:Show user with user points in table: Difference between revisions

From [N8]
Jump to navigation Jump to search
Created page with "<noinclude> Template usage: <pre> {{Show user with user points|1=User page}} </pre> </noinclude><includeonly> |{{PAGENAME:{{{1|}}} }} |{{User points|User={{PAGENAME:{{{1|}}}..."
 
mNo edit summary
 
(25 intermediate revisions by 2 users not shown)
Line 3: Line 3:


<pre>
<pre>
{{Show user with user points|1=User page}}
{{Show user with user points
|1=User page
}}
</pre>
</pre>


</noinclude><includeonly>
Call this from a SMW query, for example:
|{{PAGENAME:{{{1|}}} }}
<pre>
|{{User points|User={{PAGENAME:{{{1|}}} }} }}
{| class="wikitable" style="max-width:500;"
! User
! Score
! Contributions
! Edit Count
{{#ask: [[User:+]]
|?User edit count
|sort=User edit count
|order=desc
|format=plainlist
|template=Show user with user points in table
|link=none
}}
|}
</pre>
 
</noinclude><includeonly>|-
|style="font-weight:bold;" | [[User:{{PAGENAME:{{{1|}}} }}|{{PAGENAME:{{{1|}}}}}]]
|{{User points|User={{PAGENAME:{{{1|}}} }} |Hide footer=yes }}
|style="text-align:center;"|{{Special:EditCount/{{PAGENAME:{{{1|}}} }}}}
|[[Special:Contributions/{{PAGENAME:{{{1|}}} }}|Contributions]] &nbsp;
</includeonly>
</includeonly>

Latest revision as of 18:49, 19 March 2021

Template usage:

{{Show user with user points
|1=User page
}}

Call this from a SMW query, for example:

{| class="wikitable" style="max-width:500;"
! User
! Score
! Contributions
! Edit Count
{{#ask: [[User:+]]
|?User edit count
|sort=User edit count
|order=desc
|format=plainlist
|template=Show user with user points in table
|link=none
}}
|}