3,599
edits
m (→Example Usage) |
mNo edit summary |
||
Line 2: | Line 2: | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
=Example Usage= | =Example Usage= | ||
Since this is a '''"Floating"''' element, that means it will appear to the left of text which follows. If you are finding this annoying and want it on its own line, you must add the ''' | Since this is a '''"Floating"''' element, that means it will appear to the left of text which follows. If you are finding this annoying and want it on its own line, you must add the '''clear''' template after it, using the following code: | ||
<pre>{{ | <pre>{{clear}}</pre> | ||
:: ''Note - This is not necessary if you are using the '''UserCharacterGallery-START''' and '''UserCharacterGallery-END''' templates (explained below).'' | :: ''Note - This is not necessary if you are using the '''UserCharacterGallery-START''' and '''UserCharacterGallery-END''' templates (explained below).'' | ||
==Primary Character== | ==Primary Character== | ||
Line 20: | Line 20: | ||
| SHIP = [[Amity Outpost|Amity]] | | SHIP = [[Amity Outpost|Amity]] | ||
}} | }} | ||
{{ | {{clear}} | ||
</pre> | </pre> | ||
{{ UserCharacterGallery | {{ UserCharacterGallery | ||
Line 35: | Line 35: | ||
| SHIP = [[Amity Outpost|Amity]] | | SHIP = [[Amity Outpost|Amity]] | ||
}} | }} | ||
{{ | {{clear}} | ||
==Regular Character== | ==Regular Character== | ||
<pre> | <pre> | ||
Line 51: | Line 51: | ||
| SHIP = [[USS Kitty Hawk|Kitty Hawk]] | | SHIP = [[USS Kitty Hawk|Kitty Hawk]] | ||
}} | }} | ||
{{ | {{clear}} | ||
</pre> | </pre> | ||
{{ UserCharacterGallery | {{ UserCharacterGallery | ||
Line 66: | Line 66: | ||
| SHIP = [[USS Kitty Hawk|Kitty Hawk]] | | SHIP = [[USS Kitty Hawk|Kitty Hawk]] | ||
}} | }} | ||
{{ | {{clear}} | ||
==Incomplete Character== | ==Incomplete Character== | ||
<pre> | <pre> | ||
Line 82: | Line 82: | ||
| SHIP = Unassigned | | SHIP = Unassigned | ||
}} | }} | ||
{{ | {{clear}} | ||
</pre> | </pre> | ||
{{ UserCharacterGallery | {{ UserCharacterGallery | ||
Line 97: | Line 97: | ||
| SHIP = Unassigned | | SHIP = Unassigned | ||
}} | }} | ||
{{ | {{clear}} | ||
=Stacking= | =Stacking= |