Difference between revisions of "Template:Upperscript"

From Dwaia Wiki
Jump to navigation Jump to search
Line 8: Line 8:
  
 
Can I get a {{Upperscript|bottom_text = boy|top_text = ass}} please?
 
Can I get a {{Upperscript|bottom_text = boy|top_text = ass}} please?
 +
 +
Now also has a positioning system:
 +
 +
<pre>
 +
Can I get a {{Upperscript|bottom_text = boy|top_text = ass|x=-55|y=20}} please?
 +
</pre>
 +
 +
produces:
 +
 +
Can I get a {{Upperscript|bottom_text = boy|top_text = ass|x=-55|y=20}} please?
 +
 +
Note that higher values for x are further to the right, and higher values for y are further down. Thus, a negative value for x moves the text to the left, for example.
 +
 +
  
 
[[Category:Templates]]
 
[[Category:Templates]]
 +
 +
 
</noinclude>
 
</noinclude>

Revision as of 20:29, 17 April 2019

Example:

Can I get a {{Upperscript|bottom_text = boy|top_text = ass}} please?

produces:

Can I get a boyass please?

Now also has a positioning system:

Can I get a {{Upperscript|bottom_text = boy|top_text = ass|x=-55|y=20}} please?

produces:

Can I get a boyass please?

Note that higher values for x are further to the right, and higher values for y are further down. Thus, a negative value for x moves the text to the left, for example.