Munur á milli breytinga „Snið:Eining“
Úr Vistkerfi nýsköpunar
Lína 11: | Lína 11: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": " | "description": "Label unsigned comments in a conversation.", | ||
"params": { | "params": { | ||
" | "user": { | ||
"label": " | "label": "User's name", | ||
"type": " | "type": "wiki-user-name", | ||
"required": true, | |||
"description": "User name of person who forgot to sign their comment.", | |||
"aliases": ["1"] | |||
}, | }, | ||
" | "date": { | ||
"label": " | "label": "Date", | ||
"suggested": true, | |||
"description": { | |||
"en": "Timestamp of when the comment was posted, in YYYY-MM-DD format." | |||
}, | |||
"aliases": ["2"], | |||
"autovalue": "2022-01-18" | |||
}, | }, | ||
" | "year": { | ||
"label": " | "label": "Year", | ||
"type": " | "type": "number" | ||
}, | }, | ||
" | "month": { | ||
"label": " | "label": "Month", | ||
" | "inherits": "year" | ||
}, | |||
"day": { | |||
"label": "Day", | |||
"inherits": "year" | |||
}, | |||
"comment": { | |||
"required": false | |||
} | |||
}, | |||
"sets": [ | |||
{ | |||
"label": "Date", | |||
"params": ["year", "month", "day"] | |||
} | |||
], | |||
"maps": { | |||
"ExampleConsumer": { | |||
"foo": "user", | |||
"bar": ["year", "month", "day"], | |||
"quux": [ | |||
"date", | |||
["day", "month"], | |||
["month", "year"], | |||
"year" | |||
] | |||
} | } | ||
} | } |
Útgáfa síðunnar 18. janúar 2022 kl. 17:53
Label unsigned comments in a conversation.
Gildi | Lýsing | Gerð | Staða | |
---|---|---|---|---|
User's name | user 1 | User name of person who forgot to sign their comment. | Notandi | nauðsynleg |
Date | date 2 | Timestamp of when the comment was posted, in YYYY-MM-DD format.
| Óþekkt | mælt með |
Year | year | engin lýsing | Tala | valfrjáls |
Month | month | engin lýsing | Tala | valfrjáls |
Day | day | engin lýsing | Tala | valfrjáls |
comment | comment | engin lýsing | Óþekkt | valfrjáls |