Template:UserCharacterGallery: Difference between revisions

From 118Wiki
Jump to navigation Jump to search
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 '''CLEAR''' template after it, using the following code:
<pre>{{CLEAR}}</pre>
:: ''Note - This is not necessary if you are using the '''UserCharacterGallery-START''' and '''UserCharacterGallery-END''' templates (explained below).''
==Primary Character==
==Primary Character==
<pre>
<pre>
Line 17: Line 20:
| SHIP = [[Amity Outpost|Amity]]
| SHIP = [[Amity Outpost|Amity]]
}}
}}
{{CLEAR}}
</pre>
</pre>
{{ UserCharacterGallery
{{ UserCharacterGallery
Line 31: Line 35:
| SHIP = [[Amity Outpost|Amity]]
| SHIP = [[Amity Outpost|Amity]]
}}
}}
{{clear}}
{{CLEAR}}
==Regular Character==
==Regular Character==
<pre>
<pre>
Line 47: Line 51:
| SHIP = [[USS Kitty Hawk|Kitty Hawk]]
| SHIP = [[USS Kitty Hawk|Kitty Hawk]]
}}
}}
{{CLEAR}}
</pre>
</pre>
{{ UserCharacterGallery
{{ UserCharacterGallery
Line 61: Line 66:
| SHIP = [[USS Kitty Hawk|Kitty Hawk]]
| SHIP = [[USS Kitty Hawk|Kitty Hawk]]
}}
}}
{{clear}}
{{CLEAR}}
==Incomplete Character==
==Incomplete Character==
<pre>
<pre>
Line 77: Line 82:
| SHIP = Unassigned
| SHIP = Unassigned
}}
}}
{{CLEAR}}
</pre>
</pre>
{{ UserCharacterGallery
{{ UserCharacterGallery
Line 91: Line 97:
| SHIP = Unassigned
| SHIP = Unassigned
}}
}}
{{clear}}
{{CLEAR}}


=Stacking=
=Stacking=

Revision as of 19:38, 22 September 2022

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 CLEAR template after it, using the following code:

{{CLEAR}}
Note - This is not necessary if you are using the UserCharacterGallery-START and UserCharacterGallery-END templates (explained below).

Primary Character

{{ UserCharacterGallery
| NAME = Robin Hopper
| IMAGE = Hopper-550.jpg
| PAGE = Robin Hopper
| PRIMARY = Yes
| RANK = Lt.
| BY = 2371
| BM = 09
| BD = 02
| SPECIES = Human/[[Centauran]]
| POST = Chief Science Officer
| SHIP = [[Amity Outpost|Amity]]
}}
{{CLEAR}}
Hopper-550.jpg
Lt. Robin Hopper (Primary)
30-year-old Human/Centauran
Chief Science Officer (Amity)

Template:CLEAR

Regular Character

{{ UserCharacterGallery
| NAME = Kivik
| IMAGE = Kivik-550.jpg
| PAGE = Kivik
| PRIMARY = 
| RANK = Lieutenant
| BY = 2366
| BM = 09
| BD = 07
| SPECIES = [[J'naii]]
| POST = Chief Science Officer
| SHIP = [[USS Kitty Hawk|Kitty Hawk]]
}}
{{CLEAR}}
Kivik-550.jpg
Lieutenant Kivik
35-year-old J'naii
Chief Science Officer (Kitty Hawk)

Template:CLEAR

Incomplete Character

{{ UserCharacterGallery
| NAME = New Guy
| IMAGE = 
| PAGE = New Guy
| PRIMARY = 
| RANK = Ensign
| BY = 2379
| BM = 01
| BD = 02
| SPECIES = Vulcan
| POST = 
| SHIP = Unassigned
}}
{{CLEAR}}
Noimage.jpg
Ensign New Guy
22-year-old Vulcan
(Unassigned)

Template:CLEAR

Stacking

If you want to include multiple entries, you must wrap your template in the following code:

{{UserCharacterGallery-START}}
{{ UserCharacterGallery
| NAME = Robin Hopper
| IMAGE = Hopper-550.jpg
| PAGE = Robin Hopper
| PRIMARY = Yes
| RANK = Lt.
| BY = 2371
| BM = 09
| BD = 02
| SPECIES = Human/[[Centauran]]
| POST = Chief Science Officer
| SHIP = [[Amity Outpost|Amity]]
}}
{{ UserCharacterGallery
| NAME = Kivik
| IMAGE = Kivik-550.jpg
| PAGE = Kivik
| PRIMARY = 
| RANK = Lieutenant
| BY = 2366
| BM = 09
| BD = 07
| SPECIES = [[J'naii]]
| POST = Chief Science Officer
| SHIP = [[USS Kitty Hawk|Kitty Hawk]]
}}
{{UserCharacterGallery-END}}