About Wiki Pages

Version 2
by (unknown)
Version 3
by (unknown)

Deletions or items before changed

Additions or items after changed

1 -
Welcome to the '''Topics''' area. Users can create their own articles in this area without requiring administrator access to the site.
+
{{{
2 +
#!html
3 +
<div id="introduction" class="section">
4 +
<div class="aside">
5 +
}}}
6
7 -
=== What are Topic Pages? ===
+
=== Questions? ===
8
9 -
Topic pages are user-created community-editable pages covering a specific topic. Similar to a [http://en.wikipedia.org/wiki/Wiki wiki], topic pages allow users to share their knowledge about tools, resources, or the underlying science. For example, see [http://thermalhub.org/topics/DerivationofPlancksLaw this page] on [http://thermalhub.org thermalhub.org].
+
* [?task=new Create a new article]
10 +
* [Help-Index Help Articles]
11 +
* [Index Full Article List]
12
13 -
Unlike a wiki, a topic page can have specific authors that are allowed to edit a page. A topic page can be open to the community for comments and suggested changes that the authors approve. Or, a topic page can have no specific authors and be editable by the community like a typical wiki page.
+
{{{
14 +
#!html
15 +
</div><!-- / .aside -->
16 +
<div class="subject">
17 +
<div class="two columns first">
18 +
}}}
19
20 -
Topic pages are a terrific way of grouping resources together. If you include a reference to one or more resources using the {{{[[Resource(xxx)]]}}} macro, each of those resources will include a ''See Also'' link that points back to the topic page. The topic page can describe the resources and how they are related to one another. For example, "If you're interested in this concept, watch this seminar, then launch this tool and try this homework assignment."
+
=== What are wiki pages? ===
21
22 -
=== How do I use this? ===
+
Wiki pages are user-written articles on a range of subjects. Any contributor or a group of contributors can create (and own) new articles, and there can be multiple articles on the same wiki, each written by a different author.
23
24 -
You can edit any of the pages in this area of the site and add information. Just click on the ''Edit'' tab of any existing page, or click on the ''New Page'' button to create a page. For more instructions, see the following Help pages...
+
{{{
25 +
#!html
26 +
</div>
27 +
<div class="two columns second">
28 +
}}}
29
30 -
==== Help Pages ====
+
=== Who can make a wiki page? ===
31
32 -
[[TitleIndex(Help)]]
+
Anyone with an account can create a new article. When creating a new article, the initial contributor can choose to have a defined list of authors, all of whom can edit the page, or have an open, wiki-like format where anyone can contribute.
33
34 -
=== All Available Pages ===
+
{{{
35 +
#!html
36 +
</div>
37 +
<div class="clear"></div>
38 +
</div><!-- / .subject -->
39 +
<div class="clear"></div>
40 +
</div><!-- / #introduction.section -->
41
42 -
[[TitleIndex]]
+
<div class="section">
43 +
<div class="four columns first">
44 +
}}}
45 +
46 +
== Find an article ==
47 +
48 +
{{{
49 +
#!html
50 +
</div><!-- / .four columns first -->
51 +
<div class="four columns second third fourth">
52 +
<div class="two columns first">
53 +
<form action="/search" method="get" class="search">
54 +
<fieldset>
55 +
<p>
56 +
<input type="text" name="searchword" value="" />
57 +
<input type="submit" value="Search" />
58 +
</p>
59 +
</fieldset>
60 +
</form>
61 +
</div><!-- / .two columns first -->
62 +
<div class="two columns second">
63 +
<div class="browse">
64 +
}}}
65 +
66 +
[Index Browse the list of available articles]
67 +
68 +
{{{
69 +
#!html
70 +
</div><!-- / .browse -->
71 +
</div><!-- / .two columns second -->
72 +
</div><!-- / .four columns second third fourth -->
73 +
<div class="clear"></div>
74 +
75 +
<div class="four columns first">
76 +
<h2>Recent articles</h2>
77 +
</div><!-- / .four columns first -->
78 +
<div class="four columns second">
79 +
}}}
80 +
81 +
[[RecentPage(1, wiki, 0)]]
82 +
83 +
{{{
84 +
#!html
85 +
</div><!-- / .four columns second -->
86 +
<div class="four columns third">
87 +
}}}
88 +
89 +
[[RecentPage(1, wiki, 1)]]
90 +
91 +
{{{
92 +
#!html
93 +
</div><!-- / .four columns third -->
94 +
<div class="four columns fourth">
95 +
}}}
96 +
97 +
[[RecentPage(1, wiki, 2)]]
98 +
99 +
{{{
100 +
#!html
101 +
</div><!-- / .four columns fourth -->
102 +
<div class="clear"></div>
103 +
</div><!-- / .section -->
104 +
}}}