Content deleted Content added
|
|
(8 intermediate revisions by 6 users not shown) |
Place this template on the essay series on Wikipedia's Processes ([[WP:PROCESS]]).
<includeonly>
==Parameters==
[[Category:Wikipedia help templates]]
</includeonly>
This template has four parameters, one for each section which provides control over which sections would default as "show". They are:
*hideAll
*hideDecision
*hideArticles
*hideOrganization
Each parameter has one option: yes
==Example==
To hide the entire template into a small toolbar by default, pass ''yes'' into the ''hideAll'' parameter.
<pre>
{{Wikipedia Processes|hideAll=yes}}
</pre>
<div style="border:1px solid #ddd; background:fff; padding:10px;">
{{Wikipedia Processes|hideAll=yes}}
{{clear}}
</div>
To hide a particular section by default, pass a ''yes'' into either one of the:
*hideDecision
*hideArticles
*hideOrganization
parameters. For example to hide the section "Articles" and "Organization":
<pre>
{{Wikipedia Processes|hideArticles=yes|hideOrganization=yes}}
</pre>
<div style="border:1px solid #ddd; background:fff; padding:10px;">
{{Wikipedia Processes|hideArticles=yes|hideOrganization=yes}}
{{clear}}
</div>
|