15,595
edits
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
=== Usage === | === Usage === | ||
{{Parameter names example|name|title|aka|logo|image|caption|aka|website|flickr|instagram|twitter|facebook|youtube|google+|pinterest|vimeo|myspace}} | {{Parameter names example|name|title|aka|logo|image|caption|aka|country|stance|pushing method|website|flickr|instagram|twitter|facebook|youtube|google+|pinterest|vimeo|myspace}} | ||
<pre style="overflow: auto;"> | <pre style="overflow: auto;"> | ||
{{Infobox skater | {{Infobox skater | ||
Line 80: | Line 80: | ||
"required": false, | "required": false, | ||
"description": "Device nickname" | "description": "Device nickname" | ||
}, | |||
"country": { | |||
"label": "Country", | |||
"type": "string", | |||
"required": false, | |||
"description": "Country" | |||
}, | |||
"stance": { | |||
"label": "[[Stance]]", | |||
"type": "string", | |||
"required": false, | |||
"description": "Stance" | |||
}, | |||
"pushingmethod": { | |||
"label": "[[Pushing Method]]", | |||
"type": "string", | |||
"required": false, | |||
"description": "Pushing Method (Regular or Mongo)" | |||
}, | }, | ||
"website": { | "website": { |