モジュール:Section sizes/doc
表示
これはモジュール:Section sizesの解説サブページです。 使用方法、カテゴリ、およびその他モジュールページ自体に含まれない情報を収容しています。 |
このモジュールは、ページ内の各セクションをバイト単位のサイズとともにリストアップして表を作成します。各セクションはページ内のターゲットにリンクされ、サブセクションはインデントされて表示されます。また、最大のセクションは赤でハイライトされます。
使い方
[編集]書式
[編集]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}}