Changes between Version 9 and Version 10 of User Guide/Wiki Style Guide
- Timestamp:
- May 11, 2020, 3:35:11 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
User Guide/Wiki Style Guide
v9 v10 15 15 * '''DO NOT''' use full URLs (ie. !http://wiki.cosmos-lab.org/...) when linking to pages within the wiki. Use the [wiki:WikiFormatting#Links WikiPageNames link syntax] instead. 16 16 * When linking to pages that are children of the current page, use relative links `[wiki:./page/to/link/to text to display]` 17 * '''Instructions containing shell commands''' 18 * Macro for username {{{[[User]]}}} 19 * For copy and pasting commands, ensure no prompt is present 20 * For bash scripts, use {{{ {{{#!shell }}} 21 * For terminal sessions, use {{{ {{{#!shell-session }}} 22 * On a console: make sure the prompt starts with {{{user@console:path$}}} 23 * On a compute machine: make sure the prompt starts with {{{root@console:path$}}} 24 17 25 18 26 === Page Specific Formatting