Difference between revisions of "Template:Status"
From DFM Wiki
EricThrift (talk | contribs) m (EricThrift moved page Template:Report info to Template:Report status: This is actually a "status" template, for monitoring.)  | 
				EricThrift (talk | contribs)  m (Changed background from pale green to light cyan for table rows listing published reports; this is easier on the eyes.)  | 
				||
| (20 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | <includeonly>=  | + | <includeonly><tr style="background-color:{{#ifeq: {{trim| {{#lsth:{{{1}}}|Status}} }} | PUBLISHED | lightcyan | lightyellow }}">  | 
| − | {{#  | + | <td>[[{{{1}}}]]</td>  | 
| − | + | <td>{{#ifexist: {{{1}}}| {{#lsth:{{{1}}}|Workflow}} | <!-- no report page --> }}</td>  | |
| − | + | </tr></includeonly><noinclude>  | |
| − | </includeonly><noinclude>  | ||
<templatedata>  | <templatedata>  | ||
{  | {  | ||
	"params": {  | 	"params": {  | ||
| − | 		"  | + | 		"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"  | ||
| + | 			]  | ||
		}  | 		}  | ||
	},  | 	},  | ||
Latest revision as of 14:10, 6 August 2021
Summary of a report status
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Report page | 1 pagename | Wiki page containing a description of the report. The page should include a section with the title "Status".  | Page | required | 

