Hi,
I would like to define a standard page to use for documenation on my wiki. It should look something like
Header: ... Business Case: ... Notes and Progress: ... etc
I tried to set this up first with a wiki template. {{ProjectTemplate|Blah|blah|blah}} However it doesn't seem to be able to give me the flexibility to create different section of markup and possible change their position at a later time.
I am thinking of something like an html page where I define different sections and then can define a stylesheet at a later time.
Is there anything like this in Mediawiki?
Chris McIntosh
there is MediaWiki:Monobook.css for style sheets
also what you could do is a template that uses sub-pages such as the todo list template on wikipedia
Chris McIntosh wrote:
Hi,
I would like to define a standard page to use for documenation on my wiki. It should look something like
Header: ... Business Case: ... Notes and Progress: ... etc
I tried to set this up first with a wiki template. {{ProjectTemplate|Blah|blah|blah}} However it doesn't seem to be able to give me the flexibility to create different section of markup and possible change their position at a later time.
I am thinking of something like an html page where I define different sections and then can define a stylesheet at a later time.
Is there anything like this in Mediawiki?
Chris McIntosh _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
I looked on the todo list like you suggested, and tried using syntax
{{IncludePage}} to include my page titled "IncludePage", but it doesn't seem like my wiki is understanding that. Instead it thinks I am calling a namespace and shows a link to [[Template:IncludePage]] for me to create the Template. Is there a setting on the wiki I need to set?
Thanks Chris McIntosh
On 9/12/05, Mike Valstar mikevalstar@gentoo-wiki.com wrote:
there is MediaWiki:Monobook.css for style sheets
also what you could do is a template that uses sub-pages such as the todo list template on wikipedia
Chris McIntosh wrote:
Hi,
I would like to define a standard page to use for documenation on my
wiki.
It should look something like
Header: ... Business Case: ... Notes and Progress: ... etc
I tried to set this up first with a wiki template. {{ProjectTemplate|Blah|blah|blah}} However it doesn't seem to be able to give me the flexibility to create different section of markup and
possible
change their position at a later time.
I am thinking of something like an html page where I define different sections and then can define a stylesheet at a later time.
Is there anything like this in Mediawiki?
Chris McIntosh _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
-- Mike Valstar
My Gentoo Sites: http://gentoo-wiki.com http://gentoo-portage.com My Site: http://thrasher7.net Need Hosting: http://thrashcorp.com
On 16/09/05, Chris McIntosh cmcintosh@gmail.com wrote:
I looked on the todo list like you suggested, and tried using syntax
{{IncludePage}} to include my page titled "IncludePage", but it doesn't seem like my wiki is understanding that. Instead it thinks I am calling a namespace and shows a link to [[Template:IncludePage]] for me to create the Template. Is there a setting on the wiki I need to set?
By default, the {{template}} syntax assumes you are referring to a page in the Template: namespace, so {{IncludePage}} means "include the content of Template:IncludePage" (and if there's no such page, it gives you a redlink to create it). To refer to a page just called "IncludePage" you need an extra leading colon, as in {{:IncludePage}} (the leading colon represents "the namespace with no name"; if the page was "Talk:IncludePage", you'd just use {{Talk:IncludePage}} ). See http://meta.wikimedia.org/wiki/Help:Template for more on this.
As for the original question, there's no *built in* function for starting a page with predefined text, which I think is kind of what you're after, but several people have written extensions and hacks for the purpose - see, for instance: * http://meta.wikimedia.org/wiki/Help:Inputbox * http://meta.wikimedia.org/wiki/Starting_text_hack * http://meta.wikimedia.org/wiki/Multiple_starting_text_hack
Chris McIntosh wrote:
Hi,
I would like to define a standard page to use for documenation on my wiki. It should look something like
Header: ... Business Case: ... Notes and Progress: ... etc
I tried to set this up first with a wiki template. {{ProjectTemplate|Blah|blah|blah}} However it doesn't seem to be able to give me the flexibility to create different section of markup and possible change their position at a later time.
I am thinking of something like an html page where I define different sections and then can define a stylesheet at a later time.
Is there anything like this in Mediawiki?
What you need to do is figure out general formats (eg, suggested headings) and specific formats (infoboxes). The latter can go into templates; the former embedded in each page. (You may want to look at Wikipedia's taxonomy boxes for an idea how to be flexible.)
I wrote an extension once for FIRSTwiki that defined a format action that tried to match the title to a series of regexps, then loaded a template's content into that page if it matched. I can release it as GPL if you would like to see it.
-- Jamie ------------------------------------------------------------------- http://endeavour.zapto.org/astro73/ Thank you to JosephM for inviting me to Gmail! Have lots of invites. Gmail now has 2GB.
Is there an export of the help documentation on wikimedia that I can import?
Thanks,
Dave
Dave Brewster wrote:
Is there an export of the help documentation on wikimedia that I can import?
http://meta.wikipedia.org/wiki/Special:Export
Good luck. Have fun. :)
Hínandil
Use Special:Export, plus the list of help pages at http://en.wikipedia.org/w/index.php?title=Special%3AAllpages&from=&n... to export an XML file containing the lot, then Special:Import on your new wiki to import those; they will appear in your Help namespace.
Rob Church
On 13/09/05, Dave Brewster dbrewster@guidewire.com wrote:
Is there an export of the help documentation on wikimedia that I can import?
Thanks,
Dave
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
I tried that, but got an error when importing. Is it because the namespaces aren't all defined locally?
Dave
On Tue, 2005-09-13 at 00:58, Rob Church wrote:
Use Special:Export, plus the list of help pages at http://en.wikipedia.org/w/index.php?title=Special%3AAllpages&from=&n... to export an XML file containing the lot, then Special:Import on your new wiki to import those; they will appear in your Help namespace.
Rob Church
On 13/09/05, Dave Brewster dbrewster@guidewire.com wrote:
Is there an export of the help documentation on wikimedia that I can import?
Thanks,
Dave
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
The Help namespace is one of the default namespaces. What was the error message you received?
Rob Church
On 13/09/05, Dave Brewster dbrewster@guidewire.com wrote:
I tried that, but got an error when importing. Is it because the namespaces aren't all defined locally?
Dave
On Tue, 2005-09-13 at 00:58, Rob Church wrote: Use Special:Export, plus the list of help pages at http://en.wikipedia.org/w/index.php?title=Special%3AAllpages&from=&n... to export an XML file containing the lot, then Special:Import on your new wiki to import those; they will appear in your Help namespace.
Rob Church
On 13/09/05, Dave Brewster dbrewster@guidewire.com wrote:
Is there an export of the help documentation on wikimedia that I can import?
Thanks,
Dave
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
Rob Church wrote:
Use Special:Export, plus the list of help pages at http://en.wikipedia.org/w/index.php?title=Special%3AAllpages&from=&n... to export an XML file containing the lot, then Special:Import on your new wiki to import those; they will appear in your Help namespace.
Last I knew, Special:Import was still broken. (Correct me if this has changed!)
-- Jamie ------------------------------------------------------------------- http://endeavour.zapto.org/astro73/ Thank you to JosephM for inviting me to Gmail! Have lots of invites. Gmail now has 2GB.
Hi,
I needed to do soemthing very similar on my wiki:
I was in need of a few of such standard pages, which shall have an initial unified structure (im my case: project page, user page, group page, talk page of templates, ...) but should allow to develop in a non-unified way (as you say: some sections will only add in specific projects, each user will put individual things onto its initial unified user-page, ...)
So my solution was as follows:
I created all "Standard pages" as Examples in the Meta-namespace (namespace 4) In my case: WikiBASE:Example - User Homepage WikiBASE:Example - Template - Takl Page and so on ... All these pages where added into the category Category:Examples by adding the following code at the bottom: <!-- Remove this category when using this example, --> <!-- it is only used to add this example to the list of examples! --> [[Category:Examples|User Homepage]] At my myin page, there is (in the header) a list of the mostly used categories, it also includes [[Category:Examples]] And it contains a little HTML form to createa a new page (which is only a matter of convenience)
The procedure to start with a new page from such a standard page is - go to the example and copy the code - create a new page from the main page - paste the copied example and fill in actual data as required. - from this point on the page develops independently, but it was based on a standard page, providing an initial uniform structure
Hope this helps! Regards Wolfgang
Chris McIntosh wrote:
Hi,
I would like to define a standard page to use for documenation on my wiki. It should look something like
Header: ... Business Case: ... Notes and Progress: ... etc
I tried to set this up first with a wiki template. {{ProjectTemplate|Blah|blah|blah}} However it doesn't seem to be able to give me the flexibility to create different section of markup and possible change their position at a later time.
I am thinking of something like an html page where I define different sections and then can define a stylesheet at a later time.
Is there anything like this in Mediawiki?
Chris McIntosh _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org