How to Wiki: Difference between revisions

No edit summary
Ilovepubs (talk | contribs)
mNo edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 4: Line 4:
<div class="noautonum">__TOC__</div>
<div class="noautonum">__TOC__</div>
=== Signing Up For An Account ===
=== Signing Up For An Account ===
The Wiki has had some unfortunate run-ins with some very nefarious spam bots and as such now requires new accounts to receive approval. Navigate yourself to the top right hand corner of the wiki and fill out the "request account". The Wiki Curator(s) should approve you within 24 hours!
The Wiki has had some unfortunate run-ins with some very nefarious spam bots and as such now requires new accounts to receive approval. Navigate yourself to the top right hand corner of the wiki and fill out the "Create account". Use your personal google account and signing up only takes seconds!


== Text Editing ==
== Text Editing ==
Line 10: Line 10:


You can format your text by using wiki markup. This consists of normal characters like asterisks, apostrophes or equal signs which have a special function in the wiki, sometimes depending on their position. For example, to format a word in ''italic'', you include it in two pairs of apostrophes like <code><nowiki>''this''</nowiki></code>.
You can format your text by using wiki markup. This consists of normal characters like asterisks, apostrophes or equal signs which have a special function in the wiki, sometimes depending on their position. For example, to format a word in ''italic'', you include it in two pairs of apostrophes like <code><nowiki>''this''</nowiki></code>.


