10,594
edits
No edit summary Tags: Mobile edit Mobile web edit Advanced mobile edit |
No edit summary Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
<!--Categories where indicated at the bottom of this page, please; interwikis at | <!--Categories where indicated at the bottom of this page, please; interwikis at Bjaratdata (see [[Bharatpedia:Bharatdata]])--> | ||
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}} | {{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}} | ||
== Usage == | |||
{{Parameter names example | |||
|_template=Infobox document | |||
| document_name | |||
| image | |||
| image_alt | |||
| caption | |||
| image2 | |||
| image2_alt | |||
| caption2 | |||
| orig_lang_code = en | |||
| title_orig | |||
| date_created | |||
| date_presented | |||
| date_ratified | |||
| date_effective | |||
| date_amended | |||
| date_repeal | |||
| date_superseded | |||
| location_of_document | |||
| commissioned | |||
| writer | |||
| signers | |||
| media_type | |||
| subject | |||
| purpose | |||
| official_website | |||
| wikisource | |||
| wikisource1 | |||
| wikisource2 | |||
| wikisource3 | |||
| wikisource4 | |||
| wikisource5 | |||
}} | |||
<syntaxhighlight lang="wikitext" style="overflow:auto;"> | |||
{{Infobox document | |||
| document_name = | |||
| image = | |||
| image_size = | |||
| image_alt = | |||
| caption = | |||
| image2 = | |||
| image2_size = | |||
| image2_alt = | |||
| caption2 = | |||
| orig_lang_code = | |||
| title_orig = | |||
| date_created = | |||
| date_presented = | |||
| date_ratified = | |||
| date_effective = | |||
| date_amended = <!-- alternatively date_revised --> | |||
| date_repeal = | |||
| date_superseded = | |||
| location_of_document = | |||
| commissioned = | |||
| writer = | |||
| signers = | |||
| media_type = | |||
| subject = | |||
| purpose = | |||
| official_website = | |||
| wikisource = | |||
| wikisource1 = | |||
| wikisource2 = | |||
| wikisource3 = | |||
| wikisource4 = | |||
| wikisource5 = | |||
}}</syntaxhighlight> | |||
==Parameters== | |||
;Required | |||
* document_name — Name of the document | |||
All other parameters are optional. | |||
==Tracking categories== | |||
*{{clc|Pages using infobox document with unknown parameters}} | |||
<includeonly>{{Sandbox other|| | |||
<!--Categories below here, please; interwikis to Bharatdata.--> | |||
[[Category:History and events infobox templates|Document]] | |||
[[Category:Society and social science infobox templates|Document]] | |||
}}</includeonly> | |||
== Usage == | == Usage == |