Permanently protected template

Template:Infobox General Outline: Difference between revisions

From wikilawschool.net. Wiki Law School does not provide legal advice. For educational purposes only.
mNo edit summary
mNo edit summary
Line 12: Line 12:
| {{#arraymap:{{{related|}}}|,|xrelx|[[Has related courses::xrelx]]|<br />}}  
| {{#arraymap:{{{related|}}}|,|xrelx|[[Has related courses::xrelx]]|<br />}}  
|}
|}
{{#seo:|title={{{subject|}}} - Law School Outline - Wiki Law School}}[[Category:General Outlines|{{{subject|}}}]]{{#breadcrumb: Category:General Outlines | General Outlines }}</includeonly><noinclude><!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
{{#seo:|title={{{subject|}}} - Law School Outline - Wiki Law School}}[[Category:General Outlines|{{{subject|}}}]]{{#breadcrumb: Category:General Outlines | General Outlines }}</includeonly><noinclude>{{Documentation}}</noinclude>
This template is to insert in outlines and provide basic information at a glance. 
== Usage ==
<nowiki>{{Infobox General Outline
| subject        =
| book_one        =
| book_two        =
| book_three      =
| book_four      =
| related        =
}}</nowiki>
 
== Description of fields ==
<templatedata>
{
"params": {
"subject": {
"label": "Subject",
"description": "The name of the subject matter covered by the outline. ",
"required": true
},
"book_one": {
"label": "Text or casebook",
"description": "Title or ISBN of important or principal textbook."
},
"book_two": {
"label": "Text or casebook",
"description": "Title or ISBN of important or principal textbook."
},
"book_three": {
"label": "Text or casebook",
"description": "Title or ISBN of important or principal textbook."
},
"book_four": {
"label": "Text or casebook",
"description": "Title or ISBN of important or principal textbook."
},
"related": {
"label": "Related courses",
"description": "Any related or pre-required courses (link to the outlines of such courses). If multiple, separate by comma. ",
"type": "wiki-page-name"
}
},
"description": "Insert in outlines and provide basic information at a glance.",
"paramOrder": [
"subject",
"book_one",
"book_two",
"book_three",
"book_four",
"related"
],
"format": "block"
}
</templatedata></noinclude>

Revision as of 18:11, June 13, 2022