2014-05-14

will magic words work? I forget

← Older revision

Revision as of 23:25, 13 May 2014

(2 intermediate revisions by the same user not shown)

Line 39:

Line 39:

 

m.fields.status = {}

 

m.fields.status = {}

 

m.fields.status.isRequired = false

 

m.fields.status.isRequired = false

 

+

m.fields.status.allowNumberedArgs = false

 

m.fields.status.vtype = "text"

 

m.fields.status.vtype = "text"

 

m.fields.status.style = ""

 

m.fields.status.style = ""

Line 50:

Line 51:

 

m.fields.nav_icon = {}

 

m.fields.nav_icon = {}

 

m.fields.nav_icon.isRequired = true

 

m.fields.nav_icon.isRequired = true

 

+

m.fields.nav_icon.allowNumberedArgs = false

 

m.fields.nav_icon.vtype = "link"

 

m.fields.nav_icon.vtype = "link"

 

m.fields.nav_icon.vtype2 = "icon"

 

m.fields.nav_icon.vtype2 = "icon"

Line 65:

Line 67:

 

m.fields.nav_text = {}

 

m.fields.nav_text = {}

 

m.fields.nav_text.isRequired = true

 

m.fields.nav_text.isRequired = true

 

+

m.fields.nav_text.allowNumberedArgs = false

 

m.fields.nav_text.vtype = "link"

 

m.fields.nav_text.vtype = "link"

 

m.fields.nav_text.vtype2 = "wikitext"

 

m.fields.nav_text.vtype2 = "wikitext"

Line 78:

Line 81:

 

m.fields.title = {}

 

m.fields.title = {}

 

m.fields.title.isRequired = true

 

m.fields.title.isRequired = true

 

+

m.fields.title.allowNumberedArgs = false

 

m.fields.title.vtype = "title"

 

m.fields.title.vtype = "title"

 

m.fields.title.style = "display:inline;"

 

m.fields.title.style = "display:inline;"

Line 89:

Line 93:

 

m.fields.image = {}

 

m.fields.image = {}

 

m.fields.image.isRequired = false

 

m.fields.image.isRequired = false

 

+

m.fields.image.allowNumberedArgs = false

 

m.fields.image.vtype = "image"

 

m.fields.image.vtype = "image"

 

m.fields.image.style = "display:inline;"

 

m.fields.image.style = "display:inline;"

Line 100:

Line 105:

 

m.fields.summary = {}

 

m.fields.summary = {}

 

m.fields.summary.isRequired = true

 

m.fields.summary.isRequired = true

 

+

m.fields.summary.allowNumberedArgs = false

 

m.fields.summary.vtype = "text"

 

m.fields.summary.vtype = "text"

 

m.fields.summary.style = "margin-bottom: 1.2em;"

 

m.fields.summary.style = "margin-bottom: 1.2em;"

Line 110:

Line 116:

 

 

 

m.fields.contact = {}

 

m.fields.contact = {}



m.fields.contact.isRequired =
false

+

m.fields.contact.isRequired =
true

 

+

m.fields.contact.allowNumberedArgs = true

 

m.fields.contact.vtype = "text"

 

m.fields.contact.vtype = "text"

 

m.fields.contact.style = "margin-bottom: 1.2em;"

 

m.fields.contact.style = "margin-bottom: 1.2em;"

Line 123:

Line 129:

 

m.fields.researcher = {}

 

m.fields.researcher = {}

 

m.fields.researcher.isRequired = false

 

m.fields.researcher.isRequired = false

 

+

m.fields.researcher.allowNumberedArgs = true

 

m.fields.researcher.vtype = "text"

 

m.fields.researcher.vtype = "text"

 

m.fields.researcher.style = "margin-bottom: 1.2em;"

 

m.fields.researcher.style = "margin-bottom: 1.2em;"

Line 133:

Line 140:

 

m.fields.designer = {}

 

m.fields.designer = {}

 

m.fields.designer.isRequired = true

 

m.fields.designer.isRequired = true

 

+

m.fields.designer.allowNumberedArgs = true

 

m.fields.designer.vtype = "text"

 

m.fields.designer.vtype = "text"

 

m.fields.designer.style = "margin-bottom: 1.2em;"

 

m.fields.designer.style = "margin-bottom: 1.2em;"

Line 143:

Line 151:

 

m.fields.developer = {}

 

m.fields.developer = {}

 

m.fields.developer.isRequired = false

 

m.fields.developer.isRequired = false

 

+

m.fields.developer.allowNumberedArgs = true

 

m.fields.developer.vtype = "text"

 

m.fields.developer.vtype = "text"

 

m.fields.developer.style = "margin-bottom: 1.2em;"

 

m.fields.developer.style = "margin-bottom: 1.2em;"

Line 154:

Line 163:

 

m.fields.talk = {}

 

m.fields.talk = {}

 

m.fields.talk.isRequired = true

 

m.fields.talk.isRequired = true

 

+

m.fields.talk.allowNumberedArgs = false

 

m.fields.talk.vtype = "link"

 

m.fields.talk.vtype = "link"

 

m.fields.talk.vtype2 = "wikitext"

 

m.fields.talk.vtype2 = "wikitext"

Line 160:

Line 170:

 

m.fields.talk.style3 = ""

 

m.fields.talk.style3 = ""

 

m.fields.talk.section = "cta"

 

m.fields.talk.section = "cta"



m.fields.talk.wikilink = "
User_talk:Jmorgan (WMF)
"

+

m.fields.talk.wikilink = "
{{TALKPAGENAME}}
"

 

m.fields.talk.key = "idealab-talk"

 

m.fields.talk.key = "idealab-talk"

 

m.fields.talk.rank = 1

 

m.fields.talk.rank = 1

Line 166:

Line 176:

 

m.fields.join = {}

 

m.fields.join = {}

 

m.fields.join.isRequired = true

 

m.fields.join.isRequired = true

 

+

m.fields.join.allowNumberedArgs = false

 

m.fields.join.vtype = "ui_button"

 

m.fields.join.vtype = "ui_button"

 

m.fields.join.style = "display:inline; float:right;"

 

m.fields.join.style = "display:inline; float:right;"

Line 177:

Line 188:

 

m.fields.endorse = {}

 

m.fields.endorse = {}

 

m.fields.endorse.isRequired = true

 

m.fields.endorse.isRequired = true

 

+

m.fields.endorse.allowNumberedArgs = false

 

m.fields.endorse.vtype = "ui_button"

 

m.fields.endorse.vtype = "ui_button"

 

m.fields.endorse.style = "display:inline; float:right; margin-right: 1em;"

 

m.fields.endorse.style = "display:inline; float:right; margin-right: 1em;"

Line 189:

Line 201:

 

m.fields.timestamp = {}

 

m.fields.timestamp = {}

 

m.fields.timestamp.isRequired = false

 

m.fields.timestamp.isRequired = false

 

+

m.fields.timestamp.allowNumberedArgs = false

 

m.fields.timestamp.vtype = "text"

 

m.fields.timestamp.vtype = "text"

 

m.fields.timestamp.style = "display:inline; font-style: italic; font-size: .75em"

 

m.fields.timestamp.style = "display:inline; font-style: italic; font-size: .75em"

Show more