Difference between revisions of "Template:ShaderInfobox"

From RRe36's Project Wiki
Jump to navigation Jump to search
(Created page with "<noinclude> This is the "ShaderInfobox" template. It should be called in the following format: <pre> {{ShaderInfobox |ProjectPage= |LatestVersion= |LastUpdated= |VisualStyle=...")
 
 
(43 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
<pre>
 
<pre>
 
{{ShaderInfobox
 
{{ShaderInfobox
 +
|BannerImage=
 
|ProjectPage=
 
|ProjectPage=
 
|LatestVersion=
 
|LatestVersion=
Line 9: Line 10:
 
|VisualStyle=
 
|VisualStyle=
 
|PerformanceCost=
 
|PerformanceCost=
 +
|LicenseType=
 +
|LicenseURL=
 
}}
 
}}
 
</pre>
 
</pre>
 
Edit the page to see the template text.
 
Edit the page to see the template text.
</noinclude><includeonly>{| class="wikitable"  
+
</noinclude>
! <span style="font-size: larger;">{{PAGENAME}}</span>
+
<includeonly>{| class="wikitable" style="max-width:30%; float:right; margin-top:0px; margin-left:8px;"
 +
!colspan="2" style="background-color: #67b544;"|{{PAGENAME}}
 
|-
 
|-
! Project Page
+
|colspan="2"| <div style="max-width:500px; overflow:auto;">{{{BannerImage}}}</div>
| {{{ProjectPage|}}}
 
 
|-
 
|-
! Latest Version
+
|'''Project Page'''
| {{{LatestVersion|}}}
+
|{{{ProjectPage}}}
 
|-
 
|-
! Last Updated
+
|'''Latest Version'''
| {{{LastUpdated|}}}
+
|{{{LatestVersion}}}
 
|-
 
|-
! Visual Style
+
|'''Last Updated'''
| {{{VisualStyle|}}}
+
|{{{LastUpdated}}}
 
|-
 
|-
! Performance Cost
+
|'''Visual Style'''
| {{{PerformanceCost|}}}
+
|{{{VisualStyle}}}
|}
+
|-
 
+
|'''Performance Cost'''
[[Category:Infobox]]
+
|{{{PerformanceCost}}}
</includeonly>
+
|-
 +
|'''License'''
 +
|[{{{LicenseURL}}} {{{LicenseType}}}]
 +
|}</includeonly>

Latest revision as of 12:18, 24 September 2021

This is the "ShaderInfobox" template. It should be called in the following format:

{{ShaderInfobox
|BannerImage=
|ProjectPage=
|LatestVersion=
|LastUpdated=
|VisualStyle=
|PerformanceCost=
|LicenseType=
|LicenseURL=
}}

Edit the page to see the template text.