Difference between revisions of "User:Wwf/Wiki Snippets"
< User:Wwf
(Moved stuff from my main page) |
m |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | === Crawl Wiki Help === | ||
| + | *[[Help:Contents]] is the local help guide for updating this wiki. | ||
| + | *Use the [[Help:Style_guide]] in case you want to figure out what is the correct way to present information, or whether or not it should be included in the page. | ||
| + | **[[Help:Style_guide#Section_names]] is where to find the correct names for sections on a page. | ||
| + | |||
=== Code References === | === Code References === | ||
| − | To insert a crawl code reference into a wiki page use the following and make sure you have a references section. | + | *Common Category Tags: |
| + | <nowiki> | ||
| + | {{character guide}} | ||
| + | {{Advice}} | ||
| + | {{version014}} | ||
| + | </nowiki> | ||
| + | |||
| + | *To insert a crawl code reference into a wiki page use the following and make sure you have a references section. | ||
''Text to contain a footnote.''<nowiki><ref>{{source ref|0.28.0|art-func.h|488}}</ref> | ''Text to contain a footnote.''<nowiki><ref>{{source ref|0.28.0|art-func.h|488}}</ref> | ||
==References== | ==References== | ||
<references/></nowiki> | <references/></nowiki> | ||
Latest revision as of 02:05, 23 March 2022
Crawl Wiki Help
- Help:Contents is the local help guide for updating this wiki.
- Use the Help:Style_guide in case you want to figure out what is the correct way to present information, or whether or not it should be included in the page.
- Help:Style_guide#Section_names is where to find the correct names for sections on a page.
Code References
- Common Category Tags:
{{character guide}}
{{Advice}}
{{version014}}
- To insert a crawl code reference into a wiki page use the following and make sure you have a references section.
Text to contain a footnote.<ref>{{source ref|0.28.0|art-func.h|488}}</ref>
==References==
<references/>