Hard Light Productions Forums

Community Projects => The FreeSpace Wiki Project => Topic started by: bruce89 on July 06, 2007, 05:51:06 pm

Title: New mission walkthrough templates and other improvements
Post by: bruce89 on July 06, 2007, 05:51:06 pm
I (well hawke_ from #osm) made a series of templates to make the previous and next mission links at the top of mission pages. See http://hard-light.net/wiki/index.php/Template:Mission for details. The main FS2 campaign pages have been ported to this system, apart from the ones which involve SOC loops branching off/in.
Title: Re: New mission walkthrough templates
Post by: bruce89 on July 07, 2007, 12:14:56 pm
Not quite the same as the original post, but I have started fixing spelling, grammar and bad wiki syntax, such as the use of
Code: [Select]
<br> instead of a carriage return.
Title: Re: New mission walkthrough templates and other improvements
Post by: RazorsKiss on July 10, 2007, 11:10:08 am
it should be :

Code: [Select]
<br />

anyway :P
Title: Re: New mission walkthrough templates and other improvements
Post by: Shade on July 31, 2007, 07:16:58 am
HTML, yes. In the wiki, <br> is a correct wikicode as it automatically translates it into correct HTML.

Quote from: Wiki Help
Sufficient as wikitext code is <br>, the XHTML code <br /> is not needed, the system produces this code.
Anyway, it does have its place in some situations, so make sure it's not used instead of return for specific reasons before replaceing it. Basically the difference is that return will start a new paragraph, whereas <br> will not, and in some rare cases a new paragraph may not be desirable.

**Wanders off in a tireless search of other nits to pick**