Template:Social media: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 5: Line 5:
|subjects = List (,) of Page (mandatory=1)
|subjects = List (,) of Page (mandatory=1)
|type = List (,) of String (mandatory=1;allowed values=album,song,birthday,death,show)
|type = List (,) of String (mandatory=1;allowed values=album,song,birthday,death,show)
|needs_review = Boolean (mandatory=1)
}}
}}
</noinclude><includeonly>__NOINDEX__
</noinclude><includeonly>__NOINDEX__
Line 12: Line 13:
|subjects = {{{subjects}}}
|subjects = {{{subjects}}}
|type = {{{type}}}
|type = {{{type}}}
|needs_review = {{{needs_review|0}}}
}}
}}
[[Category:Social media posts]]
[[Category:Social media posts]]
Line 39: Line 41:
"description": "Comma-separated list of page titles of the subjects that this post is about it. It is usually only about one subject.",
"description": "Comma-separated list of page titles of the subjects that this post is about it. It is usually only about one subject.",
"type": "string",
"type": "string",
"required": true
},
"type": {
"label": "Type",
"description": "One of: album, song, birthday, death, show",
"type": "string",
"required": true
},
"needs_review": {
"label": "Needs review",
"description": "Indicates this post may need annual review due to some wording or updates that were expected to follow the previous year's post.",
"type": "boolean",
"required": true
"required": true
}
}