imported>StraussInTheHouse m StraussInTheHouse moved page Module:Section size/doc to Module:Section sizes/doc without leaving a redirect: requested move; consensus at Module talk:Section sizes |
(No difference)
|
Latest revision as of 23:23, 27 April 2019
This module creates a wikitable that lists each section in a page along with that section's size in bytes. Each section is wikilinked to its target in the page; subsections are indented; largest section's byte-count is highlighted in red.
Usage edit source
This module has a single entry point:
{{#invoke:Section sizes|size|<page name>|style=<style string>}}
size() takes two arguments from frame:
<page name>(required) – the first positional parameter is the page name; may include namespace|style=(optional) – css string suitable for use in the table'sstyle=attribute; for example to render the table at the right side of the page:{{#invoke:Section sizes|size|<page name>|style=float:right; margin-left:.5em}}