Help:How to create group member page
(Created page with "{{About|about=This article is aimed to explain how to create a TMG group member page}} In order to create your own page, there are some easy steps follow. ==Create== Create a p...") |
m |
||
Line 14: | Line 14: | ||
The line starts with {{About about|.....}} is the about section of the page. It is actually using a custom template About and passing a parameter "about" and the value after "|". Whatever you write after pipe sign, it will placed at the top of your page. This can be considered as a very brief information about the page, lets say its metadata. | The line starts with {{About about|.....}} is the about section of the page. It is actually using a custom template About and passing a parameter "about" and the value after "|". Whatever you write after pipe sign, it will placed at the top of your page. This can be considered as a very brief information about the page, lets say its metadata. | ||
===Infobox.member=== | ===Infobox.member=== | ||
− | + | Infobox is the box that stays on the right-hand side of the page. It also uses the template-parameter model. You only change the parameters, and it is shown accordingly. If you don't pass value to parameter, it wont be shown. | |
+ | ====Putting your image==== | ||
Write down your name in the write search bar and press enter | Write down your name in the write search bar and press enter |
Revision as of 13:11, 29 June 2011
In order to create your own page, there are some easy steps follow.
Contents |
Create
Create a page from scratch, please see How to create a page
Copy
Copy the source of Sample Group Member page (You can do it by clicking "Edit" on the page)
Paste
Paste it to your page's content
Modify
Modify it according to your needs. There are some points that you need be careful about. As you will see, template code seems a bit messy. It might scare you in the beginning but it is actually very simple.
About section
The line starts with Template:About about is the about section of the page. It is actually using a custom template About and passing a parameter "about" and the value after "|". Whatever you write after pipe sign, it will placed at the top of your page. This can be considered as a very brief information about the page, lets say its metadata.
Infobox.member
Infobox is the box that stays on the right-hand side of the page. It also uses the template-parameter model. You only change the parameters, and it is shown accordingly. If you don't pass value to parameter, it wont be shown.
Putting your image
Write down your name in the write search bar and press enter In the result page, you will see " Create the page "{your name}" on this wiki! ", click on it Copy the source of Sample Group Member page (You can do it by clicking "Edit" on the page) Modify it according to yourself And always feel free to
share your suggestions make mistakes and ask for help