I checked some of the assignments articles and found a few assignments that have more then one part - the N7: Archeological Dig Site or N7: Wrecked Merchant Freighter assignments. I thought of a way to link between multi-page articles that will be clear - so I took the concept of the Storyline article and tried my best to mimic it (examples below). The code: {{User:Silverstrike/Sandbox/MultiPage | next = N7: Wrecked Merchant Freighter | previous = N7: Hahne-Kedar Facility | index = Assignments#N7 }} Will produce: The code: --silverstrike 16:03, February 12, 2010 (UTC)
Attributes | Values |
---|
rdfs:label
| - Mass Effect Wiki talk:Manual of Style/General
|
rdfs:comment
| - I checked some of the assignments articles and found a few assignments that have more then one part - the N7: Archeological Dig Site or N7: Wrecked Merchant Freighter assignments. I thought of a way to link between multi-page articles that will be clear - so I took the concept of the Storyline article and tried my best to mimic it (examples below). The code: {{User:Silverstrike/Sandbox/MultiPage | next = N7: Wrecked Merchant Freighter | previous = N7: Hahne-Kedar Facility | index = Assignments#N7 }} Will produce: The code: --silverstrike 16:03, February 12, 2010 (UTC)
|
dbkwik:mass-effect...iPageUsesTemplate
| |
dbkwik:masseffect/...iPageUsesTemplate
| |
abstract
| - I checked some of the assignments articles and found a few assignments that have more then one part - the N7: Archeological Dig Site or N7: Wrecked Merchant Freighter assignments. I thought of a way to link between multi-page articles that will be clear - so I took the concept of the Storyline article and tried my best to mimic it (examples below). The code: {{User:Silverstrike/Sandbox/MultiPage | next = N7: Wrecked Merchant Freighter | previous = N7: Hahne-Kedar Facility | index = Assignments#N7 }} Will produce: The code: {{User:Silverstrike/Sandbox/MultiPage | next = Storyline II }} Will produce: --silverstrike 16:03, February 12, 2010 (UTC) You may want to consider boxing that using a background colour of #666999 to provide visual focus. --DRY 14:40, February 14, 2010 (UTC) I did as you suggested and I still see some styling that needs doing - I would appreciate any suggestions you may have. There is also a problem in the way the template is being called. It seems that the template do not appreciate line-breaks. So for it to work, the code needs to be: {{MultiPage|next_link|previous_link|index_link}} and not the way written above. The only way to fix this is to write the full link while calling the template: {{MultiPage | [[next_link|next_link]] | [[previous_link]] | [[index_link|]] }} Another issue is that the default behavior require a link (the first parameter) for the next page - how should I change it? 1.
* All parameter are optional ({{MultiPage||previous_link}} - will only show the previous link). 2.
* Change the parameter from numrical to name based (instead of ({{MultiPage||previous_link|index_link}} we can use: {{MultiPage|previous=previous_link|index=index_link}}). --silverstrike 15:32, February 14, 2010 (UTC)
|