StructuralWiki:Templates: Difference between revisions

From StructuralWiki
Jump to navigation Jump to search
 
(10 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>
{{File Link
| directory = xxx/
| filename = xxx.zip
| title = Sample File}}
</pre>
 
== Markers (Inline) ==
 
=== Verify ===
 
Usage: to mark information that needs to be verified
 
Example: {{Verify}}
 
<pre>
{{Verify}}
</pre>
 
=== To Do ===
 
Usage: to mark items on the to do list
 
Example: {{To Do}}
 
<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>
 
 
=== Commercial ===
 
Usage: to mark pages that contain commercial information
 
Example: {{Commercial}}
 
<pre>
{{Commercial}}
</pre>
 
== Infoboxes ==
 
=== Software Database ===


{{To Do}}
== Inline Markers ==


Example: {{Software Database}}
* [[: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


=== Infobox Software ===
== Block Markers ==


Usage: Used to create infoboxes for particular programs, such as "Infobox Software ATENA".
* [[: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: {{Infobox Software ATENA}}
== Software Database Databoxes ==


<pre>
* [[:Template:Software|Template:Software]]
{{Infobox Software
* [[:Template:Software Company|Template:Software Company]]
| tag = atena
* [[:Template:Design Code|Template:Design Code]]
| name = ATENA
* [[:Template:Design Code|Template:Data Format]]
| content = [[ATENA Software | Overview]]
[[Category:ATENA Software]]
}}
</pre>


=== Software Database Keyword ===
== Topic Navigation ==


Usage: to insert infobox about software database keyword
There are separate templates for different topics, example:


Example: {{Software Database Keyword | name = Coordinate Geometry (COGO) | tag = coordinate_geometry}}
* [[:Template:Low Energy Buildings|Template:Low Energy Buildings]]
 
<pre>
{{Software Database Keyword
| name = Coordinate Geometry (COGO)
| tag = coordinate_geometry
}}
</pre>
 
=== Software Database Publisher ===
 
{{To Do}}
 
=== Software Database Design Code ===
 
{{To Do}}
 
 
=== Software Database Data Format ===
 
{{To Do}}
 
== 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