StructuralWiki:Templates: Difference between revisions

From StructuralWiki
Jump to navigation Jump to search
 
(20 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
== Inline Markers ==


Example: {{File | filename = temp.pdf | title = temp file}}
* [[: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


<pre>
== Block Markers ==
{{File
| filename = xxx
| title = xxx}}
</pre>


* [[: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


== Software Database Databoxes ==


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


Usage: for files stored externally
== Topic Navigation ==


Example: {{File Link | directory = xxx/ | filename = xxx.zip | title = Sample File}} (ZIP Format, 15 BM)
There are separate templates for different topics, example:


Template Page: [[:Template:File_Link | template page]]
* [[:Template:Low Energy Buildings|Template:Low Energy Buildings]]


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


=== Verify ===
* [[: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 mark information that needs to be verified
 
Example: {{Verify}}
 
<pre>
{{Verify}}
</pre>


== Other ==
== Other ==


=== Software Database Keyword ===
* [[:Template:Main|Template:Main]] - to refer to main article
 
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>
 
=== 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>
 
=== 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>
 
== Variables ==
 
* move url here
 
=== Stub ===
 
Usage: to mark stubs, pasges that need to be expanded
 
Example: {{Stub}}
 
<pre>
{{Stub}}
</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