Template:Cast: Difference between revisions

From Garfcord Wiki
Jump to navigation Jump to search
garf>FANDOM
Created page with "<includeonly><infobox> <title source="name"><default>{{PAGENAME}}</default></title> <image source="image"><caption source="caption" /></image> <data><label>Born..."
 
m 1 revision imported
 
(No difference)

Latest revision as of 18:10, 2 August 2024

Template documentation
Note: portions of the template sample may not be visible without values provided.
View or edit this documentation. (About template documentation)
Editors can experiment in this template's sandbox and test case pages.

Description

To use this template, add the {{Cast}} template and fill in the appropriate fields. Fields left blank will not appear in articles. This infobox template uses Fandom's infobox syntax.

Syntax

{{Cast
 | name       = 
 | image      = 
 | caption    = 
 | birthname  = 
 | birthdate  = 
 | birthplace = 
 | deathdate  = 
 | deathplace = 
 | gender     = 
 | height     = 
 | occupation = 
 | appears in = 
 | portrays   = 
}}


Sample output

<infobox>

   <title source="name"><default>Cast</default></title>
<image source="image"></image> <label>Born</label> <default>Name
Date
Place</default>
<label>Died</label> <default>Date
Place</default>
<label>Gender</label> <label>Height</label> <label>Occupation</label> <label>Appears in</label> <label>Portrays</label> </infobox>Lua error in package.lua at line 80: module 'Dev:Namespace_detect' not found.
{{Cast
 | name       = Test
 | image      = Wiki.png
 | caption    = Test
 | birthname  = Name
 | birthdate  = Date
 | birthplace = Place
 | deathdate  = Date
 | deathplace = Place
 | gender     = Test
 | height     = Test
 | occupation = Test
 | appears in = Test
 | portrays   = Test
}}