Template:FUN-bot
From TrainzOnline
(Difference between revisions)
(cc to proper filename) |
m |
||
Line 1: | Line 1: | ||
− | |||
<div style="width:100%;background:#9FdFb4; font-face:Verdana,Garamond,Times,Serif,Arial; font-size:10pt;"> | <div style="width:100%;background:#9FdFb4; font-face:Verdana,Garamond,Times,Serif,Arial; font-size:10pt;"> | ||
+ | <noinclude> | ||
;Purpose | ;Purpose |
Latest revision as of 10:52, 2 December 2015
- Purpose
- This template is used with {{FUN-top}} to set off Trainz Beginner oriented and organized TrainzOnline Wiki pages from Trainz reference classed topics on the N3V TrainzOnline Wiki.
- It will also auto-categorize the page to the category:Trainz fundamentals pages.
- It can be given the
{{{1}}}
default parameter to alter the sort order of the reference page as listed in that category.
pipetrick Examples on a theoretical page title: "Session editing in Surveyor":
{{FUN-bot||ABC}}
('|ABC' is called a pipe trick) will list the page under the A pages, before any page 'Aeroplane' but after 'Aardvark'.{{FUN-bot|editing}}
('|editing' is called a pipe trick) will list the page under the 'E' pages, before any page 'Errors' but after 'Ears'.
- Sorting Difference:
{{FUN-bot|ABC}}
will list the page under the A pages, before any page 'Aeroplane' but after 'Aardvark'.
Contrasting Examples:
-
{{FUN-bot}}
on Help:Surveyor will alphabetize the article under 'H', just as making a normal but long winded Internal Category Link would do. ([[Category:Trainz fundamentals pages|{{PAGENAME}}]]
) -
{{FUN-bot|inhibit=yes}}
on Help:Driver will not categorize the page at all.∅ -
{{FUN-bot|Engine}}
on Help:Surveyor will alphabetize the article under 'E'. -
{{FUN-bot|cat=category-name|Engine}}
on Help:Session will alphabetize the article under E, but not on the default category 'Trainz fundamentals pages' just as a normal[[category:category-name|Engine]]
line would do.