Difference between revisions of "Template:PageSequence"

From BITPlan profiwiki Wiki
Jump to navigation Jump to search
(transfered by WikiBackup wikiTask at 2015-11-05T19:46:10Z)
 
m (transfered by WikiBackup wikiTask at 2017-11-05T18:05:37Z)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<noinclude>
+
<noinclude>__NOCACHE__<!-- THIS FILE IS PROTECTED - smartGENERATOR WILL NOT OVERWRITE IT -->{{TemplateSequence
__NOCACHE__
+
|prev=Template:PageBreak
 +
|next=Template:PdfBook
 +
}}
 
This is the PageSequence template it allows for prev/next style page sequences to displayed with icons. See [[Template:Icon]]
 
This is the PageSequence template it allows for prev/next style page sequences to displayed with icons. See [[Template:Icon]]
 +
 
<pre>
 
<pre>
 
{{PageSequence
 
{{PageSequence
 
|prev=
 
|prev=
 
|next=
 
|next=
 +
|category=
 +
|categoryIcon=
 
}}
 
}}
 
</pre>
 
</pre>
 
=== example ===
 
=== example ===
 
<pre>
 
<pre>
{{PageSequence|prev=|next=Universal_Password_Manager_installation|category=Installationsanleitung|categoryIcon=box_software}}
+
{{PageSequence|prev=|next=bash|category=tools|categoryIcon=linux}}
 
</pre>
 
</pre>
  
{{PageSequence|prev=|next=Universal_Password_Manager_installation|category=Installationsanleitung|categoryIcon=box_software}}
+
{{PageSequence|prev=|next=bash|category=tools|categoryIcon=linux}}
 
<pre>
 
<pre>
 
{{PageSequence
 
{{PageSequence
|prev=Vorlage:Icon
+
|prev=Template:Icon
|next=Vorlage:Link
+
|next=Template:Link
 
|category=Template
 
|category=Template
|categoryIcon=documents_new
+
|categoryIcon=file-text-o
 
}}
 
}}
 
</pre>
 
</pre>
  
 
{{PageSequence
 
{{PageSequence
|prev=Vorlage:Icon
+
|prev=Template:Icon
|next=Vorlage:Link
+
|next=Template:Link
 
|category=Template
 
|category=Template
|categoryIcon=documents_new
+
|categoryIcon=file-text-o
 
}}
 
}}
 
<pre>
 
{{PageSequence|prev=Workdocumentation 2015-03-02|next=Workdocumentation 2015-03-04|category=Workdocumentation|categoryIcon=notebook_preferences}}
 
</pre>
 
 
{{PageSequence|prev=Workdocumentation 2015-03-02|next=Workdocumentation 2015-03-04|category=Workdocumentation|categoryIcon=notebook_preferences}}
 
[[Category:Template]]
 
 
</noinclude><includeonly>{{#set:
 
</noinclude><includeonly>{{#set:
 
|PageSequence next={{{next|}}}
 
|PageSequence next={{{next|}}}
Line 49: Line 47:
 
     }}
 
     }}
 
   </div>
 
   </div>
 +
  {{#if: {{{category|}}} |
 
   <div style="display: table-cell;">
 
   <div style="display: table-cell;">
 
     <div style="display: table-row;">{{#if: {{{categoryIcon|}}}
 
     <div style="display: table-row;">{{#if: {{{categoryIcon|}}}
Line 55: Line 54:
 
     </div>
 
     </div>
 
     <div style="display: table-row;">{{Icon|name=edit|size=16}}{{Link|target=Special:FormEdit/PageSequence/{{FULLPAGENAME}}|title=edit}}</div>
 
     <div style="display: table-row;">{{Icon|name=edit|size=16}}{{Link|target=Special:FormEdit/PageSequence/{{FULLPAGENAME}}|title=edit}}</div>
   </div>
+
   </div>}}
 
   <div style="display: table-cell; vertical-align: middle">{{#if: {{{next|}}}
 
   <div style="display: table-cell; vertical-align: middle">{{#if: {{{next|}}}
 
       |{{#ifexist: {{{next}}}
 
       |{{#ifexist: {{{next}}}
Line 64: Line 63:
 
   </div>
 
   </div>
 
</div></div>{{#if: {{{category|}}}
 
</div></div>{{#if: {{{category|}}}
|[[Category:{{{category|}}}]]
+
|{{Category|name={{{category|}}}}}
 
}}</includeonly>
 
}}</includeonly>

Latest revision as of 20:05, 5 November 2017

This is the PageSequence template it allows for prev/next style page sequences to displayed with icons. See Template:Icon

{{PageSequence
|prev=
|next=
|category=
|categoryIcon=
}} 	

example

{{PageSequence|prev=|next=bash|category=tools|categoryIcon=linux}}


{{PageSequence
|prev=Template:Icon
|next=Template:Link
|category=Template
|categoryIcon=file-text-o
}}