Difference between revisions of "Template:WpModule"
A fragment of the Garden of Remembering
(Created page with "{{wpHeader|{{{title|}}}}} {{{intro|}}} {{{content|}}}") |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{wpHeader|{{{title|}}}}} | {{#CSS: | ||
{{{intro|}}} | .blurb { | ||
margin: 1.5em 0; | |||
} | |||
}}{{wpHeader|{{{title|Module display title}}}}} | |||
{{{aside|}}}{{#if:{{{intro|}}}|<div class="blurb">{{{intro|}}}</div>}} | |||
{{{content|}}} | {{{content|}}}<noinclude> | ||
<pre> | |||
{{wpModule | |||
|title= | |||
|intro= | |||
|aside= | |||
|content= | |||
}} | |||
</pre> | |||
Use: | |||
* {{tl|wpSubheader1}} | |||
* {{tl|wpSubheader2}} | |||
* {{tl|wpList}} | |||
* {{tl|wpUpdated}} | |||
* {{tl|wpAll}} | |||
</noinclude> |
Latest revision as of 00:24, 27 June 2015
Module display title
{{wpModule |title= |intro= |aside= |content= }}
Use:
- {{wpSubheader1}}
- {{wpSubheader2}}
- {{wpList}}
- {{wpUpdated}}
- {{wpAll}}