<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://gospeltranslation.org/w/skins/common/feed.css?239"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Gospel Translations - User contributions [en]</title>
		<link>http://gospeltranslation.org/wiki/Special:Contributions/Bdk</link>
		<description>From Gospel Translations</description>
		<language>en</language>
		<generator>MediaWiki 1.16alpha</generator>
		<lastBuildDate>Thu, 09 Apr 2026 19:57:36 GMT</lastBuildDate>
		<item>
			<title>Help:Templates</title>
			<link>http://gospeltranslation.org/wiki/Help:Templates</link>
			<description>&lt;p&gt;Bdk: sorry, external links should be visible as such, these help pages have a very general audience&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PD Help Page}}&lt;br /&gt;
If you have standard texts you want to include on several pages, the MediaWiki template feature comes into play.&lt;br /&gt;
&lt;br /&gt;
== Creating a template ==&lt;br /&gt;
&lt;br /&gt;
Templates are standard wiki pages whose content is designed to be [http://en.wikipedia.org/w/index.php?title=Transclusion transcluded] (embedded) inside other pages. Templates follow a convention that the name is prefixed with &amp;quot;&amp;lt;code&amp;gt;Template:&amp;lt;/code&amp;gt;&amp;quot;, assigning it to that namespace. Therefore you can [[Help:Starting a new page|create them like any other wiki page]].&lt;br /&gt;
&lt;br /&gt;
== Using a template ==&lt;br /&gt;
Templates are wiki pages which can be used in other pages in three ways:&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Name}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; 'transcludes' (i.e. includes a copy of) the content of the template (stored in the page &amp;lt;nowiki&amp;gt;[[Template:Name]]&amp;lt;/nowiki&amp;gt;) whenever the page containing the template transclusion is fetched and displayed; i.e. if the template is later changed, the displayed transcluding page will automatically change too&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{subst:Name}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; replaces that string with the contents of the template, in the source of the transcluding page, when you save that page; the copy of the template contents can then be edited normally (and separately from the original in the template page). '''''Note''''': don't use this if you are looking to continually propagate changes from the source template to the page(s) that references it.&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{msgnw:Name}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; includes the template in a form that displays it as raw wiki syntax (the way &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; does) when the page containing it is fetched&lt;br /&gt;
&lt;br /&gt;
In fact, an ordinary wiki page can also be used as a template, simply by qualifying the namespace it resides in, so:&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Template:Pagename}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;  includes &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Template:Pagename]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Foo:Pagename}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;       includes &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Foo:Pagename]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{:Pagename}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;          includes &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Pagename]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If no such namespace exists, the full title is assumed to be a template:&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Foo:Bar}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;            includes &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Template:Foo:Bar]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Using parameters in templates ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin:8px;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{Prettytable}} &lt;br /&gt;
|-&lt;br /&gt;
|{{Hl2}} colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; |'''Template with numbered parameters'''	&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt; &lt;br /&gt;
'''A little thank you...'''&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;for {{{1}}}.&amp;lt;br /&amp;gt;&lt;br /&gt;
hugs, {{{2}}}&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|{{Hl2}}|'''You type'''	&lt;br /&gt;
|{{Hl2}}|'''You get'''&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Thankyou|all your hard work|Joe}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
{{Thankyou|all your hard work|Joe}}&lt;br /&gt;
|-&lt;br /&gt;
|{{Hl2}} colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; |'''with named parameters'''	&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt; &lt;br /&gt;
'''A little thank you...'''&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;for {{{reason}}}.&amp;lt;br /&amp;gt;&lt;br /&gt;
hugs, {{{signature}}}&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|{{Hl2}}|'''You type'''	&lt;br /&gt;
|{{Hl2}}|'''You get'''&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{{Thankyou&lt;br /&gt;
|reason=all your hard work&lt;br /&gt;
|signature=Joe}}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
{{Thankyou|all your hard work|Joe}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
You can define parameters in templates either numbered as &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{{1}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; or named &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{{param}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
'''Example:''' You want a little thank you note you can put on the talk page of other users. It will contain a reason and your signature. You could create [[Template:Thankyou]] to enter your text, as in the example in the table.&lt;br /&gt;
&lt;br /&gt;
When using the template on a page, you fill in the parameter values, separated by a pipe char (|): &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Thankyou|all your hard work|Joe}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.  For named parameters use &amp;quot;name=value&amp;quot; pairs separated by a pipe char:   &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Thankyou|reason=all your hard work|signature=Joe}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. The advantage of using named parameters in your template is that they are flexible in order. It also makes the template easier to understand if you have many parameters. If you want to change the order of numbered parameters, you have to mention them explicitly: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Thankyou|2=Joe|1=all your hard work}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
You can also provide default values for parameters, i.e. values that are going to be used if no value is provided for a parameter. For example, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{{reason|all your hard work}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; would result in ''&amp;quot;all your hard work&amp;quot;'' if no value was provided for the parameter &amp;lt;tt&amp;gt;reason&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Control template inclusion ==&lt;br /&gt;
&lt;br /&gt;
You can control template inclusion by the use of &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; and&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;includeonly&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
Anything between &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will be processed and&lt;br /&gt;
displayed only when the template's page is being viewed directly.&lt;br /&gt;
&lt;br /&gt;
Possible applications are:&lt;br /&gt;
* Categorising templates&lt;br /&gt;
* Interlanguage links to similar templates in other languages&lt;br /&gt;
* Explanatory text about how to use the template&lt;br /&gt;
&lt;br /&gt;
The converse is &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;includeonly&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. Text between &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;includeonly&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will be processed and displayed only when the page is being included. The obvious application is to add all pages containing a given template to a [[Help:Categories|category]], without putting the template itself into that category.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' when you change the categories applied by a template, the categorization of the pages that use that template may not be updated until some time later: this is handled by the {{mediawiki|Manual:Job queue|job queue}}.&lt;br /&gt;
&lt;br /&gt;
==Organizing templates==&lt;br /&gt;
For templates to be effective users need to find them and be able to use them. A simple technique is to include an example on the template page.&lt;br /&gt;
For example:&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:table; width:auto;&amp;quot;&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Usage ==&lt;br /&gt;
Allows to establish a link to a subject:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{NameOfTemplate|Term1+Term2+Term3}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, an editor can simply copy and paste the example to create a similar page.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Help:External searches]] – a template special use case example&lt;br /&gt;
*[[Help:Magic words]] – fancy stuff you may find in some templates&lt;br /&gt;
*{{mediawiki|meta:Help:Embed page}} – embedding pages from {{mediawiki|namespace|namespaces}} other than &amp;lt;code&amp;gt;Template:&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[[Category:Help|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Template]]&lt;br /&gt;
{{Languages|Help:Templates}}&lt;/div&gt;</description>
			<pubDate>Tue, 16 Dec 2008 13:45:09 GMT</pubDate>			<dc:creator>Bdk</dc:creator>			<comments>http://gospeltranslation.org/wiki/Help_talk:Templates</comments>		</item>
		<item>
			<title>Help:Tracking changes</title>
			<link>http://gospeltranslation.org/wiki/Help:Tracking_changes</link>
			<description>&lt;p&gt;Bdk: rv, see Project:PD help#Editorial guidelines&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PD Help Page}}&lt;br /&gt;
