How to Wiki: Difference between revisions
Malcolmmcc (talk | contribs) |
Malcolmmcc (talk | contribs) |
||
Line 244: | Line 244: | ||
===Navigation Bars=== | ===Navigation Bars=== | ||
The navigation bars are made using Templates and CSS. | The navigation bars are made using Templates and CSS. | ||
<pre>Templates:Example</pre> can recall the article ''Example'' as a template by being saved the same as a regular article. Once the template is saved, you can recall it in any ''other'' article by adding {{}} and removing the 'Templates:' preface, <br><pre>{{ | <pre>Templates:Example</pre> can recall the article ''Example'' as a template by being saved the same as a regular article. Once the template is saved, you can recall it in any ''other'' article by adding {{}} and removing the 'Templates:' preface, <br><pre>{{Example}}</pre> ''(neglect the brackets in each case around name)''.<br> | ||
Take for example the [[Template:FinanceBar]], this is the object recalled across each finance related articles. To change the template is to change the navigation bar for finance. This example is made manipulating the [https://www.mediawiki.org/wiki/Manual:CSS common.css]. | Take for example the [[Template:FinanceBar]], this is the object recalled across each finance related articles. To change the template is to change the navigation bar for finance. This example is made manipulating the [https://www.mediawiki.org/wiki/Manual:CSS common.css]. |