StructuralWiki:Templates: Difference between revisions

From StructuralWiki
Jump to navigation Jump to search
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox Help}}
{{Infobox Help}}
The purpose of this page is to document the most important templates that were created for structural wiki. Templates enable to standardize input and navigation. Click on the links with template names to access detailed documentation for each template.


== File Related ==
== File Related ==


=== File ===
* [[:Template:File|Template:File]] - to insert files
 
* [[:Template:File Link|Template:File Link]] - used to link to files store externally in http://files.structuralwiki.org
Usage: to insert files
 
Example: {{File | filename = temp.pdf | title = temp file}}
 
<pre>
{{File
| filename = xxx
| title = xxx}}
</pre>
 
 
 
=== File Link ===
 
Usage: for files stored externally
 
Example: {{File Link | directory = xxx/ | filename = xxx.zip | title = Sample File}} (ZIP Format, 15 BM)
 
Template Page: [[:Template:File_Link | template page]]


<pre>
== Inline Markers ==
{{File Link
| directory = xxx/
| filename = xxx.zip
| title = Sample File}}
</pre>


== Markers (Inline) ==
* [[:Template:Verify|Template:Verify]] - to mark information that needs to be verified
* [[Template:To Do|Template:To Do]] - to mark items on the to do list


=== Verify ===
== Block Markers ==


Usage: to mark information that needs to be verified
* [[:Template:Stub|Template:Stub]] - to mark stubs, pages that need to be expanded
* [[:Template:Review|Template:Review]] - to mark pages that need editorial review
* [[:Template:Commercial|Template:Commercial]] - to mark pages that contain commercial information


Example: {{Verify}}
== Software Database Databoxes ==


<pre>
* [[:Template:Software|Template:Software]]
{{Verify}}
* [[:Template:Software Company|Template:Software Company]]
</pre>
* [[:Template:Design Code|Template:Design Code]]
* [[:Template:Design Code|Template:Data Format]]


=== To Do ===
== Topic Navigation ==


Usage: to mark items on the to do list
There are separate templates for different topics, example:


Example: {{To Do}}
* [[:Template:Low Energy Buildings|Template:Low Energy Buildings]]
 
<pre>
{{To Do}}
</pre>
 
== Markers (Block) ==
 
=== Stub ===
 
Usage: to mark stubs, pasges that need to be expanded
 
Example: {{Stub}}
 
<pre>
{{Stub}}
</pre>
 
=== Review ===
 
Usage: to mark pages that need editorial review
 
Example: {{Review}}
 
<pre>
{{Review}}
</pre>
 
== Infoboxes ==
 
=== Infobox Software ===
 
Usage: Used to create infoboxes for particular programs, such as "Infobox Software ATENA".
 
Example: {{Infobox Software ATENA}}
 
<pre>
{{Infobox Software
| tag = atena
| name = ATENA
| content = [[ATENA Software | Overview]]
[[Category:ATENA Software]]
}}
</pre>
 
=== Software Database Keyword ===
 
Usage: to insert infobox about software database keyword
 
Example: {{Software Database Keyword | name = Coordinate Geometry (COGO) | tag = coordinate_geometry}}
 
<pre>
{{Software Database Keyword
| name = Coordinate Geometry (COGO)
| tag = coordinate_geometry
}}
</pre>
 
 
 
== Navigation Boxes ==
 
=== Low Energy Buildings ===
 
Example: {{Low Energy Buildings}}
 
<pre>
{{Low Energy Buildings}}
</pre>


== Variables ==
== Variables ==


=== Url ===
* [[:Template:Url|Template:Url]] - to insert url of the root of current wiki
 
* [[:Template:Url csi wiki|Template:Url csi wiki]] - to insert url of the root of csi wiki
Usage: to insert url of the root of current wiki
 
Example: {{Url}}
 
<pre>
{{Url}}
</pre>
 


== Other ==
== Other ==


=== Main ===
* [[:Template:Main|Template:Main]] - to refer to main article
 
Usage: to refer to main article
 
Example: {{Main | main = Concrete}}
 
<pre>
{{Main
| main = Concrete}}
</pre>
 
 
 


== Miscellaneous ==
== See Also ==


* [[Special%3AAllpages&from=&namespace=10|List of All Templates]]
* [http://www.structuralwiki.org/en/Special%3AAllpages&from=&namespace=10 List of All Templates]

Latest revision as of 05:52, 15 September 2009

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)

The purpose of this page is to document the most important templates that were created for structural wiki. Templates enable to standardize input and navigation. Click on the links with template names to access detailed documentation for each template.

File Related

Inline Markers

Block Markers

Software Database Databoxes

Topic Navigation

There are separate templates for different topics, example:

Variables

Other

See Also