Difference between revisions of "Template:Infobox"
Jump to navigation
Jump to search
(85 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | < | + | <div class="infobox"> |
+ | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div> | ||
+ | {{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | ||
+ | {{#if:{{{steamheader|}}}|<div class="portrait300px">https://cdn.cloudflare.steamstatic.com/steam/apps/{{{steamheader}}}/header.jpg</div>|{{#if:{{{steamappid|}}}|<div class="portrait300px">https://cdn.cloudflare.steamstatic.com/steam/apps/{{{steamappid}}}/library_600x900.jpg</div>}}|}} | ||
+ | {| | ||
− | <!-- | + | {{#if:{{{steamappid|}}}{{{gogurl|}}}| |
− | + | <!-- First element --> | |
− | + | {{!}}'''Storefronts''' | |
− | + | {{!!}} | |
− | | | + | {{#if:{{{steamappid|}}}| |
− | + | {{#regex:{{{steamurl}}}|/([^,]+)(,? ?)/rs| | |
− | | | + | [[Image:Steam_logo.svg|24px|link=https://store.steampowered.com/app/{{{steamappid}}}]]}}[[Category:On Steam]] |
− | | | + | }} |
− | | | + | {{#if:{{{gogurl|}}}| |
− | | | + | {{#regex:{{{gogurl}}}|/([^,]+)(,? ?)/rs| |
− | + | [[Image:Gog_logo.svg|24px|link=$1]]}}[[Category:On GOG]] | |
− | <!-- | + | }} |
− | + | {{!}}</tr>| | |
− | + | }} | |
− | <!-- | + | {{#if:{{{os|}}}|{{!}}'''Operating Systems'''{{!!}}{{#ifeq:{{#regex:{{{os|}}}|/>/rs|}}|| |
− | + | <!--List-->{{#regex:{{{os|}}}|/([^,]+)(,? ?)/rs|[[:Category:$1 Games|$1]][[Category:$1 Games]]$2}}</tr>| | |
− | + | }}}} | |
− | + | {{#if:{{{engine|}}}|{{!}}'''Engine'''{{!!}}{{#ifeq:{{#regex:{{{engine|}}}|/>/rs|}}|| | |
− | + | <!--List-->{{#regex:{{{engine|}}}|/([^,]+)(,? ?)/rs|[[:Category:$1 Engine|$1]][[Category:$1 Engine]]$2}}</tr>| | |
− | + | }}}} | |
− | <!-- | + | {{#if:{{{arch|}}}|{{!}}'''Architecture'''{{!!}}{{#ifeq:{{#regex:{{{arch|}}}|/>/rs|}}|| |
− | | | + | <!--List-->{{#regex:{{{arch|}}}|/([^,]+)(,? ?)/rs|[[:Category:$1|$1]][[Category:$1]]$2}}</tr>| |
− | | | + | }}}} |
− | + | {{#if:{{{cpufeats|}}}|{{!}}'''CPU Features Used'''{{!!}}{{#ifeq:{{#regex:{{{cpufeats|}}}|/>/rs|}}|| | |
− | < | + | <!--List-->{{#regex:{{{cpufeats|}}}|/([^,]+)(,? ?)/rs|[[:Category:$1 CPU Feature|$1]][[Category:$1 CPU Feature]]$2}}</tr>| |
− | + | }}}} | |
− | {{ | + | {{#if:{{{compat|}}}|{{!}}'''Compatibility'''{{!!}}{{#ifeq:{{#regex:{{{compat|}}}|/>/rs|}}|| |
− | < | + | <!--List-->{{#regex:{{{compat|}}}|/([^,]+)(,? ?)/rs|[[:Category:$1 Compatibility|$1]][[Category:$1 Compatibility]]$2}}</tr>| |
− | </ | + | }}}} |
+ | {{#if:{{{apptype|}}}|{{!}}'''Type'''{{!!}}{{#ifeq:{{#regex:{{{apptype|}}}|/>/rs|}}|| | ||
+ | <!--List-->{{#regex:{{{apptype|}}}|/([^,]+)(,? ?)/rs|[[:Category:$1 Type Application|$1]][[Category:$1 Type Application]]$2}}</tr>| | ||
+ | }}}} | ||
+ | {{#if:{{{renderapi|}}}|{{!}}'''Render API'''{{!!}}{{#ifeq:{{#regex:{{{renderapi|}}}|/>/rs|}}|| | ||
+ | <!--List-->{{#regex:{{{renderapi|}}}|/([^,]+)(,? ?)/rs|[[:Category:$1 Render API|$1]][[Category:$1 Render API]]$2}}</tr>| | ||
+ | }}}} | ||
+ | {{#if:{{{workingthunks|}}}|{{!}}'''Supported Thunks'''{{!!}}{{#ifeq:{{#regex:{{{workingthunks|}}}|/>/rs|}}|| | ||
+ | <!--List-->{{#regex:{{{workingthunks|}}}|/([^,]+)(,? ?)/rs|[[:Category:$1 Thunk Capable|$1]][[Category:$1 Thunk Capable]]$2}}</tr>| | ||
+ | }}}} | ||
+ | {{#if:{{{nonworkingthunks|}}}|{{!}}'''Unsupported Thunks'''{{!!}}{{#ifeq:{{#regex:{{{nonworkingthunks|}}}|/>/rs|}}|| | ||
+ | <!--List-->{{#regex:{{{nonworkingthunks|}}}|/([^,]+)(,? ?)/rs|[[:Category:$1 Thunk Incapable|$1]][[Category:$1 Thunk Incapable]]$2}}</tr>| | ||
+ | }}}} | ||
+ | {{#if:{{{drm|}}}|{{!}}'''DRM'''{{!!}}{{#ifeq:{{#regex:{{{drm|}}}|/>/rs|}}|| | ||
+ | <!--List-->{{#regex:{{{drm|}}}|/([^,]+)(,? ?)/rs|[[:Category:$1 DRM|$1]][[Category:$1 DRM]]$2}}</tr>| | ||
+ | }}}} | ||
+ | |} | ||
+ | </div> |
Latest revision as of 01:21, 24 November 2022
Infobox