Difference between revisions of "User talk:Zesty/Help category on main page?/reply (2)"

From RimWorld Wiki
Jump to navigation Jump to search
 
m
 
Line 3: Line 3:
 
In my opinion, the following should be covered with some examples:
 
In my opinion, the following should be covered with some examples:
 
* Page creation (how to insert categories for a page, Page name casing like "Sniper rifle" and not "Sniper Rifle"
 
* Page creation (how to insert categories for a page, Page name casing like "Sniper rifle" and not "Sniper Rifle"
 +
  
 
* How templates are used
 
* How templates are used
* How to use template parameters like {{ticks|60}}
+
* How to use template parameters like {{ticks|60}} <pre>{{ticks|60}}</pre>
 
* Why templates are used (saves time, ensures consistency, automates a lot of work
 
* Why templates are used (saves time, ensures consistency, automates a lot of work
 +
  
 
* How transculsions are used
 
* How transculsions are used
* How to transclude articles like <pre>{{Clothing Layers}}</pre>
+
* How to transclude articles like [[Clothing Layers]] <pre>{{:Clothing Layers}}</pre>
 
* Why transclusions are used (again saves time)
 
* Why transclusions are used (again saves time)
 +
  
 
* How Semantic MediaWiki works
 
* How Semantic MediaWiki works

Latest revision as of 15:54, 17 January 2017

I've been meaning to make something like this for ages, so I really appreciate that you've started it.

In my opinion, the following should be covered with some examples:

  • Page creation (how to insert categories for a page, Page name casing like "Sniper rifle" and not "Sniper Rifle"


  • How templates are used
  • How to use template parameters like 60 ticks (1 sec)
    {{ticks|60}}
  • Why templates are used (saves time, ensures consistency, automates a lot of work


  • How transculsions are used
  • How to transclude articles like Clothing Layers
    {{:Clothing Layers}}
  • Why transclusions are used (again saves time)


  • How Semantic MediaWiki works
  • Some very basic examples of Semantic MediaWiki queries

There's probably more we can add that I'm forgetting. When I have some time I'll add some of the above if someone doesn't beat me to it.