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

Difference between revisions of "Template:SideBar"

From ModEnc
Jump to: navigation, search
m (that's what I get for coding this shit at night.)
Line 1: Line 1:
{| align="right" width="20%" style="border-collapse: collapse; border: 1px dashed #000000; background:#F0F0F0; margin: 2.8em 0 0 3.2em; padding: 1em 1em 1.5em 1em ;"  
+
{| align="right" width="20%" class="table_simplesidebar"  
 
! {{{1}}}
 
! {{{1}}}
 
|-
 
|-
 
| <div style="font-size:80%;">{{{{{2}}}}}</div>
 
| <div style="font-size:80%;">{{{{{2}}}}}</div>
 
|-
 
|-
|style="text-align:right;"|<font size="1">[http://modenc.renegadeprojects.com/index.php?title={{{2}}}&action=edit Edit]</font>
+
|style="text-align:right;"|<font size="1">[{{SERVER}}/index.php?title={{{2}}}&action=edit Edit]</font>
 
|}
 
|}
 
<noinclude>
 
<noinclude>

Revision as of 17:51, 15 August 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"