Template:Player Gallery: Difference between revisions

From SoS Ledger
Created page with "{{subst:How to use}} <noinclude>This template is used to create a gallery section for player pages.</noinclude><includeonly> {{#if:{{{images|}}}| == Gallery == <gallery> {{{images}}} </gallery> }} </includeonly>"
 
No edit summary
Line 4: Line 4:
|+ <big>'''Template Usage'''</big>
|+ <big>'''Template Usage'''</big>
|-
|-
! colspan="2" style="text-align: left; background-color: #eee; font-weight: normal; padding: 0.4em 0.6em;" | To use this template effectively, please copy the code below and paste it where needed:
! colspan="2" style="text-align: left; background-color: #eee; font-weight: normal; padding: 0.4em 0.6em;" | This template is included by default into the Player Page template.
|-
|-
| colspan="2" style="padding: 0.4em 0.6em;" |
| colspan="2" style="padding: 0.4em 0.6em;" |If you wish to add the gallery, simply upload an image, then change "PlayerName_Card.jpg" or "PlayerName_Settlement.jpg" to the name on your uploaded image. You can also add more images by adding more lines.
If you however wish to not have a gallery, you can either leave it empty, or remove it entirely.
<code><nowiki>
<code><nowiki>
<noinclude>{{{subst:Template Name}}}</noinclude>
<noinclude>{{PlayerGallery|images=
File:PlayerName_Card.jpg|Player Card
File:PlayerName_Settlement.jpg|Settlement Screenshot
}}
</noinclude>
</nowiki></code>
</nowiki></code>
|}
|}

Revision as of 15:10, 27 July 2025


Template Usage
This template is included by default into the Player Page template.
If you wish to add the gallery, simply upload an image, then change "PlayerName_Card.jpg" or "PlayerName_Settlement.jpg" to the name on your uploaded image. You can also add more images by adding more lines.

If you however wish to not have a gallery, you can either leave it empty, or remove it entirely. <noinclude>{{PlayerGallery|images= File:PlayerName_Card.jpg|Player Card File:PlayerName_Settlement.jpg|Settlement Screenshot }} </noinclude>


This template is used to create a gallery section for player pages.