HRWiki:STUFF/Help: Difference between revisions
imported>HRWikiMirrorBot Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert) |
imported>HRWikiMirrorBot Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert) |
||
| Line 1: | Line 1: | ||
<!-- | <!-- Wayback HTML body (hrwiki.org); RawHtml --> | ||
[ | <html> | ||
<p><span style="font-size:8px">[ <a href="/index.php?title=HRWiki:STUFF" title="HRWiki:STUFF">Back to STUFF index</a> ]</span> | |||
</p><p>Below are some common issues and resolutions when working with the STUFF process. If your problem is not covered below, please post it on the <a href="/index.php?title=HRWiki_talk:STUFF/Help" title="HRWiki talk:STUFF/Help">talk page</a>.<br/><br/> | |||
</p> | |||
<table border="1" cellpadding="6" cellspacing="3" style="border-collapse:collapse; border:1px gray solid"> | |||
<tr bgcolor="#dddddd"> | |||
<th> Problem </th><th> Possible Cause </th><th> Solution | |||
</th></tr> | |||
<tr valign="top"> | |||
<td> When using <tt>{{stuffnew}}</tt>, <tt>{{stuffmore}}</tt>, <tt>{{stufffact}}</tt>, or <tt>{{stuffrevise}}</tt>, the template does not generate the correct code. In place of the fact or the title, the generated code displays {{{1}}} or {{{2}}}. | |||
</td><td bgcolor="#eeeeee"> There is an equal sign (=) somewhere in the fact or title (usually in an external link). | |||
</td><td> Remove the equal sign. | |||
</td></tr> | |||
<tr valign="top"> | |||
<td> When using the <tt>{{stuffnew}}</tt> or <tt>{{stuffmore}}</tt> templates, the fact shows up where the title should be, and vice versa. | |||
</td><td bgcolor="#eeeeee"> The order of the fact and the title are incorrect in the template. | |||
</td><td> Switch the order of the fact and the title. The fact should come before the title in the template. | |||
</td></tr> | |||
<tr valign="top"> | |||
<td> When you edit an individual item (instead of the whole page) and hit preview, the background disappears. There will be a couple of extra characters at the end of the item, and the code for the beginning of the next item may be visible. | |||
</td><td bgcolor="#eeeeee"> <i>These things are all normal.</i> | |||
</td><td> Once you save the page, the background will return and the extra characters will be hidden. | |||
</td></tr> | |||
<tr valign="top"> | |||
<td> When you vote on and save an item, it returns you to the toon's STUFF page (e.g. STUFF:mile) instead of the original STUFF page with all the facts on it. | |||
</td><td bgcolor="#eeeeee"><i>This, too, is normal.</i> The only edits to the actual STUFF page are adding more subpages. | |||
</td><td> Click on the "Back to STUFF index" link to return to the main STUFF page. | |||
</td></tr> | |||
<tr valign="top"> | |||
<td> When using the <tt>{{stuffnew}}</tt>, <tt>{{stuffmore}}</tt> or <tt>{{stuffrevisecode}}</tt> templates, links that were on the original page disappear. | |||
</td><td bgcolor="#eeeeee"> The software is interpreting the wiki markup instead of displaying it as is. | |||
</td><td> Put <tt><nowiki></tt> tags inside the template around the fact itself, like this: <tt>{{stuffnew|<nowiki>A fact and a [[link]] within it.</nowiki>|Title}}</tt>. | |||
</td></tr></table><br/> | |||
<a id="See_also" name="See_also"></a><h2> <span class="mw-headline">See also</span></h2> | |||
<ul><li><b><a href="/index.php?title=HRWiki:STUFF/About" title="HRWiki:STUFF/About">What is STUFF and when should we use it?</a></b> | |||
</li><li><b><a href="/index.php?title=HRWiki:STUFF/Quickref" title="HRWiki:STUFF/Quickref">Quick reference guide</a></b> | |||
</li></ul> | |||
= | |||
<div class="visualClear"></div> | |||
</html> | |||
Latest revision as of 21:00, 18 July 2026
Below are some common issues and resolutions when working with the STUFF process. If your problem is not covered below, please post it on the talk page.
| Problem | Possible Cause | Solution |
|---|---|---|
| When using {{stuffnew}}, {{stuffmore}}, {{stufffact}}, or {{stuffrevise}}, the template does not generate the correct code. In place of the fact or the title, the generated code displays {{{1}}} or {{{2}}}. | There is an equal sign (=) somewhere in the fact or title (usually in an external link). | Remove the equal sign. |
| When using the {{stuffnew}} or {{stuffmore}} templates, the fact shows up where the title should be, and vice versa. | The order of the fact and the title are incorrect in the template. | Switch the order of the fact and the title. The fact should come before the title in the template. |
| When you edit an individual item (instead of the whole page) and hit preview, the background disappears. There will be a couple of extra characters at the end of the item, and the code for the beginning of the next item may be visible. | These things are all normal. | Once you save the page, the background will return and the extra characters will be hidden. |
| When you vote on and save an item, it returns you to the toon's STUFF page (e.g. STUFF:mile) instead of the original STUFF page with all the facts on it. | This, too, is normal. The only edits to the actual STUFF page are adding more subpages. | Click on the "Back to STUFF index" link to return to the main STUFF page. |
| When using the {{stuffnew}}, {{stuffmore}} or {{stuffrevisecode}} templates, links that were on the original page disappear. | The software is interpreting the wiki markup instead of displaying it as is. | Put <nowiki> tags inside the template around the fact itself, like this: {{stuffnew|<nowiki>A fact and a [[link]] within it.</nowiki>|Title}}. |