Difference between revisions of "Template:PageSequence"

From BITPlan royal-family Wiki
Jump to navigation Jump to search
(transfered by WikiBackup wikiTask at 2017-10-03T16:43:48Z)
 
 
(4 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
|prev=
 
|prev=
 
|next=
 
|next=
 +
|category=
 +
|categoryIcon=
 
}}
 
}}
 
</pre>
 
</pre>
Line 32: 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}}}
 
|PageSequence categoryIcon={{{categoryIcon|}}}
 
|PageSequence categoryIcon={{{categoryIcon|}}}
 
}}
 
}}
Line 45: Line 54:
 
     }}
 
     }}
 
   </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 51: Line 61:
 
     </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}}}

Latest revision as of 11:28, 8 October 2020

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