StructuralWiki:Templates: Difference between revisions

From StructuralWiki
Jump to navigation Jump to search
No edit summary
 
(26 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
 
== Inline Markers ==


Usage: to insert files
* [[: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


Example: {{File | filename = temp.pdf | title = temp file}}
== Block Markers ==


<pre>
* [[:Template:Stub|Template:Stub]] - to mark stubs, pages that need to be expanded
{{File
* [[:Template:Review|Template:Review]] - to mark pages that need editorial review
| filename = xxx
* [[:Template:Commercial|Template:Commercial]] - to mark pages that contain commercial information
| title = xxx}}
</pre>


== Software Database Databoxes ==


* [[:Template:Software|Template:Software]]
* [[:Template:Software Company|Template:Software Company]]
* [[:Template:Design Code|Template:Design Code]]
* [[:Template:Design Code|Template:Data Format]]


=== File Link ===
== Topic Navigation ==


Usage: for files stored externally
There are separate templates for different topics, example:


Example: {{File Link | directory = xxx/ | filename = xxx.zip | title = Sample File}} (ZIP Format, 15 BM)
* [[:Template:Low Energy Buildings|Template:Low Energy Buildings]]


Template Page: [[:Template:File_Link | template page]]
== Variables ==


<pre>
* [[:Template:Url|Template:Url]] - to insert url of the root of current wiki
{{File Link
* [[:Template:Url csi wiki|Template:Url csi wiki]] - to insert url of the root of csi wiki
| directory = xxx/
| filename = xxx.zip
| title = Sample File}}
</pre>


== Other ==
== Other ==


=== Software Database Keyword ===
* [[:Template:Main|Template:Main]] - to refer to main article
 
Usage: to insert infobox about software database keyword
 
Example: {{Infobox Software Database Keyword | name = Coordinate Geometry (COGO) | tag = coordinate_geometry}}
 
<pre>
{{Infobox Software Database Keyword
| name = Coordinate Geometry (COGO)
| tag = coordinate_geometry
}}
</pre>
 
=== Url ===
 
Usage: to insert url of the root of current wiki
 
Example: {{Url}}
 
<pre>
{{Url}}
</pre>
 
=== Main ===
 
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