Difference between revisions of "Template:Infobox W3C standard/doc"
Jump to navigation
Jump to search
imported>Andy Dingley (Unlink Brian McBride. The idea of him circling Building 3's atrium in a football helmet is just too weird.) |
imported>Sardanaphalus (Generic template demo, reduced unused whitespace, example formatting/layout) |
||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
<!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> | <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> | ||
| + | {{Generic template demo |title |status |year_started |editors |series_editors |authors |base_standards |related_standards |abbreviation |domain |website}} | ||
| − | === | + | ===Syntax=== |
| − | <pre style="overflow:auto">{{Infobox W3C | + | <pre style="overflow:auto;"> |
| − | | title | + | {{Infobox W3C standard |
| − | | status | + | | title = |
| − | | year_started | + | | status = |
| − | | editors | + | | year_started = |
| − | | series_editors | + | | editors = |
| − | | authors | + | | series_editors = |
| − | | base_standards | + | | authors = |
| + | | base_standards = | ||
| related_standards = | | related_standards = | ||
| − | | abbreviation | + | | abbreviation = |
| − | | domain | + | | domain = |
| − | | website | + | | website = |
}} | }} | ||
</pre> | </pre> | ||
| − | For | + | For current status, use: |
| − | |||
* Published | * Published | ||
* Proposed Recommendation | * Proposed Recommendation | ||
| Line 26: | Line 27: | ||
* Working Draft | * Working Draft | ||
| − | === | + | ===Example=== |
| − | <pre> | + | {{Aligned table |
| + | |fullwidth=on | ||
| + | | <pre style="overflow:auto;"> | ||
{{Infobox W3C standard | {{Infobox W3C standard | ||
| − | | title | + | | title = Resource Description Framework |
| − | | status | + | | status = Published |
| − | | year_started | + | | year_started = 1999 |
| − | | editors | + | | editors = {{hlist |[[Frank Manola]] |[[Eric Miller]]}} |
| − | | series_editors | + | | series_editors = Brian McBride |
| − | | authors | + | | authors = |
| − | | base_standards | + | | base_standards = {{hlist |[[XML]] |[[URI]]}} |
| − | | related_standards = [[RDFS]] | + | | related_standards = {{hlist |[[RDFS]] |[[Web Ontology Language|OWL]]}} |
| − | | abbreviation | + | | abbreviation = RDF |
| − | | domain | + | | domain = [[Semantic Web]] |
| − | | website | + | | website = [http://www.w3.org/TR/rdf-primer/ RDF Primer] |
}} | }} | ||
</pre> | </pre> | ||
| − | + | | {{Infobox W3C standard | |
| − | {{Infobox W3C standard | + | | title = Resource Description Framework |
| − | | title | + | | status = Published |
| − | | status | + | | year_started = 1999 |
| − | | year_started | + | | editors = {{hlist |[[Frank Manola]] |[[Eric Miller]]}} |
| − | | editors | + | | series_editors = Brian McBride |
| − | | series_editors | + | | authors = |
| − | | authors | + | | base_standards = {{hlist |[[XML]] |[[URI]]}} |
| − | | base_standards | + | | related_standards = {{hlist |[[RDFS]] |[[Web Ontology Language|OWL]]}} |
| − | | related_standards = [[RDFS]] | + | | abbreviation = RDF |
| − | | domain | + | | domain = [[Semantic Web]] |
| − | + | | website = [http://www.w3.org/TR/rdf-primer/ RDF Primer] | |
| − | | website | + | }} |
| − | }} | + | }}<!--(end Aligned table)--> |
| − | {{ | + | {{clear}} |
| + | |||
====Example pages==== | ====Example pages==== | ||
* [[Resource Description Framework]] | * [[Resource Description Framework]] | ||
| Line 64: | Line 68: | ||
* [[RDFa]] | * [[RDFa]] | ||
| − | === See also === | + | ===See also=== |
<includeonly> | <includeonly> | ||
| − | <!-- CATEGORIES | + | <!-- CATEGORIES BELOW THIS LINE, PLEASE: --> |
[[Category:Software infobox templates|W3C Standard]] | [[Category:Software infobox templates|W3C Standard]] | ||
[[Category:Websites templates|W3C Standard]] | [[Category:Websites templates|W3C Standard]] | ||
</includeonly> | </includeonly> | ||
Revision as of 00:30, 12 October 2014
| This is a documentation subpage for Template:Infobox W3C standard. It contains usage information, categories and other content that is not part of the original template page. |
- redirect Template:Parameter names example
Contents
Syntax
{{Infobox W3C standard
| title =
| status =
| year_started =
| editors =
| series_editors =
| authors =
| base_standards =
| related_standards =
| abbreviation =
| domain =
| website =
}}
For current status, use:
- Published
- Proposed Recommendation
- Proposed Edited Recommendation
- Candidate Recommendation
- Working Draft
Example
Script error: No such module "aligned table".