Template:PageSequence: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
m (transfered by WikiBackup wikiTask at 2017-11-04T09:58:45Z)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 34: Line 34:
|categoryIcon=file-text-o
|categoryIcon=file-text-o
}}
}}
= Properties =
* {{Link|target=Property:PageSequence next}}
* {{Link|target=Property:PageSequence prev}}
* {{Link|target=Property:PageSequence category}}
* {{Link|target=Property:PageSequence categoryIcon}}
</noinclude><includeonly>{{#set:
</noinclude><includeonly>{{#set:
|PageSequence next={{{next|}}}
|PageSequence next={{{next|}}}
|PageSequence prev={{{prev|}}}
|PageSequence prev={{{prev|}}}
|PageSequence category={{{category|}}}
|PageSequence category=Category:{{{category|}}}
|PageSequence categoryIcon={{{categoryIcon|}}}
|PageSequence categoryIcon={{{categoryIcon|}}}
}}
}}
Line 53: Line 60:
       }}
       }}
     </div>
     </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|}}}

Latest revision as of 16:13, 1 December 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
}}


Properties