ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Template:SideBar: Difference between revisions

From ModEnc
Jump to navigation Jump to search
No edit summary
m that's what I get for coding this shit at night.
Line 15: Line 15:
*Replace Parameter 1 with what should be displayed as a header
*Replace Parameter 1 with what should be displayed as a header
*Replace Parameter 2 the name of a page to include. That page will be the actual content of the sidebar.
*Replace Parameter 2 the name of a page to include. That page will be the actual content of the sidebar.
Note: using <nowiki><noinclude> and <includeonly></nowiki>, it is entirely possible to include the same page as the sidebar-content that is including the sidebar, by putting the actual content between <nowiki><noinclude> and </noinclude></nowiki>, and the side-bar content between <nowiki><includeonly> and </includeonly></nowiki>.
Note: using &lt;noinclude&gt; and &lt;includeonly&gt;, it is entirely possible to include the same page as the sidebar-content that is including the sidebar, by putting the actual content between &lt;noinclude&gt; and &lt;/noinclude&gt;, and the side-bar content between &lt;includeonly&gt; and &lt;/includeonly&gt;.


Logically no category included with this template.
Logically no category included with this template.

Revision as of 06:27, 5 May 2006

{{{1}}}
{{{{{2}}}}}
Edit
{{SideBar
|Parameter 1
|Parameter 2
}}

Copy-paste the code above and

  • Replace Parameter 1 with what should be displayed as a header
  • Replace Parameter 2 the name of a page to include. That page will be the actual content of the sidebar.

Note: using <noinclude> and <includeonly>, it is entirely possible to include the same page as the sidebar-content that is including the sidebar, by putting the actual content between <noinclude> and </noinclude>, and the side-bar content between <includeonly> and </includeonly>.

Logically no category included with this template.

Example

{{SideBar
|xxXMenuHeaderXxx
|x-menu
}}

Would include a sidebar named "xxXMenuHeaderXxx" with the content of page "X-menu"