Difference between revisions of "Template:Ai"
Jump to navigation
Jump to search
(Created page with "<noinclude> This is used for creating pages with pagination. = Top left = <nowiki><code>{{page|tf|50}}</code></nowiki> {{page|tf|50}}</code> = Top right = = Bottom center = =...") |
|||
Line 3: | Line 3: | ||
= Top left = | = Top left = | ||
<nowiki><code>{{page|tf|50}}</code></nowiki> | <nowiki><code>{{page|tf|50}}</code></nowiki> | ||
− | {{page|tf|50}} | + | {{page|tf|50|Content}} |
= Top right = | = Top right = | ||
+ | <nowiki><code>{{page|tr|50}}</code></nowiki> | ||
+ | {{page|tr|50|content}} | ||
= Bottom center = | = Bottom center = | ||
+ | <nowiki><code>{{page|bc|50}}</code></nowiki> | ||
+ | {{page|bc|50|content}} | ||
= Bottom left = | = Bottom left = | ||
+ | <nowiki><code>{{page|bf|50}}</code></nowiki> | ||
+ | {{page|bf|50|content}} | ||
= Bottom right = | = Bottom right = | ||
+ | <nowiki><code>{{page|br|50}}</code></nowiki> | ||
+ | {{page|br|50|content}} | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
− | + | {{#ifeq: {{{1}}} |tf| tf }} | |
+ | {{#ifeq: {{{1}}} |tr| tr }} | ||
+ | {{#ifeq: {{{1}}} |br| br }} | ||
+ | {{#ifeq: {{{1}}} |bl| bl }} | ||
+ | {{#ifeq: {{{1}}} |bc| bc }} | ||
</includeonly> | </includeonly> |
Revision as of 18:59, 13 May 2020
This is used for creating pages with pagination.
Top left
<code>{{page|tf|50}}</code> Template:Page
Top right
<code>{{page|tr|50}}</code> Template:Page
Bottom center
<code>{{page|bc|50}}</code> Template:Page
Bottom left
<code>{{page|bf|50}}</code> Template:Page
Bottom right
<code>{{page|br|50}}</code> Template:Page