Difference between revisions of "Template:Infobox W3C standard/doc"

From blackwiki
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}}
  
=== Usage ===
+
===Syntax===
<pre style="overflow:auto">{{Infobox W3C Standard
+
<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 Current Status use one of followings only:
+
For current status, use:
 
 
 
* Published
 
* Published
 
* Proposed Recommendation
 
* Proposed Recommendation
Line 26: Line 27:
 
* Working Draft
 
* Working Draft
  
===Sample===
+
===Example===
<pre>
+
{{Aligned table
 +
|fullwidth=on
 +
| <pre style="overflow:auto;">
 
{{Infobox W3C standard
 
{{Infobox W3C standard
| title             = Resource Description Framework
+
| title = Resource Description Framework
| status           = Published
+
| status = Published
| year_started     = 1999
+
| year_started = 1999
| editors           = [[Frank Manola]], [[Eric Miller]]
+
| editors = {{hlist |[[Frank Manola]] |[[Eric Miller]]}}
| series_editors   = Brian McBride
+
| series_editors = Brian McBride
| authors           =  
+
| authors =  
| base_standards   = [[XML]], [[URI]]
+
| base_standards = {{hlist |[[XML]] |[[URI]]}}
| related_standards = [[RDFS]], [[Web Ontology Language|OWL]]
+
| related_standards = {{hlist |[[RDFS]] |[[Web Ontology Language|OWL]]}}
| abbreviation     = RDF
+
| abbreviation = RDF
| domain           = [[Semantic Web]]
+
| domain = [[Semantic Web]]
| website           = [http://www.w3.org/TR/rdf-primer/ RDF Primer]
+
| website = [http://www.w3.org/TR/rdf-primer/ RDF Primer]
 
}}
 
}}
 
</pre>
 
</pre>
{{Clear}}
+
| {{Infobox W3C standard
{{Infobox W3C standard
+
    | title = Resource Description Framework
| title             = Resource Description Framework
+
    | status = Published
| status           = Published
+
    | year_started = 1999
| year_started     = 1999
+
    | editors = {{hlist |[[Frank Manola]] |[[Eric Miller]]}}
| editors           = [[Frank Manola]], [[Eric Miller]]
+
    | series_editors = Brian McBride
| series_editors   = Brian McBride
+
    | authors =  
| authors           =  
+
    | base_standards = {{hlist |[[XML]] |[[URI]]}}
| base_standards   = [[XML]], [[URI]]
+
    | related_standards = {{hlist |[[RDFS]] |[[Web Ontology Language|OWL]]}}
| related_standards = [[RDFS]], [[Web Ontology Language|OWL]]
+
    | abbreviation = RDF
| domain           = [[Semantic Web]]
+
    | domain = [[Semantic Web]]
| abbreviation      = RDF
+
    | website = [http://www.w3.org/TR/rdf-primer/ RDF Primer]
| website           = [http://www.w3.org/TR/rdf-primer/ RDF Primer]
+
  }}
}}
+
}}<!--(end Aligned table)-->
{{Clear}}
+
{{clear}}
 +
 
 
====Example pages====
 
====Example pages====
 
* [[Resource Description Framework]]
 
* [[Resource Description Framework]]
Line 64: Line 68:
 
* [[RDFa]]
 
* [[RDFa]]
  
=== See also ===
+
===See also===
  
 
<includeonly>
 
<includeonly>
<!-- CATEGORIES HERE, THANKS -->
+
<!-- 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

  1. redirect Template:Parameter names example

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".

Example pages

See also