→Graphisoft Home →Download ArchiCAD Educational →Download ArchiCAD Trial →ArchiCAD Forum →ArchiCAD Tutorials

Create a new Article:

(using ArticleTemplate)

Create a new Tech Note:

(using TechNoteTemplate)

Create a new Bug Description:

(using BugTemplate)


Contributing to ArchicadWiki

First of all, thanks for contributing for ArchicadWiki! Before you do so, please read and understand a few guidelines that make ArchicadWiki easier to use:

About Page Titles

Writing a good page title is essential to make the information easily accessible.

Using templates

Now you are ready to write an article. Just type the title you have carefully dreamed up in the URL bar, and hit enter. Archicadwiki will tell you that the page does not exist and offer you to create a new empty page or choose a page template. Always choose a page template Here are the ones we use:

Keep the structure that the template offers. E.g. if you write about a bug, clearly describe the phenomenon, the cause, and the workaround.

Table of Contents

<<TableOfContents(2)>> Macro will create a TOC 2 levels deep. You can make it 3 levels deep by changing the parameter of the macro to 3. If article is short, delete or comment out this macro.

Header Box

Every page has a header box that contains general information about the content. Various page lists are aggregated based on this set of data, so set these values appropriately. (e.g. search is based on finding "• Archicad 14" in the page. That dot is important too!) Delete the unnecessary values (by default all possible values are listed).

Category

Categories work like tags. Think of good tags that describe the article well, then add them with the Category prefix in CamelWord format. E.g. CategoryMac CategoryEditing CategoryCrash CategoryHardware. Existing categories are listed on the CategoryCategory page, but don't worry if you have added a Category that does not exist yet. We will create it.

Tags/Categories are very important to include your article in automatic searches that use tags.

At the end of the page, there is a related pages section. This is an automatically generated list. You have to customize the FullSearch macro's parameters to make this work. This is how it works:

Trackback

Trackback will automatically list all the pages that has a link to this page (This is not a real trackback - it only lists pages from archicadwiki, but not external sources). You don't have to do anything to this, unless you have renamed an article. If you rename an article, don't forget to change the name in the Trackback as well. It uses the FullSearch macro described above.

Embedding your article in Archicadwiki

Your article only benefits others if they find it. To make sure your article is easy to find:

Formatting

We recommend to use text-based editing of articles, which requires some knowledge of wiki-formatting. Archicadwiki also ha a GUI editor, but that does not work with all browsers. In theory it is posible to copy + paste documents from Word processing applications (such as Microsoft Word or OpenOffice.org,) preserving text formatting using the GUI Editor, but this will fail in many cases, because the WYSIWYG editor of this Wiki cannot always handle invalid markup code generated by these applications.

The complete list of formatting options is available here: HelpOnMoinWikiSyntax, but we do not use all that. To keep a consistent appearance of ArchicadWiki articles, please use the below formatting options - do use these, but do not use anything else, please. Definitely do not use colored fonts or colored backgrounds, and do not use HTML codes to change font size and type. That totally ruins the look of the page. Let CSS do the job - by modifying the CSS, we will be able to consistently update the look of Archicadwiki in the future.

Headings

We only use 3 levels of heading. Note: make sure there is no space after ending equal sign

= Heading 1 =

== Heading 2 ==

=== Heading 3 ===

Indentation

To indent paragraph:

Lists

 * Space-star-space
  * double-space-star-space
   * triple-space-star-space

 1. space-number-fullstop-space
  1. double-space-number-fullstop-space
  1. double-space-number-fullstop-space
 1. space-number-fullstop-space 
  1. space-number-fullstop-space
    1. double-space-number-fullstop-space
    2. double-space-number-fullstop-space
  2. space-number-fullstop-space

 1.#6 List starting with number 6
 1. Blablabla
  1. List starting with number 6
  2. Blablabla

Tables

||'''A'''||'''B'''||'''C'''||
||1      ||2      ||3      ||

A

B

C

1

2

3

||<|2> cell spanning 2 rows ||cell in the 2nd column ||
||cell in the 2nd column of the 2nd row ||
||<-2> cell spanning 2 columns ||

cell spanning 2 rows

cell in the 2nd column

cell in the 2nd column of the 2nd row

cell spanning 2 columns

Horizntal Rule

---- four dashes will create a horizontal line. Don't use too many of these


Text Decoration

There are more thane these, but please use only these.

''italic''

italic

'''bold'''

bold

'''''bold and italic'''''

bold and italic

,,sub,,script

subscript

^super^script

superscript

SnowLeopard

SnowLeopard

[[Archicad Versions]]

Archicad Versions

[[SnowLeopard|Mac OSX Snow Leopard]]

Mac OSX Snow Leopard

http://www.graphisoft.com

http://www.graphisoft.com

Anchors

<<Anchor(anchorname)>>

This macro places an anchor in the text

[[#anchorname]]

This is how you link to the anchor within the page

[[Pagename#anchorname]]

This is how you link to another page at a specific anchor

Attachments

[[attachment:Graphisoft.PNG]]

Graphisoft.PNG

{{attachment:Graphisoft.PNG}}

Graphisoft.PNG

{{attachment:Not_Uploaded.PNG}}

Note: easiest way to upload an image is first including the link in the text, then saving the page - a paper clip icon will appear which you can click to upload image

Direct download: Download Graphisoft.PNG You can achieve this if you go to the "Attachments" page of the article, and copy the link from the "Get" button and format it as a link:

[[http://archicadwiki.com/HowToWriteArticles?action=AttachFile&do=get&target=Graphisoft.PNG|Download Graphisoft.PNG]]

Macros

The <<FullSearch>> and the <<TableOfContents(2)>> macros are discussed above, and they are included in the templates. The full list of macros are listed on HelpOnMacros. Do not put too many macros in a page - they slow down the loading of the page.

<<BR>>

Inserts line brake without new paragraph, like in HTML

<<YouTube(V8tSRJ8e3b0)>>

Embeds YouTube video.

HowToWriteArticles (last edited 2010-08-27 00:43:34 by GregKmethy)