User:TabbyGarf/Guides:Userbox Etiquette: Difference between revisions

Jump to: navigation, search
m (Documentation section.)
mNo edit summary
Line 28: Line 28:
If you dont want to bother touching any code you can use this [http://yerich.net/userbox/ UBX generator] as long as you follow the template values for "id-h", "id-w" and "id" in case you use an image.
If you dont want to bother touching any code you can use this [http://yerich.net/userbox/ UBX generator] as long as you follow the template values for "id-h", "id-w" and "id" in case you use an image.


== Documentation ==
Adding documentation is necessary for userbox usage. To make a documentation you need to put {{tl|documentation}} inside the <noinclude> tags and make a "/doc" sub-page for example, [[User:TabbyGarf/UserHelper]]'s documentation page is [[User:TabbyGarf/UserHelper/doc]].
You can use a table to show different outputs of your UBX. ''(Remove quotation marks.)''
<pre>
{|
!Template Output
!Plain Code
|-
|{{User:K-Fee/UBX}}
|<"pre">{{User:K-Fee/UBX}}<"/pre">
|-
|{{User:K-Fee/UBX|Auto}}
|<pre>{{User:K-Fee/UBX|Auto}}<"/pre">
|-
|{{User:K-Fee/UBX}}
|<"pre">{{User:K-Fee/UBX|Strand}}<"/pre">
|-
</pre>
or, in the case of a single output:
<pre>
{|
!Template Output
!Plain Code
|-
|{{User:K-Fee/UBX}}
|<"pre">{{User:K-Fee/UBX}}<"/pre">
|-
</pre>


Notable good examples
== Notable UBX Examples ==
== Usage ==
{|
{|
!Template  
!Template  
Line 56: Line 83:
|Follow a theme to the variety of Kinky.
|Follow a theme to the variety of Kinky.
|-
|-
== Documentation ==
Adding documentation is necessary for userbox usage. To make a documentation you need to put {{tl|documentation}} inside the <noinclude> tags and make a "/doc" sub-page for example, [[User:TabbyGarf/UserHelper]]'s documentation page is [[User:TabbyGarf/UserHelper/doc]].
You can use a table to show different outputs of your UBX.
<pre>
{|
!Template Output
!Plain Code
|-
|{{User:K-Fee/UBX}}
|<pre>{{User:K-Fee/UBX}}</pre>
|-
|{{User:K-Fee/UBX|Auto}}
|<pre>{{User:K-Fee/UBX|Auto}}</pre>
|-
|{{User:K-Fee/UBX}}
|<pre>{{User:K-Fee/UBX|Strand}}</pre>
|-
</pre>
or, in the case of a single output:
<pre>
{|
!Template Output
!Plain Code
|-
|{{User:K-Fee/UBX}}
|<pre>{{User:K-Fee/UBX}}</pre>
|-
</pre>