{| class="wikitable collapsible alternating" style="width:80%"
{| class="wikitable collapsible alternating" style="width:80%"
! Description
! Description
! width=40% | Youtype
! width="40%" | Youtype
! width=40% | You get
! width="40%" | You get
|-
|-
! colspan="3" style="background: #ABE" | Character (inline) formatting – ''applies anywhere''
! colspan="3" style="background: #ABE" | Character (inline) formatting – ''applies anywhere''
Line 123: Line 122:
Any other start also
Any other start also
ends the list.
ends the list.
</translate>
<nowiki></translate></nowiki>
|-
|-
| Indent text
| Indent text
Line 136: Line 135:
|}
|}
===Links===
===Links===
{| border="1" class="wikitable"
{| class="wikitable" border="1"
!<translate><!--T:6--> Description</translate>
!Description
!<translate><!--T:7--> You type</translate>
!You type
!<translate><!--T:8--> You get</translate>
!You get
|-
|-
|Internal link
|Internal link
Line 153: Line 152:
[[EUS Constitution#TITLE III ELECTIONS|election section]]</pre>
[[EUS Constitution#TITLE III ELECTIONS|election section]]</pre>
|
|
[[Help:Editing pages|constitution]]
[[EUS Constitution|constitution]]


[[Help:Editing pages#Preview|election section]]
[[EUS Constitution#TITLE III ELECTIONS|election section]]
|-
|-
|External link with specified link text
|External link with specified link text
Line 162: Line 161:
|-
|-
|}
|}
===Adding Colors===
===Adding Colors===
[[File:Color.jpg|thumb|100px|right]]
[[File:Color.jpg|thumb|100px|right]]
Line 182: Line 182:
     background-color: #fcf8e3;
     background-color: #fcf8e3;
     font-size: 18px;">
     font-size: 18px;">
<i class="fas fa-exclamation-triangle" style="font-size: 1.7em" aria-hidden="true"></i>
 
This article is a stub. Please consider <span style="color: #66512c">[[How to Central|expanding it]]</span>.
This article is a stub. Please consider <span style="color: #66512c">[[How to Central|expanding it]]</span>.
</div>
</div>


The code is need on many pages. It is therefore added to 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 again by '''<nowiki>{{XXXXX}}</nowiki>'''. <br>
The code is need on many pages. It is therefore added to 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 again by '''<nowiki>{{XXXXX}}</nowiki>'''. <br>
For more information on importing templates used on Wikipedia for example, navigate to [[Infoboxes#Export/Import]]


===Good templates===
===Good templates===
Line 240: Line 238:
|[[Template:FacebookIcon]]
|[[Template:FacebookIcon]]
|{{FacebookIcon|1=http://fb.com/mcgilleus}}
|{{FacebookIcon|1=http://fb.com/mcgilleus}}
|''1=URL to faebook page''<br> A button to navigate specifically to a groups' Facebook page.
|''1=URL to facebook page''<br> A button to navigate specifically to a groups' Facebook page.
|-
|-
|[[Template:GroupIcon]]
|[[Template:GroupIcon]]
|{{GroupIcon|1=Curator's Choice}}
|{{GroupIcon|1=Curator's Choice}}
|''1=Article Name of Group''<br>A button used to link policies back to a groups Wiki article
|''1=Article Name of Group''<br>A button used to link policies back to a groups Wiki article
|-
|[[Template:DriveIcon]]
|{{DriveIcon|1=http://drive.google.com}}
|''1=GoogleDrive Link''<br>A button used to link policies to their official google drive file
|-
|-
|}
|}
Line 259: Line 261:
Generally the EUSwiki does not include the categories on the page themselves, as there's normally a disambiguation page; that is to say, we'd prefer people navigate to [[Policies]] instead of the category page. Thus, it is common practice to '''''hide the category'''''. This can be done by adding the power word <code><nowiki>__HIDDENCAT__</nowiki></code> ''inside the category''. It will then be hidden from all the pages.
Generally the EUSwiki does not include the categories on the page themselves, as there's normally a disambiguation page; that is to say, we'd prefer people navigate to [[Policies]] instead of the category page. Thus, it is common practice to '''''hide the category'''''. This can be done by adding the power word <code><nowiki>__HIDDENCAT__</nowiki></code> ''inside the category''. It will then be hidden from all the pages.


==<i class="fas fa-info-circle "></i> Infoboxes==
== Infoboxes==
Infoboxes are the iconic boxes that can be seen on the top right of nearly every wikipedia page. To learn more about infoboxes, please go [[Infoboxes|here]].
Infoboxes are the iconic boxes that can be seen on the top right of nearly every wikipedia page. To learn more about infoboxes, please go [https://en.wikipedia.org/wiki/Template:Infobox here].


== <i class="fas fa-object-ungroup "></i>  Tabs ==
==   Tabs ==
Tabs is an extension that provides a handy way to create multiple tabs and tables. This is very useful for containing nested information, and can be manipulated depending on your understanding of the mechanism. <br>To learn more about Tabs, [https://www.mediawiki.org/wiki/Extension:Tabs/Usage click here].
Tabs is an extension that provides a handy way to create multiple tabs and tables. This is very useful for containing nested information, and can be manipulated depending on your understanding of the mechanism. <br>To learn more about Tabs, [https://www.mediawiki.org/wiki/Extension:Tabs/Usage click here].


'''''What you enter'''''
'''''What you enter'''''
: <nowiki><tabs></nowiki><br>
: <nowiki><tabs></nowiki><br>
:: <nowiki><tab name="Tab 1">This is a test</tab></nowiki><br>
:: <nowiki><tab name="Bingo">This is a test</tab></nowiki><br>
:: <nowiki><tab name="Tab 2", index="2">This is also a test</tab></nowiki><br>
:: <nowiki><tab name="Bango">This is also a test</tab></nowiki><br>
: </tabs>  
: <nowiki></tabs></nowiki>  
'''''What you Get'''''
'''''What you Get'''''
<tabs><tab name='Tab 1'>This is a test</tab><tab name='Tab 2', index="2">This is also a test</tab></tabs>  
<tabs><tab name="Bingo">This is a test</tab><tab name="Bango">This is also a test</tab></tabs>  
===Collapsed Tabs===
===Collapsed Tabs===
<tab name="Open me!" collapsed>
<tab name="Open me!" collapsed="">
Nested Tabs are useful for having large amounts of information without overburdening the layout or flow of your article. <br>The syntax is essentially the same as above
Nested Tabs are useful for having large amounts of information without overburdening the layout or flow of your article. <br>The syntax is essentially the same as above