[[Image:M-en-recentchanges.png|thumb|370px|'''Recent changes''' shows the latest changes to articles, file uploads, deletions and page moves]]&lt;br /&gt;
MediaWiki offers a collection of special pages and tools to keep track of what is going on in the wiki. So you can watch for example:&lt;br /&gt;
* recent changes to all pages&lt;br /&gt;
* the revision history: all changes made to one page&lt;br /&gt;
* the contributions of one specific user &lt;br /&gt;
* newly created pages&lt;br /&gt;
&lt;br /&gt;
The most interesting special page is '''[[Special:Recentchanges]]'''. It displays all edits, file uploads, page moves, deletions and other actions done in the wiki. In the menu on top it offers a collection of links to customize your display: limit the number of changes shown, the number of days or restrict it to edits to a certain namespace. You can also hide edits marked as minor (don't forget that major changes can be flagged by a user as minor anyway).&lt;br /&gt;
&lt;br /&gt;
One line in recent changes consists of several links:&lt;br /&gt;
* ''diff'' displays the difference to the previous revision of the page,&lt;br /&gt;
* ''hist'' links to the revision history of the page,&lt;br /&gt;
* the link with the full title of the page brings you to the current version. If the title is in bold, it indicates that it is on your [[Help:Watchlist|watchlist]].&lt;br /&gt;
&lt;br /&gt;
Next is a flag describing the article modification type:&lt;br /&gt;
*''N'' denotes a new page,&lt;br /&gt;
*''m'' a minor edit,&lt;br /&gt;
*''b'' an edit made by a bot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Following the timestamp, it shows the page size difference to the previous revision, then the user is mentioned, with a link to their [[Help:User page|user page]] and their [[Help:Talk pages#User Talk pages|talk page]] and contributions, or to their [[Help:Talk pages#User Talk pages|talk page]] only in the case of anonymous users.&lt;br /&gt;
&lt;br /&gt;
Last but not least, there is an edit summary, appearing in italics, if the user submitted one when they made the edit.&lt;br /&gt;
&lt;br /&gt;
=== Enhanced view ===&lt;br /&gt;
If you are logged in and have JavaScript enabled, you can also try the &amp;quot;enhanced&amp;quot; view. Simply go to your [[Help:Preferences#Recent changes|Preferences]] and enable &amp;quot;Enhanced recent changes (JavaScript)&amp;quot;; this will make recent changes show edits divided by page rather than being listed individually.  You will now see entries like the following:&lt;br /&gt;
:! 15:17 [[Main Page]] (4 changes; (+236) Page history) [Some User‎ (2×); Some Other User (2×)]&lt;br /&gt;
Simply click the blue arrow to the left of the page name and timestamp to expand that page's recent edits just as they were on the normal style. You can turn this enhancement on and off at will, so feel free to try both to see which one you prefer.&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
* [[Special:Newpages]]&lt;br /&gt;
* Related changes: [[Special:Recentchangeslinked/Pagename]]&lt;br /&gt;
* User contributions: [[Special:Contributions/User]]&lt;br /&gt;
* History&lt;br /&gt;
* [[Special:Watchlist]]  &lt;br /&gt;
&lt;br /&gt;
{{Admin tip|tip=You may want to add important pages in your wiki to [[MediaWiki:Recentchangestext]], the intro shown at [[Special:Recentchanges]]}}&lt;br /&gt;
&lt;br /&gt;
{{Languages|Help:Tracking changes}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Help|Tracking changes]]&lt;br /&gt;
[[Category:Recent changes|Tracking changes]]&lt;/div&gt;</description>
			<pubDate>Thu, 04 Sep 2008 20:06:53 GMT</pubDate>			<dc:creator>Bdk</dc:creator>			<comments>http://gospeltranslation.org/wiki/Help_talk:Tracking_changes</comments>		</item>
	</channel>
</rss>