Category:Resource: Difference between revisions
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
<pageforms_TemplateDetails/> | <pageforms_TemplateDetails/> | ||
<semanticmediawiki_ConnectingProperty name=""/> | <semanticmediawiki_ConnectingProperty name=""/> | ||
<Field name="Description" display="nonempty"> | <Field name="Description" display="nonempty"> | ||
<Label>Short Description</Label> | <Label>Short Description</Label> | ||
Line 51: | Line 45: | ||
</semanticmediawiki_Property> | </semanticmediawiki_Property> | ||
</Field> | </Field> | ||
<Field name="URL" display="nonempty"> | |||
<Label>URL</Label> | |||
<pageforms_FormInput> | |||
<InputType>text</InputType> | |||
<Description>URL of homepage/public-facing URL of resource</Description> | |||
</pageforms_FormInput> | |||
<semanticmediawiki_Property name="Has URL"> | |||
<Type>URL</Type> | |||
</semanticmediawiki_Property> | |||
</Field> | |||
</Template> | |||
<Section name="Resource Subtypes" level="2"/> | |||
<Template name="Video" multiple="multiple" format="infobox"> | |||
<pageforms_TemplateDetails/> | |||
<semanticmediawiki_ConnectingProperty name=""/> | |||
<Field name=""> | <Field name=""> | ||
<pageforms_FormInput/> | <pageforms_FormInput/> | ||
<semanticmediawiki_Property name=""> | <semanticmediawiki_Property name=""> | ||
<Type>Page</Type> | |||
</semanticmediawiki_Property> | |||
</Field> | |||
<Field name="Video" display="nonempty"> | |||
<Label>Video (Local)</Label> | |||
<pageforms_FormInput> | |||
<InputType>text with autocomplete</InputType> | |||
<Parameter name="uploadable"/> | |||
<Description>Video that is directly uploaded to the wiki (.mp4 please!)</Description> | |||
</pageforms_FormInput> | |||
<semanticmediawiki_Property name="Has Video"> | |||
<Type>Page</Type> | <Type>Page</Type> | ||
</semanticmediawiki_Property> | |||
</Field> | |||
</Template> | |||
<Template name="Document" multiple="multiple" format="infobox"> | |||
<pageforms_TemplateDetails/> | |||
<semanticmediawiki_ConnectingProperty name=""/> | |||
<Field name="PDF" display="nonempty"> | |||
<Label>PDF (local)</Label> | |||
<pageforms_FormInput> | |||
<InputType>text with autocomplete</InputType> | |||
<Parameter name="uploadable"/> | |||
<Description>PDF Uploaded directly to wiki</Description> | |||
</pageforms_FormInput> | |||
<semanticmediawiki_Property name="Has PDF"> | |||
<Type>Page</Type> | |||
</semanticmediawiki_Property> | |||
</Field> | |||
<Field name="Publisher" display="nonempty"> | |||
<Label>Publication Venue</Label> | |||
<pageforms_FormInput> | |||
<InputType>text with autocomplete</InputType> | |||
<Description>Place where document is published or archived (if any)</Description> | |||
</pageforms_FormInput> | |||
<semanticmediawiki_Property name="Published By"> | |||
<Type>Page</Type> | |||
</semanticmediawiki_Property> | |||
</Field> | |||
<Field name="DOI" display="nonempty"> | |||
<Label>DOI</Label> | |||
<pageforms_FormInput> | |||
<InputType>text</InputType> | |||
<Description>DOI (if applicable)</Description> | |||
</pageforms_FormInput> | |||
<semanticmediawiki_Property name="Has DOI"> | |||
<Type>External identifier</Type> | |||
</semanticmediawiki_Property> | |||
</Field> | |||
</Template> | |||
<Template name="Code" multiple="multiple" format="infobox"> | |||
<pageforms_TemplateDetails/> | |||
<semanticmediawiki_ConnectingProperty name=""/> | |||
<Field name="Programming Language" display="nonempty"> | |||
<Label>Programming Language</Label> | |||
<pageforms_FormInput> | |||
<InputType>text with autocomplete</InputType> | |||
</pageforms_FormInput> | |||
<semanticmediawiki_Property name="Has Programming Language"> | |||
<Type>Page</Type> | |||
</semanticmediawiki_Property> | |||
</Field> | |||
<Field name="Git Repo" display="nonempty"> | |||
<Label>Git Repository URL</Label> | |||
<pageforms_FormInput> | |||
<InputType>text</InputType> | |||
<Description>Repository URL (separate from main URL field above, which should be the homepage, if any)</Description> | |||
</pageforms_FormInput> | |||
<semanticmediawiki_Property name="Has git repo"> | |||
<Type>URL</Type> | |||
</semanticmediawiki_Property> | |||
</Field> | |||
<Field name="Docs"> | |||
<Label>Documentation URL</Label> | |||
<pageforms_FormInput> | |||
<InputType>text</InputType> | |||
</pageforms_FormInput> | |||
<semanticmediawiki_Property name="Has Documentation"> | |||
<Type>URL</Type> | |||
</semanticmediawiki_Property> | |||
</Field> | |||
<Field name="PyPI" display="nonempty"> | |||
<Label>PyPI package name</Label> | |||
<pageforms_FormInput> | |||
<InputType>text</InputType> | |||
<Description>(If applicable)</Description> | |||
</pageforms_FormInput> | |||
<semanticmediawiki_Property name="Has PyPI Package"> | |||
<Type>External identifier</Type> | |||
</semanticmediawiki_Property> | |||
</Field> | |||
<Field name="NPM" display="nonempty"> | |||
<Label>NPM package name</Label> | |||
<pageforms_FormInput> | |||
<InputType>text</InputType> | |||
<Description>(if applicable)</Description> | |||
</pageforms_FormInput> | |||
<semanticmediawiki_Property name="Has NPM Package"> | |||
<Type>External identifier</Type> | |||
</semanticmediawiki_Property> | |||
</Field> | |||
<Field name="CRAN" display="nonempty"> | |||
<Label>CRAN Package Name</Label> | |||
<pageforms_FormInput> | |||
<InputType>text</InputType> | |||
<Description>(if applicable)</Description> | |||
</pageforms_FormInput> | |||
<semanticmediawiki_Property name="Has CRAN Package"> | |||
<Type>External identifier</Type> | |||
</semanticmediawiki_Property> | </semanticmediawiki_Property> | ||
</Field> | </Field> | ||
</Template> | </Template> | ||
</PageSchema>Meta-schema and meta-category to define base properties for different types of resources. | </PageSchema>Meta-schema and meta-category to define base properties for different types of resources. | ||
[[imported from::schema:CreativeWork]] | |||
== See also == | == See also == | ||
* [[:Form:Resource]] | |||
* [[:Template:Resource]] | * [[:Template:Resource]] | ||
* [[:Template:Video]] | |||
* [[:Template:Document]] | |||
* [[:Template:Code]] | |||
* [[: | |||
* [[: | |||
* [[: |
Latest revision as of 23:53, 25 October 2022
Page schema | |
Form: Resource | |
standardInputs | |
Template: Resource | |
format | infobox |
Connecting property | |
Field: Description | |
Display | nonempty |
Label | Short Description |
Form input | |
Input type | text |
Short ~1 sentence description of resource | |
Semantic property: Has Description | |
Type | Text |
Field: Contributor | |
List | |
Display | nonempty |
Label | Contributors/Creators |
Form input | |
Input type | tokens |
Semantic property: Has Contributor | |
Type | Page |
Field: Part of | |
List | |
Display | nonempty |
Label | Part of Project(s) |
Form input | |
Input type | tokens |
Projects (either within the workshop or beyond it) that this resource is related to | |
Semantic property: Part of | |
Type | Page |
Field: Topic | |
List | |
Display | nonempty |
Label | Topic(s) |
Form input | |
Input type | tokens |
Keyword topics that this resource relates to | |
Semantic property: Has Topic | |
Type | Page |
Field: URL | |
Display | nonempty |
Label | URL |
Form input | |
Input type | text |
URL of homepage/public-facing URL of resource | |
Semantic property: Has URL | |
Type | URL |
Section: Resource Subtypes | |
Level | 2 |
Template: Video | |
multiple | |
format | infobox |
Connecting property | |
Field | |
Form input | |
Semantic property | |
Type | Page |
Field: Video | |
Display | nonempty |
Label | Video (Local) |
Form input | |
Input type | text with autocomplete |
uploadable | |
Video that is directly uploaded to the wiki (.mp4 please!) | |
Semantic property: Has Video | |
Type | Page |
Template: Document | |
multiple | |
format | infobox |
Connecting property | |
Field: PDF | |
Display | nonempty |
Label | PDF (local) |
Form input | |
Input type | text with autocomplete |
uploadable | |
PDF Uploaded directly to wiki | |
Semantic property: Has PDF | |
Type | Page |
Field: Publisher | |
Display | nonempty |
Label | Publication Venue |
Form input | |
Input type | text with autocomplete |
Place where document is published or archived (if any) | |
Semantic property: Published By | |
Type | Page |
Field: DOI | |
Display | nonempty |
Label | DOI |
Form input | |
Input type | text |
DOI (if applicable) | |
Semantic property: Has DOI | |
Type | External identifier |
Template: Code | |
multiple | |
format | infobox |
Connecting property | |
Field: Programming Language | |
Display | nonempty |
Label | Programming Language |
Form input | |
Input type | text with autocomplete |
Semantic property: Has Programming Language | |
Type | Page |
Field: Git Repo | |
Display | nonempty |
Label | Git Repository URL |
Form input | |
Input type | text |
Repository URL (separate from main URL field above, which should be the homepage, if any) | |
Semantic property: Has git repo | |
Type | URL |
Field: Docs | |
Label | Documentation URL |
Form input | |
Input type | text |
Semantic property: Has Documentation | |
Type | URL |
Field: PyPI | |
Display | nonempty |
Label | PyPI package name |
Form input | |
Input type | text |
(If applicable) | |
Semantic property: Has PyPI Package | |
Type | External identifier |
Field: NPM | |
Display | nonempty |
Label | NPM package name |
Form input | |
Input type | text |
(if applicable) | |
Semantic property: Has NPM Package | |
Type | External identifier |
Field: CRAN | |
Display | nonempty |
Label | CRAN Package Name |
Form input | |
Input type | text |
(if applicable) | |
Semantic property: Has CRAN Package | |
Type | External identifier |
Meta-schema and meta-category to define base properties for different types of resources.
schema:CreativeWork (schema | Schema.org, V 14.0)
See also
Subcategories
This category has the following 3 subcategories, out of 3 total.
Pages in category "Resource"
The following 2 pages are in this category, out of 2 total.