Template:Su: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>SkyLined
m →‎Examples: Added smaller and bigger example
meta>SkyLined
Moved documentation to /doc
Line 1: Line 1:
<noinclude>
<noinclude>
==Purpose==
{{documentation}}
Template for creating two smaller lines of text on one actual line, this can be used for [[Template:val|scientific notations of uncertainty]] and [[Template:PhysicsParticle|physics]] symbols, such as [[Category:Nuclide templates|nuclides]] and [[Template:SubatomicParticle|particles]].
<!--
 
PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS
It was named after the '''&lt;sup>''' and '''&lt;sub>''' HTML tags, which share the first two letters of their name with this template. This template uses the third letter of the name of these tags, '''p''' and '''b''', as the name of the argument that drives the output of the top and bottom line, respectively. They are also used in combination with the letter '''a''' to set the alignment of the indivivdual lines.
Normally, the code for the template is included, but this template is too complex to do that.
== Arguments ==
--></noinclude><includeonly><SPAN style="font-size:80%; line-height:50%; display: -moz-inline-box; -moz-box-orient:vertical; display:inline-block; position:relative; margin-top:-1em; bottom:-0.1em; vertical-align:bottom;{{#ifeq: {{{a|}}}|r| text-align:right}}"><SPAN style="display:block">{{{p|}}}</SPAN><SPAN style="display:block">{{{b|}}}</SPAN></SPAN></includeonly>
{|
|'''p''' || The contents of the top line.
|-
|'''b''' || The contents of the bottom line.
|-
|'''a''' || The alignment of both lines ('''r''' for right aligned, default is left aligned)
|}
 
==Examples==
'''Simple example''': <code><nowiki>X{{su|p=a}}X{{su|b=b}}X{{su|p=a|b=b}}X</nowiki></code>
:X{{su|p=a}}X{{su|b=b}}X{{su|p=a|b=b}}X
'''Left aligned (default)''': <code><nowiki>X{{su|p=aaaaa|b=b}}X{{su|p=a|b=bbbbb}}X</nowiki></code>
:X{{su|p=aaaaa|b=b}}X{{su|p=a|b=bbbbb}}X
'''Right aligned:''' <code><nowiki>X{{su|a=r|p=aaaaa|b=b}}X{{su|a=r|p=a|b=bbbbb}}X</nowiki></code>
:X{{su|a=r|p=aaaaa|b=b}}X{{su|a=r|p=a|b=bbbbb}}X
'''Smaller font''': <code><nowiki>&lt;small>X{{su|p=a}}X{{su|b=b}}X{{su|p=a|b=b}}X&lt;/small></nowiki></code>
:<small>X{{su|p=a}}X{{su|b=b}}X{{su|p=a|b=b}}X</small>
'''Larger font''': <code><nowiki>&lt;big>X{{su|p=a}}X{{su|b=b}}X{{su|p=a|b=b}}X&lt;/big></nowiki></code>
:<big>X{{su|p=a}}X{{su|b=b}}X{{su|p=a|b=b}}X</big>
</noinclude><includeonly><SPAN style="font-size:80%; line-height:50%; display: -moz-inline-box; -moz-box-orient:vertical; display:inline-block; position:relative; margin-top:-1em; bottom:-0.1em; vertical-align:bottom;{{#ifeq: {{{a|}}}|r| text-align:right}}"><SPAN style="display:block">{{{p|}}}</SPAN><SPAN style="display:block">{{{b|}}}</SPAN></SPAN></includeonly>

Revision as of 14:48, 9 April 2008