Usage

This template is designed to list pages and display their total sizes. This template is designed to be used in the following format: <syntaxhighlight lang="wikitext" style="overflow:auto">

NameSize
pagenumber1pagename10
pagenumber2pagename20
pagenumber3pagename30
Total kB:0

</syntaxhighlight> or <syntaxhighlight lang="wikitext" style="overflow:auto">

NameSize
1pagename10
2pagename20
3pagename30
Total kB:0

</syntaxhighlight>

Example

<syntaxhighlight lang="wikitext" style="overflow:auto">

NameSize
1Alpha12.1
2Beta13.81
3Gamma11.88
Total kB:37.791

</syntaxhighlight>

to produce

NameSize
1Alpha12.1
2Beta13.81
3Gamma11.88
Total kB:37.791

or

<syntaxhighlight lang="wikitext" style="overflow:auto">

NameSize
1Alpha12.1
2Beta13.81
3Gamma11.88
Total kB:37.791

</syntaxhighlight>

to produce

NameSize
1Alpha12.1
2Beta13.81
3Gamma11.88
Total kB:37.791

Float alignment

To float the template to the left or right of the page, use |float=left or |float=right.

See also