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

From blackwiki
Jump to navigation Jump to search
(to match template)
imported>Frietjes
(rv)
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_repealed = ''date_repealed''
+
|date_repeal=date_repeal
| document_location = ''document_location''
+
|location_of_document=location_of_document
| writer = ''writer''  or  ''writers''
+
|writer=writer
| signers = ''signers''
+
|signers=signers
| purpose = ''purpose''
+
|purpose=purpose
 
}}
 
}}
  
 
<pre style="overflow:auto;">
 
<pre style="overflow:auto;">
 
{{Infobox document
 
{{Infobox document
| document_name =       <!-- required --> 
+
|document_name =  
| image =               <!-- filename -->
+
|image =  
| image_size =  
+
|image_size =  
| image_alt =  
+
|image_alt =  
| caption =  
+
|caption =  
| date_created =  
+
|date_created =  
| date_ratified =  
+
|date_ratified =  
| date_effective =  
+
|date_effective =
| date_repealed =  
+
|date_repeal=
| document_location =  
+
|location_of_document =  
| writer =             <!-- or | writers = -->
+
|writer =  
| signers =  
+
|signers =  
| purpose =  
+
|purpose =  
}}
+
}}</pre>
</pre>
 
 
 
== Parameters ==
 
  
; Required
+
==Parameters==
* ''document_name'' : The name of the document.
+
;Required
 +
* document_name &mdash; Name of the document
  
 
All other parameters are optional.
 
All other parameters are optional.

Revision as of 23:08, 24 February 2015

Usage

document_name
image_alt
caption
Createddate_created
Ratifieddate_ratified
Date effectivedate_effective
Repealeddate_repeal
Locationlocation_of_document
Author(s)writer
Signatoriessigners
Purposepurpose
{{Infobox document
|document_name = 
|image = 
|image_size = 
|image_alt = 
|caption = 
|date_created = 
|date_ratified = 
|date_effective =
|date_repeal=
|location_of_document = 
|writer = 
|signers = 
|purpose = 
}}

Parameters

Required
  • document_name — Name of the document

All other parameters are optional.