Template:Pages/doc
Appearance
This is a documentation subpage for Template:Pages. It may contain usage information, categories and other content that is not part of the original template page. |
Usage
[edit]This template is designed to list pages and display their total sizes. This template is designed to be used in the following format:
{{Pages
|n1=pagenumber1|pagename1
|n2=pagenumber2|pagename2
|n3=pagenumber3|pagename3
}}
or
{{Pages|pagename1|pagename2|pagename3}}
Example
[edit]{{Pages
|n1=1|Alpha
|n2=2|Beta
|n3=3|Gamma
}}
to produce
Name | Size | |
---|---|---|
1 | Alpha | 11.51 |
2 | Beta | 11.8 |
3 | Gamma | 10.89 |
Total kB: | 34.203 |
or
{{Pages|Alpha|Beta|Gamma}}
to produce
Name | Size | |
---|---|---|
1 | Alpha | 11.51 |
2 | Beta | 11.8 |
3 | Gamma | 10.89 |
Total kB: | 34.203 |
Float alignment
[edit]To float the template to the left or right of the page, use |float=left
or |float=right
.
See also
[edit]- {{pagesize}}
- {{pages-size}}