Difference between revisions of "Template:Infobox document/doc"

From blackwiki
Jump to navigation Jump to search
imported>RGloucester
(→‎Usage: repeal parameter)
(to match template)
Line 4: Line 4:
 
== Usage ==
 
== Usage ==
 
{{Infobox document
 
{{Infobox document
|document_name=document_name
+
| document_name = ''document_name''
|image=example.png
+
| image = example.png
|image_alt=image_alt
+
| image_alt = ''image_alt''
|caption=caption
+
| caption = ''caption''
|date_created=date_created
+
| date_created = ''date_created''
|date_ratified=date_ratified
+
| date_ratified = ''date_ratified''
|date_effective=date_effective
+
| date_effective = ''date_effective''
|date_repeal=date_repeal
+
| date_repeal = ''date_repeal''
|location_of_document=location_of_document
+
| location_of_document = ''location_of_document'' (or ''document_location'')
|writer=writer
+
| writer = ''writer'' (or ''writers'')
|signers=signers
+
| signers = ''signers''
|purpose=purpose
+
| purpose = ''purpose''
 
}}
 
}}
  
 
<pre style="overflow:auto;">
 
<pre style="overflow:auto;">
 
{{Infobox document
 
{{Infobox document
|document_name =  
+
| document_name =       <!-- required --> 
|image =  
+
| image =  
|image_size =  
+
| image_size =  
|image_alt =  
+
| image_alt =  
|caption =  
+
| caption =  
|date_created =  
+
| date_created =  
|date_ratified =  
+
| date_ratified =  
|date_effective =
+
| date_effective =  
|date_repeal=
+
| date_repeal =  
|location_of_document =  
+
| document_location =  
|writer =  
+
| writer =             <!-- or | writers = -->
|signers =  
+
| signers =  
|purpose =  
+
| purpose =  
}}</pre>
+
}}
 +
</pre>
 +
 
 +
== Parameters ==
  
==Parameters==
+
; Required
;Required
+
* ''document_name'' : The name of the document.
* document_name &mdash; Name of the document
 
  
 
All other parameters are optional.
 
All other parameters are optional.

Revision as of 13:45, 24 February 2015

Usage

document_name
image_alt
caption
Createddate_created
Ratifieddate_ratified
Date effectivedate_effective
Repealeddate_repeal
Locationlocation_of_document (or document_location)
Author(s)writer (or writers)
Signatoriessigners
Purposepurpose
{{Infobox document
| document_name =       <!-- required -->  
| image = 
| image_size = 
| image_alt = 
| caption = 
| date_created = 
| date_ratified = 
| date_effective = 
| date_repeal = 
| document_location = 
| writer =              <!-- or | writers = -->
| signers = 
| purpose = 
}}

Parameters

Required
  • document_name : The name of the document.

All other parameters are optional.