StructuralWiki:Templates: Difference between revisions

From StructuralWiki
Jump to navigation Jump to search
No edit summary
Line 44: Line 44:
</pre>
</pre>


== Other ==


=== Software Database Keyword ===
== Markers (Block) ==
 
=== Stub ===
 
Usage: to mark stubs, pasges that need to be expanded
 
Example: {{Stub}}
 
<pre>
{{Stub}}
</pre>
 
 
== Infoboxes ==
 
=== Infobox Software ===


Usage: to insert infobox about software database keyword
Usage: Used to create infoboxes for particular programs, such as "Infobox Software ATENA".


Example: {{Software Database Keyword | name = Coordinate Geometry (COGO) | tag = coordinate_geometry}}
Example: {{Infobox Software ATENA}}


<pre>
<pre>
{{Software Database Keyword
{{Infobox Software
| name = Coordinate Geometry (COGO)
| tag = atena
| tag = coordinate_geometry
| name = ATENA
| content = [[ATENA Software | Overview]]
[[Category:ATENA Software]]
}}
}}
</pre>
</pre>
== Navigation Boxes ==
== Variables ==


=== Url ===
=== Url ===
Line 69: Line 90:
</pre>
</pre>


=== Main ===


Usage: to refer to main article
== Other ==


Example: {{Main | main = Concrete}}
=== Software Database Keyword ===


<pre>
Usage: to insert infobox about software database keyword
{{Main
| main = Concrete}}
</pre>


=== Infobox Software ===
Example: {{Software Database Keyword | name = Coordinate Geometry (COGO) | tag = coordinate_geometry}}
 
Usage: Used to create infoboxes for particular programs, such as "Infobox Software ATENA".
 
Example: {{Infobox Software ATENA}}


<pre>
<pre>
{{Infobox Software
{{Software Database Keyword
| tag = atena
| name = Coordinate Geometry (COGO)
| name = ATENA
| tag = coordinate_geometry
| content = [[ATENA Software | Overview]]
[[Category:ATENA Software]]
}}
}}
</pre>
</pre>


== Variables ==


* move url here
=== Main ===


=== Stub ===
Usage: to refer to main article


Usage: to mark stubs, pasges that need to be expanded
Example: {{Main | main = Concrete}}
 
Example: {{Stub}}


<pre>
<pre>
{{Stub}}
{{Main
| main = Concrete}}
</pre>
</pre>


== Miscellaneous ==
== Miscellaneous ==


* [[Special%3AAllpages&from=&namespace=10|List of All Templates]]
* [[Special%3AAllpages&from=&namespace=10|List of All Templates]]

Revision as of 06:17, 20 November 2008

H E L P

For Readers

About
- FAQ
- Contact
- Sitemap
Search

For Contributors

Edit
Semantic markup
- Ontology
Content and Structure
- Tags
- Templates
- Software Database Interlink
- Hand calculations
Miscellaneous
To Do List

Miscellaneous

Advertise
Donate


(e)

File Related

File

Usage: to insert files

Example: temp file (i)

{{File
| filename = xxx
| title = xxx}}


File Link

Usage: for files stored externally

Example: Sample File (ZIP Format, 15 BM)

Template Page: template page

{{File Link
| directory = xxx/
| filename = xxx.zip
| title = Sample File}}

Markers (Inline)

Verify

Usage: to mark information that needs to be verified

Example:        Verify  (all)

{{Verify}}


Markers (Block)

Stub

Usage: to mark stubs, pasges that need to be expanded

Example:

Stub
Note: this page is stub - it needs to be expanded to meet Structural Wiki standards. (all)

{{Stub}}


Infoboxes

Infobox Software

Usage: Used to create infoboxes for particular programs, such as "Infobox Software ATENA".

Example: Template:Infobox Software ATENA

{{Infobox Software
| tag = atena
| name = ATENA
| content = [[ATENA Software | Overview]]
[[Category:ATENA Software]]
}}

Navigation Boxes

Variables

Url

Usage: to insert url of the root of current wiki

Example: http://www.structuralwiki.org/en/

{{Url}}


Other

Software Database Keyword

Usage: to insert infobox about software database keyword

Example: Template:Software Database Keyword

{{Software Database Keyword
| name = Coordinate Geometry (COGO)
| tag = coordinate_geometry
}}


Main

Usage: to refer to main article

Example:

Main article: Concrete

{{Main
| main = Concrete}}



Miscellaneous