Difference between revisions of "Template:InfoBox Actor"

From Oldunreal-Wiki
Jump to navigation Jump to search
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{|Style="width: 250px; float: right; Border: 1px solid; background: white;"
<includeonly>{{Infobox/Header|title={{{Actor_Name|Untitled}}}|image={{{Image|UserMapNoScreenshot.jpg}}}|color_border=Black|bgcolor=White|color=Black}}
|-
{{Infobox/Row|label=Subclass of:|value=Actor{{{Subclass| }}}|bgcolor_label=White|color_label=Black|bgcolor=White|color=Black}}
!Style="Background: lightgrey"| {{{Actor_Name|Untitled}}}
{{Infobox/Row|label=Included since:|value={{{IncVersion|Unknown}}}|bgcolor_label=Gainsboro|color_label=Black|bgcolor=Gainsboro|color=Black}}
|-
{{Infobox/Footer}}
| [[file:{{{Image|UserMapNoScreenshot.jpg}}}|Center|250px|]]
</includeonly><noinclude>{{Documentation}}{{AddCategories|type=Infobox}}</noinclude>
 
{|style="background: White; Width 100%"
| style="width: 100px;"|Subclass of: || '''Actor{{{Subclass| }}}'''
|}
{| style="background: Gainsboro; Width: 100%"
| style="width: 100px"|Included since:|| '''{{{IncVersion|Unknown}}}'''
|}
|}
 
<noinclude>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
 
==Template==
<pre>
{{InfoBox_Actor
|Actor_Name =
|Image =
|Subclass =
|IncVersion =
}}</pre>
 
 
==Example==
<pre>
{{InfoBox_Actor
|Actor_Name =DynamicZoneInfo
|Image =
|Subclass =->Info->Zoneinfo
|IncVersion =227F
}}</pre>
Result:
 
{{InfoBox_Actor
|Actor_Name =DynamicZoneInfo
|Image =
|Subclass =->Info->Zoneinfo
|IncVersion =227F
}}
[[Category:Templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 22:44, 17 July 2020

Template documentation follows
Visit Template:InfoBox_Actor/doc to edit this documentation. (How does this work?)


Infobox templates
InfoBox Actor
Class Infobox

Template

{{InfoBox_Actor
|Actor_Name		=
|Image			=
|Subclass		=
|IncVersion		=
}}

Example

{{InfoBox_Actor
|Actor_Name		=DynamicZoneInfo
|Image			=GenericInfoActor.png
|Subclass		= > Info > ZoneInfo
|IncVersion		=227f
}}

Result:


GenericInfoActor.png

DynamicZoneInfo
Subclass of: Actor> Info > Zoneinfo
Included since: 227f