Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Category:Templates

2,650 bytes added, 10:29, 3 September 2013
Added build-in section transclusion instructions
== IGEP Community Wiki Templates ==
 
Templates is a great MediaWiki feature that allows to use different pages to create the content of a final page.
 
In this page, there is the organization of the templates in the IGEP Community Wiki.
 
Feel free to use, edit and create templates!
 
{{Message/Information Message|message=If you are not familiar with templates, read the [[:Category:Templates#Using templates|introductory section below]].}}
 
 
__TOC__
== Description ==
<section begin=Description />
Available templates for using in IGEP Community articles.
<section end=Description />
List of available == Site Map ==<section begin=Site Map />*[[:Category:Templates]]: Information about how to use the IGEP Community templates **[[Template:Navigation]]: Navigation boxes and indications templates**[[Template:Table]]: Standard tables and contents**[[Template:Message]]: Standard notifications and messages**[[Template:Content]]: Generic and standard content for using in IGEP Community articlesmany pages**[[Template:Links]]:Standard URL and links to external pages<section end=Site Map />
=== Navigation templates ===
Navigation boxes and indications == Using templates:==Templates is a great MediaWiki feature that allows to use different pages to create the content of a final page.
*[[Template:Navigation]]It consists on the creation of a 'master' page, which can include customized parameters, and other pages that include that content in their page code.
In this page, there is the organization of the templates in the IGEP Community Wiki.
=== Table Feel free to use, edit and create templates === Standard tables and contents: *[[Template:Table]]**[[Template:IGEP Technology Devices]] (delete!)**[[Template:Table/IGEP Technology Devices]] === Message templates === Standard notifications and messages: *[[Template:Message]]  === Content templates === Generic and standard content for using in many articles: *[[Template:Content]]  === Links templates === Standard URL and links to external pages: *[[Template:Links]]
   {{Message/Information Message|message= Using If you are not familiar with templates = (work in progress, visit http://www.mediawiki.org/wiki/Help:Templates . Coming soon!)}}
=== How to use an existing template ===
(work #Visit the main Templates page at [[:Category:Templates]].#Select the category of the Template you are searching for such [[Template:Message|Message]], [[Template:Navigation|Navigation]], [[Template:Table|Table]], [[Template:Content|Content]], etc.#Navigate through the summary page, where '''there is an overview of every Template''' in that category with a basic '''description''' of its content and a link to the actual Template, in progresscase you want to edit it.#Once you have found the right template, '''stay at the summary page''' and copy the '''Usage field''' of the template.#'''Paste this line''' into the page you want that content to appear.#In case the template has '''parameters''', read the summary page to know its usage and then replace the content of the parameters with your customized text. Coming soon!)
=== How to create a new template ===
#Visit the main Templates page at [[:Category:Templates]].#Check of any '''existing related templates''' to make sure if there actually exists a template that could be used in your case.#If not, start a new template following this steps:##Decide which of '''category fits better''' with your template: Message, Navigation, Table, Content.##Start the new template using '''Templates:CATEGORY/ as the prefix of your Template title''' (for example: Templates:Message/<Name of your template>). This will make it easier to locate existing templates for other users when listing the existing templates by name.##Complete the title of your Template with the name. Use capitalized letters for the first letter of each word. (for example: Templates:Message/Setup Warning).##Create your article. If you wish to use parameters, you can create by using <nowiki>{{{Your_Parameter}}}</nowiki>.##When you finish your work in progress, return to the corresponding summary page (for example at Templates:Message, if you picked the Message category) and add a new entry so that users can find your template and use it. Coming soon!)
 === Let Copy paste the following code to the summary page and fill it with the right content, so that other users can easily use your template! === (work in progress. Coming soon!)the future:
----
=== TITLE ===
Visit [[Template:PAGEName Of The Page]] to edit
Copy the following text line in your article:
<nowiki>{{PAGEName Of The Page|PARAMETERSParameter1=PARAMETER1_CONTENT|Parameter2=PARAMETER2_CONTENT}}</nowiki>
where:
* PARAMETER NAMEPARAMETER1_CONTENT: DESCRIPTION OF PARAMETERDescription of the content that has to he inserted.* PARAMETER2_CONTENT: Description of the content that has to he inserted.
----
 
=== How to insert a sections from other articles ===
 
<nowiki>{{#lsth:pagename|sectionX}}</nowiki>
 
* For more information visit http://www.mediawiki.org/wiki/Extension:Labeled_Section_Transclusion
 
=== How to create and insert custom sections from other articles ===
 
In the original article, you must insert these tags:
 
<nowiki>
< section begin=SECTION_NAME />
< section end=SECTION_NAME />
</nowiki>
----In the article you want to insert the original content, add:
<nowiki>
{{#lst:ORIGINAL_ARTICLE_NAME|SECTION_NAME}}
</nowiki>
[[Category:Work in progress]]
[[Category:IGEP Community]]
0
edits