Changes

From SME Server
Jump to navigationJump to search
1,995 bytes added ,  21:24, 3 January 2017
m
no edit summary
Line 1: Line 1: −
===Templates===
+
{{Languages}}
 +
==How to make a new Template==
 +
 
 +
For certain purposes like if you want to maintain some works on redundant pages without efforts, you may need to write a Template of your page.
 +
 
 +
A template is just like a page, so a "make-it-easy" template would reside at the URL:
 +
http://wiki.contribs.org/Template:Make-it-easy
 +
 
 +
Create it and copy and paste the wiki markup for what you have already done relating to "Make-it-easy" into it and save it. Then where you want to include the template on any other page just use <nowiki>{{Make-it-easy}}</nowiki>.
 +
 
 +
==Templates==
    
Templates are great at keeping things looking consistent. If you are new, you may not be ready to create them, but don't worry, they are very easy to use. Just add the contents in the "what to type" column and you will get the text in the "What it looks like" column inserted on the page.
 
Templates are great at keeping things looking consistent. If you are new, you may not be ready to create them, but don't worry, they are very easy to use. Just add the contents in the "what to type" column and you will get the text in the "What it looks like" column inserted on the page.
Line 24: Line 34:  
| <nowiki>{{</nowiki>[[Template:Level|Level]]<nowiki>|level|comment}}</nowiki>
 
| <nowiki>{{</nowiki>[[Template:Level|Level]]<nowiki>|level|comment}}</nowiki>
 
|
 
|
{{Level|Medium|The instructions on this page require a basic knowledge of linux.}}
+
{{Level}}
| Top of Article
+
| Under title
 
|-
 
|-
 
| <nowiki>{{</nowiki>[[Template:Incomplete|Incomplete]]<nowiki>}}</nowiki>
 
| <nowiki>{{</nowiki>[[Template:Incomplete|Incomplete]]<nowiki>}}</nowiki>
Line 67: Line 77:  
|nocat=
 
|nocat=
 
}}
 
}}
 +
| Top of Article
 +
|-
 +
| <nowiki>{{</nowiki>[[Template:WIP box|WIP box]]<nowiki>}}</nowiki> or
 +
<nowiki>{{</nowiki>[[Template:WIP box|WIP box]]<nowiki>|Username}}</nowiki>
 +
|
 +
{{WIP box}} or
 +
{{WIP box|Username}}
 
| Top of Article
 
| Top of Article
 
|-
 
|-
Line 79: Line 96:  
| Anywhere
 
| Anywhere
 
|-
 
|-
| <nowiki>{{</nowiki>[[Template:Version|Version]]<nowiki>|package|description|stable-version|stable-epoch|devel-version|devel-epoch}}</nowiki>
+
|<nowiki>{{</nowiki>#smeversion<nowiki>:package|description}}</nowiki>
|
+
|<div style="float:left; background: #EFE9E9; border: 1px solid #AAA; padding: 5px; margin: 5px; width: 97%">
{{Version|package=smeserver-subversion|description=Provides subversion to SME Server|stable=1.4-17|epoch=0|devel=1.4-18|devepoch=0}}| Anywhere
+
  <div style="float:right; background: #EFE9E9; border: 1px solid #AAA; padding: 5px; margin-left: 5px">
 +
    <div style="font-size: 80%"><b>Devel:</b></div>
 +
    <div style="font-size: 120%; font-weight: bold">[http://mirror.contribs.org/smeserver/releases/8/smetest/i386/repoview/index.html dev ver]</div>
 +
  </div>
 +
  <div style="float:right; background: #EFE9E9; border: 1px solid #AAA; padding: 5px; margin-left: 5px">
 +
    <div style="font-size: 80%"><b>Contrib:</b></div>
 +
    <div style="font-size: 120%; font-weight: bold">[http://mirror.contribs.org/smeserver/releases/8/smecontribs/i386/repoview/index.html rel ver]</div>
 +
  </div>
 +
  <div style="font-size: 120%; font-weight: bold;">package-name</div>
 +
  <div>The latest version of package is available in the SME repository, click on the version number(s) for more information.</div>
 +
</div>
 +
|-
 +
| <nowiki>{{</nowiki>[[Template:Donate|Donate]]<nowiki>}}</nowiki>
 +
|{{Tip box|to call the Donate template then use it in the top of a page}}
 +
| Top of Article
 +
|-
 +
| <nowiki>{{</nowiki>[[Template:BugzillaFileBug]]<nowiki>}}</nowiki>
 +
|{{Tip box|When you want to call the BugzillaFileBug template then use it in the bottom of a page to raise a bug under bugzilla in the wiki documentation. By example <nowiki>{{BugzillaFileBug|product=SME%20Contribs|component=smeserver-openvpn-bridge|title=this link}}</nowiki>. You have to choose a valid contrib name }}
 +
| Bottom of Article
 
|}
 
|}
      
'''Credits:''' Some of these templates have been integrally taken from the [http://www.mythtv.org/wiki/index.php?title=Templates MythTV wiki] others are heavily based on them.
 
'''Credits:''' Some of these templates have been integrally taken from the [http://www.mythtv.org/wiki/index.php?title=Templates MythTV wiki] others are heavily based on them.
3,054

edits

Navigation menu