Page MenuHomePhabricator
Paste P2463

Proposed example JSON blob for WikiProject extension
ActivePublic

Authored by Harej on Jan 6 2016, 11:38 PM.
{
"display_name": "WikiProject Fluffy Dogs",
"theme": {
"template": "Template:WPX UI",
"color": "#ABCDEF",
"icon": "Samoyed.jpg"
},
"scope": {
"include_category": [
{
"name": "Dog breeds originating in Russia",
"depth": 9
}
],
"include_page": [
"Samoyed (dog)",
"Alaskan Malamute",
"Siberian Husky"
],
"exclude_category": [],
"exclude_page": [
"Samoyedic peoples"
]
},
"contents": {
"header": [
{
"parameter": "intro",
"content_model": "wikitext",
"value": "A WikiProject dedicated to beautiful [[Samoyed (dog)|Samoyeds]]."
},
{
"parameter": "top_main",
"standard_module": "Announcements",
"content_model": "wikipage",
"editable": true,
"value": "/Announcements"
},
{
"parameter": "top_side",
"standard_module": "Members",
"label": "Meet our members!",
"content_model": "wikitext",
"editable": false,
"value": "{{WPX member box}}"
}
],
"modules": [
{
"standard_module": "Discussions",
"value": "/Discussions",
},
{
"standard_module": "Requests",
"label": "Requests",
"content_model": "wikipage",
"editable": true,
"value": "/Requests"
}
]
}
}

Event Timeline

Harej changed the title of this paste from untitled to Proposed example JSON blob for WikiProject extension.Jan 6 2016, 11:38 PM
Harej updated the paste's language from autodetect to json.
Harej edited the content of this paste. (Show Details)
Harej added a project: WikiProject-X.
Harej edited the content of this paste. (Show Details)
Harej added subscribers: Legoktm, Isarra, yuvipanda.