Template:Admin Page Status: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | |||
This is the "Admin Page Status" template. | |||
<!-- Cargo Declaration --> | |||
{{#cargo_declare:_table=AdminPageStatus | |||
| Has categorization status = String | |||
| Has calibration review status = String | |||
| Has instrument grade = String | |||
| Has validation level = String | |||
| Last reviewed = Date | |||
| Reviewed by = String | |||
| Has priority = String | |||
| Has review threshold = Number | |||
| Has cycle status = String | |||
| Has backlinks = String | |||
| Has outbound link status = String | |||
| Has in outline status = String | |||
| Has in category outline status = String | |||
| Has templates status = String | |||
| Has formatting status = String | |||
| Has symmetry check = String | |||
| Has self report flag = String | |||
| Has terminology status = String | |||
| Has standing check = String | |||
| Has drift report status = String | |||
| Has dependency = String | |||
| Has cited by = String | |||
}} | |||
</noinclude> | |||
<includeonly> | <includeonly> | ||
<div style="display:none;"> | <div style="display:none;"> | ||
<!-- Semantic MediaWiki #set: --> | |||
{{#set: | {{#set: | ||
| Has categorization status = {{{categorization|}}} | | Has categorization status = {{{categorization|}}} | ||
| Line 10: | Line 40: | ||
| Reviewed by = {{{reviewed_by|}}} | | Reviewed by = {{{reviewed_by|}}} | ||
| Has priority = {{{priority|}}} | | Has priority = {{{priority|}}} | ||
| Has review threshold = {{{review_threshold|90}}} | |||
| Has cycle status = {{#invoke:CalibrationCycle|cycleStatus|{{{review_date|}}}|{{{review_threshold|90}}}}} | |||
| Has backlinks = {{{has_backlinks|}}} | |||
| Has outbound link status = {{{outbound_links_valid|}}} | |||
| Has in outline status = {{{in_outline|}}} | |||
| Has in category outline status = {{{in_category_outline|}}} | |||
| Has templates status = {{{templates_complete|}}} | |||
| Has formatting status = {{{formatting_standard|}}} | |||
| Has symmetry check = {{{symmetry_check|}}} | |||
| Has self report flag = {{{self_report_flagged|}}} | |||
| Has terminology status = {{{terminology_consistent|}}} | |||
| Has standing check = {{{standing_check|}}} | |||
| Has drift report status = {{{drift_report_status|}}} | |||
| Has dependency = {{{depends_on|}}} | |||
| Has cited by = {{{cited_by|}}} | |||
}} | |||
<!-- Cargo Store (parallel to Semantic) --> | |||
{{#cargo_store:_table=AdminPageStatus | |||
| Has categorization status = {{{categorization|}}} | |||
| Has calibration review status = {{{calibration_review|}}} | |||
| Has instrument grade = {{{instrument_grade|}}} | |||
| Has validation level = {{{validation|}}} | |||
| Last reviewed = {{{review_date|}}} | |||
| Reviewed by = {{{reviewed_by|}}} | |||
| Has priority = {{{priority|}}} | |||
| Has review threshold = {{{review_threshold|90}}} | |||
| Has cycle status = {{#invoke:CalibrationCycle|cycleStatus|{{{review_date|}}}|{{{review_threshold|90}}}}} | | Has cycle status = {{#invoke:CalibrationCycle|cycleStatus|{{{review_date|}}}|{{{review_threshold|90}}}}} | ||
| Has backlinks = {{{has_backlinks|}}} | | Has backlinks = {{{has_backlinks|}}} | ||
Revision as of 05:40, 10 July 2026
This is the "Admin Page Status" template.
Error: Field name "Has categorization status" contains whitespaces. Whitespaces of any kind are not allowed; consider using underscores ("_") instead.