Difference between revisions of Template:Subpage

Jump to navigation Jump to search
(Created page with "<includeonly> <!--T:1--> {{#if: {{{1|}}} | {{mbox | text= <span style='font-size: 150%; line-height: 150%'>'''{{#if: {{{tr|}}} | {{#titleparts: {{FULLPAGENAME}} | -1...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
<!--T:1-->
<!--T:1-->
{{#if: {{{1|}}} | {{mbox
{{#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|}}}
| 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}}}
| image=      {{{image|Blank.png}}}
| caption=       
| caption=       
Line 10: Line 10:
| pic-align =  {{{pic-align|center}}}
| pic-align =  {{{pic-align|center}}}
| min-width =  {{{min-width|50}}}
| min-width =  {{{min-width|50}}}
| style=width:{{{box-width|100}}}%
}}
}}
  | <blockquote>'''This is a sub-page of ''[[{{#titleparts: {{FULLPAGENAME}}|-1}}]]''.'''</blockquote> {{#ifeq: {{NAMESPACE}} | User | | [[Category:Subpages]] }} }}</includeonly><noinclude>
  | <blockquote>'''This is a sub-page of ''[[{{#titleparts: {{FULLPAGENAME}}|-1}}]]''.'''</blockquote> {{#ifeq: {{NAMESPACE}} | User | | [[Category:Subpages]] }} }}</includeonly><noinclude>
Line 16: Line 17:
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:
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>
<pre>
{{subpage|Name|text=Text|image=Image|width=Width|pic-align=Align|min-width=Min-width}}
{{subpage|Name|text=Text|image=Image|width=Width|pic-align=Align|min-width=Min-width|box-width=Box-width}}
</pre>
</pre>


Line 28: Line 29:
*'''Min-width''' is the image's minimum width. Default is 50px.
*'''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.
*'''tr''' is the translated title, and is to be only used in translations of pages. Using it outside of these will break it brilliantly.
*'''box-width''' is the width of the box that is used.


[https://tcrf.net/Template:Subpage Stolen from The Cutting Room Floor]
[https://tcrf.net/Template:Subpage Stolen from The Cutting Room Floor]
</noinclude>
</noinclude>

Latest revision as of 21:14, 5 June 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|box-width=Box-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.
  • box-width is the width of the box that is used.

Stolen from The Cutting Room Floor