Welcome to IOPWiki, Commander.
With the release of the Global Beta, we encourage contributions to topics related to Girls' Frontline 2. Learn how to contribute and join our Discord server to discuss major changes.

Template:GameThumb

Welcome to IOP Wiki. This website is maintained by the Girls' Frontline community and is free to edit by anyone.
Revision as of 23:21, 20 June 2024 by Messing with data (talk | contribs) (Proper filepath)
Jump to navigation Jump to search
Documentation icon Template documentation[view] [edit] [history] [purge]

A single element of the GameThumbContainer. Displays an image with a link.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Page name1

The page name to link to

Example
Project Neural Cloud
Page namerequired
Image2

An image used as background which describes the linked game best.

Example
PNC_Loading_Screen_17.png
Filerequired

Usage

See the template's testcases:


Call without parameter
Wiki code
{{GameThumb}}
Main version
<img class="game-thumb-img" src="" width="230" height="125">[[]]
Sandbox version
[[File:|frameless|230px|class=game-thumb-img|alt=]][[]]
Call outside container
Wiki code
{{GameThumb|Project Neural Cloud|PNC_Loading_Screen_17.png}}
Main version
<img class="game-thumb-img" src="//iopwiki.com/images/c/cc/PNC_Loading_Screen_17.png" width="230" height="125">Project Neural Cloud
Sandbox version
Proper call
Wiki code
{{GameThumbContainer|
{{GameThumb|Project Neural Cloud|PNC_Loading_Screen_17.png}}
{{GameThumb/sandbox|Girls' Frontline 2: Exilium|GFL2_2023_Banner.jpg}}
}}
Main version
<img class="game-thumb-img" src="//iopwiki.com/images/c/cc/PNC_Loading_Screen_17.png" width="230" height="125">Project Neural Cloud
<img class="game-thumb-img" src="//iopwiki.com/images/8/86/GFL2_2023_Banner.jpg" width="230" height="125">Girls' Frontline 2: Exilium
Sandbox version

See also