Difference between revisions of "Template: Noble House"

From A Wiki of Ice and Fire
Jump to: navigation, search
m (fixed documentation.)
m (added to support both options, since many templates use 'Founded_in' name)
Line 30: Line 30:
 
| data13 = {{{Founder|}}}
 
| data13 = {{{Founder|}}}
 
| label14 = Founded
 
| label14 = Founded
| data14 = {{{Founded|}}}
+
| data14 = {{{Founded|{{{Founded_in|}}}}}}
 
| label15 = Died out
 
| label15 = Died out
 
| data15 = {{{Died_out|}}}
 
| data15 = {{{Died_out|}}}
Line 49: Line 49:
 
| Ancestral_weapon = text
 
| Ancestral_weapon = text
 
| Cadet_branch = text
 
| Cadet_branch = text
| Founded = text
+
| Founded = {{Date|xxx}} or Age
 
| Founder = text
 
| Founder = text
| Died_out = text
+
| Died_out = {{Date|xxx}} or Age
 
}}
 
}}
 
==Usage==
 
==Usage==
<pre style="width:35em">
+
Quick copy/pate infobox code for a new house entry:
 +
<pre>
 
{{Noble House  
 
{{Noble House  
 
| House_name =
 
| House_name =
Line 69: Line 70:
 
| Ancestral_weapon =
 
| Ancestral_weapon =
 
| Cadet_branch =
 
| Cadet_branch =
| Founded = {{Date|xxx}}
+
| Founded =
 
| Founder =
 
| Founder =
 
| Died_out =
 
| Died_out =

Revision as of 22:45, 17 April 2012


House name
None.svg
text
Coat of arms text
Seat text
Head text
Region text
Title text
Heir text
Overlord text
Cadet branch text
Ancestral weapon text
Founder text
Founded xxx AC or Age
Died out xxx AC or Age

Usage

Quick copy/pate infobox code for a new house entry:

{{Noble House 
| House_name 	=
| image         = 
| image_caption = 
| Coat_of_arms 	=
| Words		=
| Seat		=
| Current_Lord 	=
| Region 	=
| Title		=
| Heir		=
| Overlord 	=
| Ancestral_weapon =
| Cadet_branch 	=
| Founded 	=
| Founder 	=
| Died_out 	=
}}


Note:Parameters which get no value are not shown when the template is used.
you can see a preview on your right side.