Open main menu

EUSwiki β

Changes

How to Wiki

1,425 bytes added, 12:53, 12 March 2018
no edit summary
{| class="wikitable collapsible alternatingcollapsed" style="width:80%"
! Description
! width=40% | Youtype
==Templates==
Because a lot of wikipedia formatting becomes redundant, templates are heavily relied upon allow you to add include the same information basic format without having to copy enter in the same code over and pasteover. That way, if the template changes, all of the pages that call the template will update accordingly.<br><br>
''Take for example, a simple notice that the page is not currently complete:''<br>
<div style="
</div>
The code desired is need on many pages. It is therfore added to be recreated was made into a new page on the wiki named <code>Template:Stub</code>. Then, once saved, the template can be called upon using double curly brackets around the name of the template, i.e. <strong><nowiki>{{Stub}}</nowiki></strong> . As long as the code is created in a document labeled 'Template:XXXXX', it can then be called upon againby '''<nowiki>{{XXXXX}}</nowiki>'''. <br> 
For more information on importing templates used on Wikipedia for example, navigate to [[Infoboxes#Export/Import]]
===Good templates===
{{class="wikitable collapsible alternating collapsed" style="width:80%"
!Template Page!Display!Description
|-
|[[Template:Empty]]|{{Empty}}|Used to keep desirable articles marked created, but in need of content.
|-
|[[Template:Stub]]|{{Stub}}|Articles with some information, needing more.
|-
|[[Template:In Progress]]|{{In Progress}}|Articles that are currently being developed.
|-[[Template:Button]]|{{Button|1=http://wiki.mcgilleus.ca|2=Wiki|3=fa-life-ring|4=Crimson}}|''1=Link<br>
2=Text<br>
3=FontAwesome<br>
4=Color''<br>
Making buttons instead of links, jumps people's attention!
|-
|[[Template:FinanceBar]]|{{FinanceBar}}|Menu for different financial related articles.
|-
|[[Template:HymnBar]]|{{HymnBar}}|Menu for different chants, songs in engineering.
|-
|[[Template:PolicyIcon]]|{{PolicyIcon|1=Plumbers_Faucet_Policy}}|''1=POLICY_ARTICLE''<br>A button to link to policies/bylaws/constitutions. 1= the name of the article on the wiki to which it pertains to
|-
|[[Template:WebsiteIcon]]|{{WebsiteIcon|1=http://faucet.mcgilleus.ca}}|''1=websiteurl''<br>A button for groups' websites to be accessed
|-
|{{EmailIcon|1=faucet@mcgilleus.ca}}|''1=emailaddress@gmail.com''<br>A button for the email address of the position/group
}}
== Categories ==
To add a category, you can insert the following tag at the very end of the article: