Template

Editcount table

From Dogcraft Wiki

(Created page with "<noinclude> ==Editcount table template== This template a table of every user paired with their editcount. Intended mostly for statistical purposes. This template recives its d...")
 
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
This template a table of every user paired with their editcount. Intended mostly for statistical purposes. This template recives its data from [[Template:EditCountMain]], a page which is updated by the EditCount gadget. Please contact an [[Dogcraft_Wiki:Administrators|admin]] if you think the editcount data has not been updated in a long time.
This template a table of every user paired with their editcount. Intended mostly for statistical purposes. This template recives its data from [[Template:EditCountMain]], a page which is updated by the EditCount gadget. Please contact an [[Dogcraft_Wiki:Administrators|admin]] if you think the editcount data has not been updated in a long time.
===Syntax===
===Syntax===
<nowiki>{{Editcount_table|class=phonefullscreen uecTable2}}</nowiki>
<nowiki>{{Editcount_table|class=custom class names|style=custom css styles}}</nowiki>
===Template Data===
===Template Data===
<templatedata>{
<templatedata>{
Line 11: Line 11:
       "label": "class",
       "label": "class",
       "description": "Sets the class(es) for the <div> that contains the table.",
       "description": "Sets the class(es) for the <div> that contains the table.",
       "type": "string",
       "type": "string",  
       "required": false
       "required": false
     },
     },
Line 21: Line 21:
     }
     }
   }
   }
}</templatedata></noinclude><includeonly>{{EditCountMain|mode=table|tableBoxClass="{{{class|}}}"|tableBoxStyle="{{{style|}}}"}}</includeonly>
}</templatedata>[[Category:Edit count templates]]</noinclude><includeonly>{{EditCountMain|mode=table|tableBoxClass="phonefullscreen uecTable2 {{{class|}}}"|tableBoxStyle="{{{style|}}}"}}</includeonly>

Latest revision as of 12:33, 4 December 2023

Editcount table template

This template a table of every user paired with their editcount. Intended mostly for statistical purposes. This template recives its data from Template:EditCountMain, a page which is updated by the EditCount gadget. Please contact an admin if you think the editcount data has not been updated in a long time.

Syntax

{{Editcount_table|class=custom class names|style=custom css styles}}

Template Data

Returns the number of edits a specific user has made to the wiki.

Template parameters

ParameterDescriptionTypeStatus
classclass

Sets the class(es) for the <div> that contains the table.

Stringoptional
classstyle

Sets the style for the <div> that contains the table.

Stringoptional