Template:Subpage: Difference between revisions

From Hidden Palace
Jump to navigation Jump to search
(Created page with "<includeonly><blockquote>'''This is a sub-page of ''[[{{#titleparts: {{FULLPAGENAME}}|-1}}]]''.'''</blockquote></includeonly>")
 
No edit summary
 
Line 1: Line 1:
<includeonly><blockquote>'''This is a sub-page of ''[[{{#titleparts: {{FULLPAGENAME}}|-1}}]]''.'''</blockquote></includeonly>
<includeonly>
<!--T:1-->
{{#if: {{{1|}}} | {{mbox
| text=        <span style='font-size: 150%; line-height: 150%'>'''[[{{#if: {{{tr|}}} | {{#titleparts: {{FULLPAGENAME}} | -1 }} | {{FULLPAGENAME}} }}/{{{1}}}{{#if: {{{tr|}}} | /{{#titleparts: {{FULLPAGENAME}} | | -1 }} }} | {{#if: {{{tr|}}} | {{{tr|}}} | {{{1}}} }}]]'''</span><br>{{{text|}}}
| image=      {{{image|Blank.png}}}
| caption=     
| border=      #ddd
| background=  #fff
| iwidth    =  {{{width|50}}}
| pic-align =  {{{pic-align|center}}}
| min-width =  {{{min-width|50}}}
}}
| <blockquote>'''This is a sub-page of ''[[{{#titleparts: {{FULLPAGENAME}}|-1}}]]''.'''</blockquote> {{#ifeq: {{NAMESPACE}} | User | | [[Category:Subpages]] }} }}</includeonly><noinclude>
 
==Usage==
If you want to point out that this is a subpage of another one, just use <nowiki>{{subpage}}</nowiki>. If you want to '''link''' to a subpage, use it like this:
<pre>
{{subpage|Name|text=Text|image=Image|width=Width|pic-align=Align|min-width=Min-width}}
</pre>
 
Only the subpage name is mandatory.
 
*'''Name''' is the name of the subpage.
*'''Text''' is a small description of its contents. Usually has a [[Help:Guidelines#Humor|humorous]] sentence.
*'''Image''' is a related picture, sometimes one of the most interesting items on that subpage.
*'''Width''' is the image's width. Default is 50px.
*'''Align''' is the image's align. Default is center.
*'''Min-width''' is the image's minimum width. Default is 50px.
*'''tr''' is the translated title, and is to be only used in translations of pages. Using it outside of these will break it brilliantly.
 
Borrowed from TCRF with permission from Xkeeper. ❤️
</noinclude>

Latest revision as of 05:46, December 6, 2020


Usage

If you want to point out that this is a subpage of another one, just use {{subpage}}. If you want to link to a subpage, use it like this:

{{subpage|Name|text=Text|image=Image|width=Width|pic-align=Align|min-width=Min-width}}

Only the subpage name is mandatory.

  • Name is the name of the subpage.
  • Text is a small description of its contents. Usually has a humorous sentence.
  • Image is a related picture, sometimes one of the most interesting items on that subpage.
  • Width is the image's width. Default is 50px.
  • Align is the image's align. Default is center.
  • Min-width is the image's minimum width. Default is 50px.
  • tr is the translated title, and is to be only used in translations of pages. Using it outside of these will break it brilliantly.

Borrowed from TCRF with permission from Xkeeper. ❤️