User talk:Marcus/MediaWiki Quick Reference: Difference between revisions
Jump to navigation
Jump to search
Created page with "I've been following this for a while - awesome work! The only suggestion I would have would be either splitting it up, or having some sort of front end for people not too sure a..." |
mNo edit summary |
||
Line 2: | Line 2: | ||
The only suggestion I would have would be either splitting it up, or having some sort of front end for people not too sure about editing wikis, what do you think? [[User:James|James]] 17:12, 27 February 2011 (GMT) | The only suggestion I would have would be either splitting it up, or having some sort of front end for people not too sure about editing wikis, what do you think? [[User:James|James]] 17:12, 27 February 2011 (GMT) | ||
I have found a way to split this into separate sections and then use the template transclusion to merge it all into one page (quick illustration below). -- [[User:Marcus|Marcus]] 17:49, 2 March 2011 (GMT) | |||
<pre> | |||
`Heading Page` | |||
{{padleft:|{{{1}}}|=}} {{{2}}} {{padleft:|{{{1}}}|=}} | |||
`Part1 Page` | |||
{{Heading|{{{level|2}}}|First Heading Part1}} | |||
Test paragraph. | |||
`Part2 Page` | |||
{{Heading|{{{level|2}}}|First Heading Part2}} | |||
Test paragraph. [[{{#if:{{{level|}}}||Template:Part1}}#First Heading Part1]] | |||
`TestAll Page` | |||
{{Part1|level=3}} | |||
{{Part2|level=3}} | |||
</pre> |
Latest revision as of 17:49, 2 March 2011
I've been following this for a while - awesome work!
The only suggestion I would have would be either splitting it up, or having some sort of front end for people not too sure about editing wikis, what do you think? James 17:12, 27 February 2011 (GMT)
I have found a way to split this into separate sections and then use the template transclusion to merge it all into one page (quick illustration below). -- Marcus 17:49, 2 March 2011 (GMT)
`Heading Page` {{padleft:|{{{1}}}|=}} {{{2}}} {{padleft:|{{{1}}}|=}} `Part1 Page` {{Heading|{{{level|2}}}|First Heading Part1}} Test paragraph. `Part2 Page` {{Heading|{{{level|2}}}|First Heading Part2}} Test paragraph. [[{{#if:{{{level|}}}||Template:Part1}}#First Heading Part1]] `TestAll Page` {{Part1|level=3}} {{Part2|level=3}}