User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
cheatsheet [2022-06-24 02:42] Neatnikcheatsheet [2022-06-26 19:33] RideWithMeTomorrow
Line 14: Line 14:
 Page title: <input type="text" name="new_page" id="new_page"> <button onclick="window.location = document.getElementById('new_page').value + '?do=edit';">Create</button> Page title: <input type="text" name="new_page" id="new_page"> <button onclick="window.location = document.getElementById('new_page').value + '?do=edit';">Create</button>
 </html> </html>
 +
 +===== Tagging =====
 +
 +To tag an article, add this to the bottom:
 +
 +<code>{{tag>tag_name}}</code>
 +
 +You can add multiple tags by separating them with a space:
 +
 +<code>{{tag>tag_one tag_two tag_three}}</code>
 +
 +Tag names cannot contain spaces. Use an underscore, as shown above, to represent a space in a tag name.
 +
 +You can view a list of all tags in use on the [[Tags]] page.
 +
  
 ===== Table of Contents ===== ===== Table of Contents =====
Line 140: Line 155:
 </code> </code>
  
 +{{tag>Meta}}
cheatsheet.txt · Last modified: 2022-06-27 03:13 by Neatnik