Difference between revisions of "Template:Slides"

From Organic Design wiki
(New page: <includeonly>{| cellspacing="4" cellpa...)
 
(Now based on Template:Webpage)
 
Line 1: Line 1:
<includeonly>{| cellspacing="4" cellpadding="4" color="red" cellpadding="0" height="30"  align="center" style = ";border:1px solid #cef2e0;"
+
<noinclude>{{info|Add this template to an article to make it into part of the OrganicDesign website. See [[:Category:Webpages]] for all OrganicDesign webpage articles.}}</noinclude><includeonly>
|-  
+
{{#css:
| {{#if: {{{1|}}} | [[{{{1}}}|Previous]] }} &nbsp; {{#if: {{{2|}}} | [[{{{2}}}|Next]] }} &nbsp; {{#if: {{{3|}}} | [[{{{3}}}|Home]] }}
+
/* later these will go in MediaWiki:Common.css using .page-Home, .page-Contact etc */
|}[[Category:Workshop talk]]
+
#p-cactions, #column-one, .footer, #catlinks { display:none }
 +
body table #globalWrapper { width: 800px }
 +
.firstHeading {
 +
    width: 100%;
 +
    font-size: 40px;
 +
    padding: 40px 0 0 0;
 +
    margin: 0;
 +
    line-height: 35px;
 +
    color: #D0D6F0;
 +
}
 +
#content {
 +
    padding: 30px;
 +
    margin: 0;
 +
}
 +
#content p {
 +
    color: #666;
 +
    font-size: 10pt;
 +
    line-height: 15pt;
 +
}
 +
}}
 +
<ul class=web-bar>
 +
 
 +
 
 +
<li>[[{{FULLPAGENAME}}]]
 +
<li>{{Plain|1=[{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit]}}
 +
{{#if: {{{1|}}} | <li>[[{{{1}}}|Previous]] }}  
 +
{{#if: {{{2|}}} | <li>[[{{{2}}}|Next]] }}
 +
{{#if: {{{3|}}} | <li>[[{{{3}}}|Home]] }}
 +
</ul>
 +
 
 
{{#css:
 
{{#css:
 
     .firstHeading { display:none }
 
     .firstHeading { display:none }
}}</includeonly>
+
}}
<noinclude>
+
 
Usage:  
+
[[Category:Webpages]]__NOTOC____NOEDITSECTION__</includeonly>
{{Template:Slides | previous slide | next slide | first slide}}
 
e.g.
 
{{Template:Slides | Slide1 | Slide2 | Slide1}}
 
</noinclude>
 

Latest revision as of 18:34, 6 August 2008

Info.svg Add this template to an article to make it into part of the OrganicDesign website. See Category:Webpages for all OrganicDesign webpage articles.