Form header

From Redazione
Jump to navigation Jump to search
 
(26 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
{{Form header
 
{{Form header
 
|form=
 
|form=
 +
|return only path=
 
}}
 
}}
 
</pre>
 
</pre>
 +
Set "return only path" to 1 if you want to retrieve only the form default path (currently used in the Special:ImportData page)
 +
 
Edit the page to see the template text.
 
Edit the page to see the template text.
</noinclude>
+
</noinclude><includeonly>{{#var:default_path | }}{{#switch: {{{form}}}   
<includeonly>
+
| Organization = {{#vardefine:default_path| [Organization name]}}
{{#var:default_path | }}
+
| Opportunity = {{#vardefine:default_path| Opportunities/[Provider] - [Title]}}
 
+
| Reading suggestion = {{#vardefine:default_path| Reading suggestions/[Book author] - [Book title]}}
{{#switch: {{{form}}}   
+
| Digital library = {{#vardefine:default_path| Digital libraries/[Name]}}
| Teacher = {{#vardefine:default_path| {{#ci_userAffiliatedTo:}}/Teachers/[First name] [Last name] }}  
+
| Article = {{#vardefine:default_path|{{#ci_userAffiliatedTo:}}/Articles/[Authors] - [Title]}}
| Meeting = {{#vardefine:default_path| {{#ci_userAffiliatedTo:}}/Meetings/[Title] - [Date] [Last name] }}  
+
| Post = {{#vardefine:default_path|{{#ci_userAffiliatedTo:}}/Posts/[Month literal] [year] - [Title]}}
}}
+
| News = {{#vardefine:default_path|{{#ci_userAffiliatedTo:}}/News/[year]/[day] - [month literal]}}
 
+
| Language course = {{#vardefine:default_path|{{#ci_userAffiliatedTo:}}/Language courses/[Title] [Academic year] [Level]}}
<html>
+
| Teacher = {{#vardefine:default_path| {{#ci_userAffiliatedTo:}}/Teachers/[First name] [Last name]}}  
<div style="display: block;
+
| Meeting = {{#vardefine:default_path| {{#ci_userAffiliatedTo:}}/Meetings/[Title] - [Date]}}
    background: #f5f5f5;
+
| Organization member = {{#vardefine:default_path| {{#ci_userAffiliatedTo:}}/Members/[First name] [Last name]}} }}{{#if: {{{return only path|}}} | {{#var:default_path}} | {{CI notice box | {{#ifeq: {{PAGENAME}} | FormEdit/{{{form}}} | The form will be created in the path {{CI text highlight|{{#var:default_path}}}}. If you want to add it to an existing page, navigate there and use the menu on top. | The form will be created in the current page ({{CI text highlight|{{#titleparts: {{PAGENAME}} |  | 3 }}}}). If you want to create the form in a new page, [[Special:FormEdit/{{{form}}}|go here]].
    padding: 12px;
+
}} }} }}</includeonly>
    border: 1px solid #ccc;
 
    font-weight: bold;
 
"></html>
 
{{#ifeq: {{PAGENAME}} | FormEdit/{{{form}}} |  
 
The form will be created in the path  
 
<span style="background-color:#f5f5f5;color:blue">
 
{{#var:default_path}}</span>.  
 
If you want to create it in an existing page, use the menu on top.
 
| The form will be created in the current page (<span style="background-color:#f5f5f5;color:blue">{{#titleparts: {{PAGENAME}} |  | 3 }}</span>).
 
If you want to create the form in a new page, [[Special:FormEdit/{{{form}}}|go here]].
 
}}<html>
 
</div>
 
</html>
 
</includeonly>
 

Latest revision as of 07:04, 5 September 2020

This is the "Form header" template. It should be called in the following format:

{{Form header
|form=
|return only path=
}}

Set "return only path" to 1 if you want to retrieve only the form default path (currently used in the Special:ImportData page)

Edit the page to see the template text.