Template:UnGameAd
Jump to navigation
Jump to search
For the "featured" part of the UnGames Main page, used in the page UnGames:Main Page/featured.
Usage
Here is a typical usage of the template.
{{UnGameAd
|title = Zork
|link = UnGames:Zork
|image = Zorkw.png
|credit = {{u|Rcmurphy}}
}}
Here is an example of all the parameters used.
Make sure you delete any parameters that are empty (i.e if you have "size = " or any other parameter called but set to nothing), or things might NOT show up right.
{{UnGameAd
|title = Mr. Winkler Dating Sim
|link = UnGames:Mr. Winkler Dating Sim
|image = mrwinklerhentai.png
|imagestyle = top:52%; left:40%;
|style = background:#333;
|size = 400px
|credit = {{u|Mr-ex777}}
}}
Play around with the different parameters to get the image looking right inside the screen.
All parameters
title- sets the title, will default to link if not provided.link- sets the page link.image- sets the image inside the screen.imagestyle- sets inline styling for image parent container, typically used to adjust the positioning like (i.e. "top:200px")style- sets inline styling for whole template, typically used to add a background to fill out the gaps between the image and the screen (i.e. "background:red")size- sets the size of the image, combine with{{{imagestyle}}}for maximum pixel tweaking.credit- credits the maker of the game (i.e. "Mr-ex777")