|
|
| (4 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| WIP for cleaning up and reorganizing the multiple Creation/Editing tutorial pages we have: | | WIP for cleaning up and reorganizing the multiple Creation/Editing tutorial pages we have: |
|
| |
|
| |
| (Still trying to get them to nest properly. It should be possible, I'm just not sure why they're not.)
| |
|
| |
|
| <div align="center"> | | <div align="center"> |
| Line 11: |
Line 8: |
| | | | | |
| | | | | |
| {|table align="center" cellpadding="0" cellspacing="0" class="mw-collapsible fancy" style="clear:both" colspan="3" style="background:#222; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies Anywhere | | {|table align="center" cellpadding="0" cellspacing="0" class="mw-collapsible mw-collapsed fancy" style="clear:both" colspan="3" style="background:#222; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies Anywhere |
| | colspan="3" class="head" style="background:#222; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere | | | colspan="3" class="head" style="background:#222; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere |
| |- | | |- |
| Line 135: |
Line 132: |
| | | | | |
| |- | | |- |
| {|table align="center" cellpadding="0" cellspacing="0" class="mw-collapsible fancy" style="clear:both" colspan="3" style="background:#222; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies Anywhere | | {|table align="center" cellpadding="0" cellspacing="0" class="mw-collapsible mw-collapsed fancy" style="clear:both" colspan="3" style="background:#222; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies Anywhere |
| | colspan="3" class="head" style="background:#222; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies only at the beginning of the line | | | colspan="3" class="head" style="background:#222; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies only at the beginning of the line |
| |- | | |- |
| Line 219: |
Line 216: |
| Example.jpg|Caption2 | | Example.jpg|Caption2 |
| </gallery> | | </gallery> |
| | | | | |
| | |- |
| | |} |
| | |td colspan="3" class="foot" style="background: #111"| |
| |} | | |} |
|
| |
|
| [[Category:DJB Wiki help]] | | Testing tab integration, seeing if we can do tabs within a page rather than for the overall page: |
| | |
| | <!-- Usage: {{User:Bograt/sandbox|view=IC}} or {{User:Bograt/sandbox|view=OOC}} --> |
| | |
| | {{#ifeq: {{uc:{{{view|IC}}}}} | OOC |
| | | <!-- ============== OOC VIEW ============== --> |
| | <ul class="nav nav-tabs" style="margin-bottom:1rem;"> |
| | <li class="nav-item">[[User:Bograt/sandbox|<span class="nav-link">In-Character</span>]]</li> |
| | <li class="nav-item"><span class="nav-link active">Out-of-Character</span></li> |
| | </ul> |
| | <div class="mw-content-ic-ooc"> |
| | |
| | </div> |
| | | <!-- ============== IC VIEW (default) ============== --> |
| | <ul class="nav nav-tabs" style="margin-bottom:1rem;"> |
| | <li class="nav-item"><span class="nav-link active">In-Character</span></li> |
| | <li class="nav-item">[[User:Bograt/sandbox2|<span class="nav-link">Out-of-Character</span>]]</li> |
| | </ul> |
| | THIS SHIT AIN'T NOTHIN' TO ME, MAN! |
| | |
| | }} |