Difference between revisions of "Template:Status"

From DFM Wiki
(Remove whitespace at end (we can assume that the next heading already has a blank line before))
(Use unnamed parameter)
Line 1: Line 1:
<includeonly>=== {{trim| {{#lsth:{{{pagename}}}|title}} }}===
+
<includeonly>=== {{trim| {{#lsth:{{{1}}}|title}} }}===
{{#lsth:{{{pagename}}}|Status}}
+
{{#lsth:{{{1}}}|Status}}
[[{{{pagename}}}|Source]]
+
[[{{{1}}}|Source]]
 
</includeonly><noinclude>
 
</includeonly><noinclude>
 
<templatedata>
 
<templatedata>
 
{
 
{
 
"params": {
 
"params": {
"pagename": {
+
"1": {
 
"description": "Wiki page containing a description of the report. The page should include a section with the title \"Status\".",
 
"description": "Wiki page containing a description of the report. The page should include a section with the title \"Status\".",
 
"type": "wiki-page-name",
 
"type": "wiki-page-name",
 
"required": true,
 
"required": true,
"label": "Report page"
+
"label": "Report page",
 +
"aliases": [
 +
"pagename"
 +
]
 
}
 
}
 
},
 
},

Revision as of 10:14, 19 July 2021

Summary of a report status

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Report page1 pagename

Wiki page containing a description of the report. The page should include a section with the title "Status".

Pagerequired